Upload Button Icon Add office photos

Toshiba

Compare button icon Compare button icon Compare

Filter interviews by

Toshiba Interview Questions and Answers

Updated 8 May 2025
Popular Designations

12 Interview questions

A Software Engineer was asked 1mo ago
Q. What programming language do you use?
Ans. 

I primarily use Python for its versatility, readability, and extensive libraries, making it ideal for various applications.

  • Python is great for web development with frameworks like Django and Flask.

  • It's widely used in data science and machine learning with libraries such as Pandas and TensorFlow.

  • Python's syntax is clean and easy to learn, making it accessible for beginners.

  • It supports multiple programming paradigms...

View all Software Engineer interview questions
A HR Executive was asked 3mo ago
Q. Please describe your current job scope.
Ans. 

I manage HR operations, focusing on talent acquisition, employee engagement, and performance management to drive organizational success.

  • Oversee recruitment processes, ensuring we attract top talent; for example, I implemented a new applicant tracking system that reduced hiring time by 30%.

  • Develop and execute employee engagement initiatives, such as quarterly feedback surveys and team-building activities, to enhanc...

View all HR Executive interview questions
A HR Executive was asked 3mo ago
Q. Please introduce yourself.
Ans. 

Dynamic HR professional with over 10 years of experience in talent acquisition and employee engagement strategies.

  • Over a decade of experience in HR management, focusing on recruitment and talent development.

  • Successfully implemented an employee engagement program that increased retention rates by 20%.

  • Skilled in using HR analytics to drive decision-making and improve workforce efficiency.

  • Strong background in conflic...

View all HR Executive interview questions
A Senior Systems Engineer was asked 7mo ago
Q. DSA- array sum of balance
Ans. 

Calculate the sum of balances in an array of strings representing financial transactions.

  • Iterate through the array of strings and extract the balance from each transaction.

  • Convert the balance strings to numbers and sum them up to get the total balance.

  • Handle any potential errors or invalid data in the array.

View all Senior Systems Engineer interview questions
A Senior Software Engineer was asked
Q. Write code for Merge Sort.
Ans. 

Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

  • Divide the array into two halves

  • Recursively sort each half

  • Merge the sorted halves back together

View all Senior Software Engineer interview questions
A Graduate Engineer Trainee (Get) was asked
Q. What is the principle of a transformer?
Ans. 

The principle of a transformer is based on electromagnetic induction.

  • Transformers work on the principle of transferring electrical energy between two or more coils through electromagnetic induction.

  • They consist of two coils, known as the primary and secondary coils, which are wound around a common magnetic core.

  • When an alternating current (AC) flows through the primary coil, it creates a changing magnetic field ar...

View all Graduate Engineer Trainee (Get) interview questions
A Mechanical Engineer was asked
Q. Explain the types of maintenance.
Ans. 

Types of maintenance include corrective, preventive, predictive, and proactive maintenance.

  • Corrective maintenance involves fixing a problem after it has occurred.

  • Preventive maintenance involves scheduled maintenance to prevent problems from occurring.

  • Predictive maintenance involves using data and analysis to predict when maintenance is needed.

  • Proactive maintenance involves identifying and addressing potential issu...

View all Mechanical Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Explain on PCA , SVM and image processing concepts
Ans. 

PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

  • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

  • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

  • Image processing involves techniques like filteri...

View all Senior Software Engineer interview questions
A Software Engineer Tester was asked
Q. Identify the code and tell the output How to get enough message from the log file to report.
Ans. 

Identify code and output for getting enough message from log file to report.

  • Use log levels to filter messages

  • Set up log rotation to avoid large files

  • Use regular expressions to search for specific messages

  • Consider using a log analysis tool for more advanced reporting

View all Software Engineer Tester interview questions
A Software Developer was asked 8mo ago
Q. Storage class in c
Ans. 

Storage classes in C define the scope and lifetime of variables.

  • There are 4 storage classes in C: auto, register, static, and extern.

  • Auto variables are stored in memory and have local scope.

  • Register variables are stored in CPU registers for faster access.

  • Static variables retain their value between function calls.

  • Extern variables are declared outside of any function and can be accessed by other files.

View all Software Developer interview questions

Toshiba Interview Experiences

29 interviews found

Software Engineer Interview Questions & Answers

user image Devesh Karwasra

posted on 23 Apr 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Online coding test and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Dsa and memory management basics
Round 4 - Technical 

(1 Question)

  • Q1. Puzzles and Dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Dsa , OOPS AND sql

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (272)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Where do you see yourself in 5 to 10 years?
  • Ans. 

    In 5 to 10 years, I envision myself as a lead software engineer, driving innovative projects and mentoring the next generation of developers.

    • Leadership Role: I aim to progress into a leadership position, guiding teams in developing scalable software solutions, similar to how I led a project at my previous job.

    • Mentorship: I want to mentor junior developers, sharing knowledge and best practices, much like how I benefited...

  • Answered by AI
  • Q2. What programming language do you use?
  • Ans. 

    I primarily use Python for its versatility, readability, and extensive libraries, making it ideal for various applications.

    • Python is great for web development with frameworks like Django and Flask.

    • It's widely used in data science and machine learning with libraries such as Pandas and TensorFlow.

    • Python's syntax is clean and easy to learn, making it accessible for beginners.

    • It supports multiple programming paradigms, inc...

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (272)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour, time and work,speed and distance, verbal reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your projects
  • Ans. 

    Developed a smart home automation system using Arduino and IoT technology

    • Utilized Arduino microcontroller for controlling devices remotely

    • Implemented IoT protocols for communication between devices

    • Designed a user-friendly mobile app for monitoring and controlling the system

  • Answered by AI
  • Q2. Tell a recent incident where you showed time management skills
  • Ans. 

    I successfully managed my time during a group project by setting deadlines and prioritizing tasks.

    • Set specific deadlines for each task to stay on track

    • Prioritized tasks based on importance and urgency

    • Used a calendar or planner to schedule time for each task

    • Regularly checked progress and adjusted schedule as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know your project throuhout

SDE Interview Questions & Answers

user image virat kohli

posted on 8 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude questions

Round 2 - Aptitude Test 

Simple coding questions based on arrays and strings

Round 3 - Technical 

(2 Questions)

  • Q1. Os ,cn asked bassic question
  • Q2. Dsa oop question simple

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Improvement and output production

Round 2 - HR 

(3 Questions)

  • Q1. Personal interview
  • Q2. Diploma mechanical engineer
  • Q3. Working at Renewsys India Pvt Ltd in Hyderabd.
Round 3 - Technical 

(1 Question)

  • Q1. Responsibility production department

Interview Preparation Tips

Interview preparation tips for other job seekers - Improvement of production &cost seving

Assembly Production Engineer Interview Questions asked at other Companies

Q1. What is this iso-ts and iatf audit. Which you calibration gauge and parameter.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good and best wishes for your future la

Round 2 - Technical 

(3 Questions)

  • Q1. Hug me in the evening and I will
  • Q2. Hub of the world cup final year of
  • Ans. 

    The hub of the World Cup final changes every year.

    • The World Cup final is held in a different country each year.

    • The host country is selected through a bidding process.

    • The hub of the World Cup final is the stadium where the match takes place.

    • The hub can be in any country that has been chosen to host the final.

  • Answered by AI
  • Q3. Hj u r right now because this is the last

Electrical GET Interview Questions asked at other Companies

Q1. Can you explain Ohm's Law and how it relates to electrical circuits? What is the difference between AC (Alternating Current) and DC (Direct Current)? Describe the difference between analog and digital signals. Give an example of each. How w... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Researcher Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself and the Project you did

Researcher Interview Questions asked at other Companies

Q1. How would you combine three databases with multiple Excel sheets containing the same variables into a big data format for analysis, especially when the number of rows within a sheet exceeds the limit for simultaneous analysis of all samples... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

One coding questions basic , maths algo and division based..

Round 2 - Aptitude Test 

Related to c/c++ ,oops output based questions

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Toshiba?
Ask anonymously on communities.

Toshiba Interview FAQs

How many rounds are there in Toshiba interview?
Toshiba interview process usually has 2-3 rounds. The most common rounds in the Toshiba interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Toshiba interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Toshiba. The most common topics and skills that interviewers at Toshiba expect are B2B Sales, Corporate Sales and Key Accounts.
What are the top questions asked in Toshiba interview?

Some of the top questions asked at the Toshiba interview -

  1. Identify the code and tell the output How to get enough message from the log fi...read more
  2. What programming language do you u...read more
  3. Explain on PCA , SVM and image processing conce...read more
What are the most common questions asked in Toshiba HR round?

The most common HR questions asked in Toshiba interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Why should we hire y...read more
How long is the Toshiba interview process?

The duration of Toshiba interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 32 interview experiences

Difficulty level

Easy 25%
Moderate 56%
Hard 19%

Duration

Less than 2 weeks 56%
2-4 weeks 31%
6-8 weeks 6%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

Caterpillar Inc Interview Questions
4.2
 • 185 Interviews
Hitachi Interview Questions
4.0
 • 84 Interviews
Rostfrei Steels Interview Questions
4.1
 • 36 Interviews
HYT Engineering Interview Questions
3.2
 • 29 Interviews
Ace Designers Interview Questions
4.1
 • 26 Interviews
Liebherr Interview Questions
4.0
 • 19 Interviews
View all

Toshiba Reviews and Ratings

based on 227 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.8

Salary

3.7

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 227 Reviews and Ratings
Software Engineer
52 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Deputy Manager
43 salaries
unlock blur

₹9.3 L/yr - ₹26.3 L/yr

Assistant Manager
42 salaries
unlock blur

₹8.5 L/yr - ₹23.1 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹10.2 L/yr - ₹27.8 L/yr

Manager
21 salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Explore more salaries
Compare Toshiba with

Hitachi

4.0
Compare

Gilbarco Veeder Root

3.8
Compare

HYT Engineering

3.2
Compare

Kirloskar Toyota Textile Machinery

4.6
Compare
write
Share an Interview