Upload Button Icon Add office photos

Filter interviews by

Toshiba Software India Engineer Trainee Interview Questions and Answers

Updated 30 Mar 2021

Toshiba Software India Engineer Trainee Interview Experiences

1 interview found

I was interviewed in Mar 2021.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions in graduation
  • Q2. Basic programming related questions
  • Q3. Go through the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your knowledge

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Let us assume we have an array of 0's and 1's,how would you find the first index for 1.
  • Ans. 

    Iterate through the array and return the index of the first occurrence of 1.

    • Iterate through the array using a loop.

    • Check each element of the array, if it is 1 then return its index.

    • If no 1 is found, return -1.

  • Answered by AI
  • Q2. SQL queries related to Order By and Group By

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding test, 1 was of arrays and other was strings.

Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join this company?
  • Ans. 

    I want to join this company because of its reputation for innovation and commitment to employee development.

    • I am impressed by the company's track record of developing cutting-edge technologies.

    • I believe the company's focus on employee growth and training aligns with my career goals.

    • I am excited about the opportunity to work with a team of talented engineers and contribute to impactful projects.

  • Answered by AI
  • Q2. Why we should hire you?
  • Ans. 

    I am a dedicated and quick learner with a strong technical background and a passion for problem-solving.

    • Strong technical skills acquired through relevant coursework and projects

    • Proven ability to quickly learn and adapt to new technologies and tools

    • Passionate about problem-solving and finding innovative solutions

    • Strong work ethic and dedication to achieving goals

    • Excellent communication and teamwork skills demonstrated t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your preparation well.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basics aptitude ,programming mcq

Round 2 - Technical 

(1 Question)

  • Q1. Basic technical questions like datatypes,sum of two number ,palindrome
Round 3 - Coding Test 

To ask to write a program for maximum repeating character in a string?

Round 4 - HR 

(1 Question)

  • Q1. Normal HR discussion like family background ,self intro etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - my advice is very easy to clear all rounds in the interview prepare some basic interview question and get a offer from this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on oops and sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query on many to many table and aggregations
  • Q2. OOPS concepts and SpringBoot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. First online assessment. Fundamental question from all computer science subjects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your projects very well. First elimination round in Technical interview is Project Round. Interviewer will ask you questions from your project in very detail.

I applied via Campus Placement and was interviewed before Dec 2021. 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 tips
Round 2 - Aptitude Test 

Aptitude test includes 25 questions that tests your grammatical skills,verbal,numerical and quantative as well as puzzle etc.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked to write a java code to swap 2 nos with / without temp variable.
  • Q2. Self intro and Strengths/weaknesses

Interview Preparation Tips

Topics to prepare for Infogain Trainee interview:
  • Java
  • Core Java
  • Adavanced java
  • Automation Testing
Interview preparation tips for other job seekers - Please attend and join this company as it's mnc and as various roles to apply and large amount of employees are hired and it's increasingly by year.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Topics to prepare for Apexon Trainee interview:
  • Prepare one topic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

Toshiba Software India Interview FAQs

What are the top questions asked in Toshiba Software India Engineer Trainee interview?

Some of the top questions asked at the Toshiba Software India Engineer Trainee interview -

  1. Basic programming related questio...read more
  2. Basic questions in graduat...read more
  3. Go through the resu...read more

Tell us how to improve this page.

Toshiba Software India Engineer Trainee Salary
based on 17 salaries
₹6 L/yr - ₹9 L/yr
141% more than the average Engineer Trainee Salary in India
View more details
Software Engineer
344 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Software Engineer
202 salaries
unlock blur

₹7.4 L/yr - ₹29.6 L/yr

Softwaretest Engineer
97 salaries
unlock blur

₹2 L/yr - ₹6.8 L/yr

Associate Software Engineer
52 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

System Analyst
52 salaries
unlock blur

₹12.5 L/yr - ₹24 L/yr

Explore more salaries
Compare Toshiba Software India with

IBM

4.1
Compare

Microsoft Corporation

4.1
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview