Upload Button Icon Add office photos

Toshiba

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Toshiba SDE Interview Questions and Answers

Updated 8 Aug 2024

Toshiba SDE Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

CI/CD question: green line/blue line. How would you add a feature to a platform similar to Amazon? \n\nDiscuss primary, foreign, and unique keys, as well as equi join in SQL. \n\nHow would you configure an IP address for a Linux server? How would you debug packet drop issues in a network? \n\nWrite a program to read multiple files concurrently using asynchronous programming. Write numbers from 1 to 10 using two threads and a mutex.

SDE Interview Questions & Answers

Philips user image GYANESH ANAND

posted on 7 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Internshala

Round 1 - HR 

(1 Question)

  • Q1. Why do you want to join Philips
Round 2 - Aptitude Test 

Nlp discussion around the nlp q and ans

Interview Preparation Tips

Interview preparation tips for other job seekers - Oveall good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the concept of counting the number of islands in a given grid?
  • Ans. 

    Counting the number of islands in a grid involves identifying connected groups of '1's in a 2D matrix.

    • Iterate through each cell in the grid.

    • If the cell is a '1', perform a depth-first search to mark all connected '1's as visited.

    • Increment the island count for each new island found.

    • Continue until all cells have been visited.

  • Answered by AI
  • Q2. What is the seating arrangement in a movie theater?
  • Ans. 

    The seating arrangement in a movie theater typically consists of rows of seats facing a large screen.

    • Seats are usually arranged in rows, with each row positioned higher than the one in front to ensure clear visibility of the screen.

    • Seats may be numbered for easy identification and to help with ticket allocation.

    • There are different types of seating arrangements such as standard seating, VIP seating, recliner seats, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advisable to practice LeetCode regularly.

SDE Interview Questions & Answers

Siemens user image Anonymous

posted on 11 Oct 2022

I applied via Referral and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Easy-medium leetcode questions

Round 2 - Technical 

(1 Question)

  • Q1. 2 coding questions os networking
Round 3 - HR 

(1 Question)

  • Q1. Basic HR behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - go through previous interview questions. Prepare well

SDE Interview Questions & Answers

Samsung user image Anonymous

posted on 17 Oct 2023

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was of 3 hours and they have their own software for this.

Round 2 - Technical 

(2 Questions)

  • Q1. They asked questions on graph trees and binary search. Also heap.
  • Q2. Questions on heaps data structure

Interview Preparation Tips

Topics to prepare for Samsung SDE interview:
  • DSA
Interview preparation tips for other job seekers - Prepare for DSA and project.

SDE Interview Questions & Answers

Samsung user image Anonymous

posted on 22 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

2 Coding quesiton were asked based on dsa

Round 2 - Technical 

(1 Question)

  • Q1. Technical question related to dsa were asked
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join samsung?

SDE Interview Questions & Answers

Samsung user image Anonymous

posted on 17 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Coding test which was difficult (Hard Leetcode)

SDE Interview Questions & Answers

Samsung user image Anonymous

posted on 15 Nov 2022

I applied via Walk-in and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Basic coding round with 3 CP based questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Use of namespace in c++
  • Ans. 

    Namespace in C++ is used to avoid naming conflicts and organize code.

    • Namespace allows grouping of related functions, classes, and variables.

    • It helps in avoiding naming conflicts by providing a unique identifier to each entity.

    • Namespace can be nested within another namespace.

    • Using namespace keyword, we can access the entities within a namespace.

    • Example: namespace std { class string {}; }

    • Example: using namespace std; str

  • Answered by AI
  • Q2. How would++(++i) work
  • Ans. 

    The expression would increment the value of i twice before using it in the operation.

    • The value of i would be incremented by 2 before being used in the operation.

    • This is equivalent to writing i = i + 2; followed by the operation using the new value of i.

    • For example, if i was initially 3, the expression would evaluate to 6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - question were a bit atypical so knowledge part from basic knowledge is needed

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Why not MS?

Interview Preparation Tips

Round: Test
Experience: It was constituted of two parts: Logic and DI. Both parts were simple. Questions were CAT type.

Round: Technical Interview
Experience: Simple C, C++ questions were asked. Technical questions based on internship project were asked. General questions asked to check reaction to sudden stress (for example: Why do earthquakes occur?).
Tips: Courses like DSP (application based) and information systems should be thorough. Knowing 1 programming language is very essential.

Round: HR Interview
Experience: Resume based questions were asked.
Tips: Know complete details of your interns, BTP and resume thoroughly.

College Name: IIT KANPUR
Contribute & help others!
anonymous
You can choose to be anonymous

Toshiba Interview FAQs

How many rounds are there in Toshiba SDE interview?
Toshiba interview process usually has 3 rounds. The most common rounds in the Toshiba interview process are Aptitude Test and Technical.
What are the top questions asked in Toshiba SDE interview?

Some of the top questions asked at the Toshiba SDE interview -

  1. os ,cn asked bassic quest...read more
  2. Dsa oop question sim...read more

Recently Viewed

SALARIES

ITC

SALARIES

Dentistree

SALARIES

Oberoi Realty

SALARIES

Dentistree

SALARIES

Toshiba

No Salaries

SALARIES

Toshiba

SALARIES

Toshiba

SALARIES

Toshiba

SALARIES

Toshiba

SALARIES

ITC

Tell us how to improve this page.

Toshiba SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 561 Interviews
Siemens Interview Questions
4.1
 • 432 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Caterpillar Inc Interview Questions
4.3
 • 178 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
Rostfrei Steels Interview Questions
4.1
 • 32 Interviews
View all
Software Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Toshiba with

Samsung

3.9
Compare

LG Electronics

4.0
Compare

Sony

4.2
Compare

Panasonic Avionics Corporation

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview