Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Toshiba Software India Team. If you also belong to the team, you can get access from here

Toshiba Software India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Toshiba Software India Trainee Interview Questions and Answers

Updated 2 Sep 2023

Toshiba Software India Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2023

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 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 questions were moderate. Includes topics like time speed distance, probability, work, Boolean logic, non verbal logic etc. It also had two c questions.

Round 3 - Technical 

(1 Question)

  • Q1. Questions on oops, c snippets, bit manipulation, pointers and on my project.
Round 4 - HR 

(1 Question)

  • Q1. Will you relocate yourself, what was reason to select toshiba etc

Interview Preparation Tips

Topics to prepare for Toshiba Software India Trainee interview:
  • OOPS
  • C
  • OS
Interview preparation tips for other job seekers - read c basics and oops

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Toshiba Software India?
Ask anonymously on communities.

Interview questions from similar companies

Associate Interview Questions & Answers

Incedo user image Abhishek Pandey

posted on 22 Nov 2021

I applied via Walk-in and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. A few terms related to mutual fund industry were asked.
  • Q2. What do you understand by market capitalisation?
  • Ans. Total number of shares outstanding multiplied by the price of one share.
  • Answered by Abhishek Pandey

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, confident and honest.

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. You are given pairs of numbers. In a pair, the first number is sm ... read more
Q4. During a cruise, if thrust equals drag, how does the plane move f ... read more
Q5. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Ans. 

    I am drawn to Incedo for its innovative approach and growth opportunities, aligning with my career aspirations in technology consulting.

    • Incedo's commitment to innovation resonates with my passion for technology and problem-solving.

    • I admire Incedo's collaborative culture, which I experienced in my previous role at XYZ Corp, where teamwork led to a successful project launch.

    • My future plan includes advancing my skills in ...

  • Answered by AI
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good.

I appeared for an interview before Oct 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Pairing 

(1 Question)

  • Q1. Assignment is given before hand and after that you'll have to pair with TW developer. While pairing, code smells/improvements are discussed
Round 3 - Technical 

(1 Question)

  • Q1. Questions related: to your last project to OOPS with system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your current project well and explain it in detailed manner.
Prepare for some system design questions and DS Algo

Interview Questionnaire 

1 Question

  • Q1. Closure,array destructuring,arrow function,rest parameter,bind,call and apply. Lazy loading, react context,usecallback,lifecycle method using hooks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. Questions based on HTML5,CSS3,Vanila JS,ES6,React JS.

Associate Interview Questions & Answers

CitiusTech user image Kshitija Bagul

posted on 10 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain random forest
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.

    • Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.

    • Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is used to improve the accuracy of models and reduce bias and variance.

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. .Net Core questions
  • Q2. Azure DevOps Experience based questions
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
  • Ans. 

    Understanding SQL queries for many-to-many relationships and performing aggregations on them.

    • Many-to-many relationships require a junction table to link two entities.

    • Example: Students and Courses can be linked via a StudentCourses table.

    • Use JOINs to combine data from multiple tables in your query.

    • Aggregations like COUNT, SUM, AVG can be applied to the results.

    • Example SQL: SELECT CourseID, COUNT(StudentID) FROM StudentC...

  • Answered by AI
  • Q2. OOPS concepts and SpringBoot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a business requirement document

Round 2 - Technical 

(1 Question)

  • Q1. What are the strengths and weakness
  • Ans. 

    Strengths include strong analytical skills and attention to detail. Weaknesses may include difficulty with public speaking and time management.

    • Strengths: strong analytical skills

    • Strengths: attention to detail

    • Weaknesses: difficulty with public speaking

    • Weaknesses: time management

  • Answered by AI

Toshiba Software India Interview FAQs

How many rounds are there in Toshiba Software India Trainee interview?
Toshiba Software India interview process usually has 4 rounds. The most common rounds in the Toshiba Software India interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Toshiba Software India Trainee Salary
based on 4 salaries
₹6.5 L/yr - ₹10 L/yr
170% more than the average Trainee Salary in India
View more details
Software Engineer
292 salaries
unlock blur

₹6.8 L/yr - ₹16.5 L/yr

Senior Software Engineer
215 salaries
unlock blur

₹13.6 L/yr - ₹25.5 L/yr

Softwaretest Engineer
103 salaries
unlock blur

₹2 L/yr - ₹6.6 L/yr

Associate Software Engineer
58 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Software Tester
50 salaries
unlock blur

₹2.6 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Toshiba Software India with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview