Upload Button Icon Add office photos

Bosch

Compare button icon Compare button icon Compare

Filter interviews by

Bosch Internship Trainee Interview Questions and Answers for Freshers

Updated 5 Jul 2024

Bosch Internship Trainee Interview Experiences for Freshers

2 interviews found

Internship Trainee Interview Questions & Answers

user image Parthasarathi Alaghu

posted on 11 Feb 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Why you applied for this job? Some other questions based on my cv
Round 2 - One-on-one 

(1 Question)

  • Q1. Common questions related to cv
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Experience in organizing events and leading teams

    • Proficient in Microsoft Office and social media marketing

  • Answered by AI
  • Q2. Why this company?
  • Ans. 

    I chose this company because of its innovative approach to industry challenges and strong reputation for employee development.

    • Strong reputation for employee development

    • Innovative approach to industry challenges

    • Positive company culture

    • Opportunities for growth and advancement

    • Impressive track record of success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go casually nothing to fear

Internship Trainee Interview Questions Asked at Other Companies for Fresher

Q1. what you know abiu the technology that you are apply
Q2. What are the difgerent wavelengths at which optical fibre communi ... read more
Q3. What are timers im Microprocessor amd how can you trigger them?
Q4. How many coding questions you have done, which platform, which la ... read more
Q5. Can you specify what data breach occured in zomato!?

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Please explain about your profile

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all be free to attend the interview.
Be bold in your explanations.
Questions mainly fall from your profile explanation.

Try to tell what you have worked with.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. - Write a code to reverse a phrase like (I love my country) make it as (Country my love i).
  • Ans. 

    A code to reverse a phrase by splitting it into words and reversing the order of the words.

    • Split the phrase into an array of words using a space as the delimiter

    • Reverse the order of the words in the array

    • Join the words back together with spaces in between

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your problems with relocation?

Interview Preparation Tips

Topics to prepare for Aptiv Software Engineer interview:
  • C
  • Embedded C
  • SPI
Interview preparation tips for other job seekers - Be patient and prepare your self for every interview.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the smart pointers?
  • Ans. 

    Smart pointers are objects that store a pointer to dynamically allocated memory and provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically releasing memory when the pointer is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to break circular references.

  • Answered by AI
  • Q2. What is the lamda function?
  • Ans. 

    A lambda function is a small anonymous function defined in a single line of code without a name.

    • Lambda functions are often used in programming languages that support functional programming.

    • They are commonly used for short, simple operations that do not require a named function.

    • Lambda functions can take any number of arguments but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for parallel execution of tasks within a program.

    • Each thread has its own stack and runs independently of other threads.

    • Threads can communicate with each other and share resources.

    • Example: A web server handling multiple client requests concurrently using threads.

  • Answered by AI
  • Q2. What is lamda function?
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple parameters and can be used as an argument to other functions.

    • Lambda functions are also known as anonymous functions because they do not have a name.

    • They are often used for short, one-time tasks that do not require a separate function definition.

    • Lambda functions can take multiple parameters and return a single value.

    • Example: lambda x, y: x + ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical about c++, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Place to work
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank assesment

Round 2 - Technical 

(1 Question)

  • Q1. About Python, Data structures

I applied via Approached by Company and was interviewed in May 2022. 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 - HR 

(1 Question)

  • Q1. Basic HR question (tell me about yourself and similar)
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to field
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview cum interaction with top management

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and should have good knowledge of respective field.

Interview Questionnaire 

2 Questions

  • Q1. Software tool test on simple component
  • Q2. You can use any tool to clear that.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Embedded qns and oops qns
  • Q2. What is virtual function
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by allowing a function to be called based on the type of object it is called on.

    • Virtual functions are declared in a base cl...

  • Answered by AI
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q4. Please don't attend this interview
  • Q5. Idon'tknow hahab

Interview Preparation Tips

Interview preparation tips for other job seekers - Useless company w9rstu behaviour no offer

Skills evaluated in this interview

Bosch Interview FAQs

How many rounds are there in Bosch Internship Trainee interview for freshers?
Bosch interview process for freshers usually has 1-2 rounds. The most common rounds in the Bosch interview process for freshers are One-on-one Round and HR.

Tell us how to improve this page.

Bosch Internship Trainee Interview Process for Freshers

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 137 Interviews
Aptiv Interview Questions
3.5
 • 101 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
DENSO Interview Questions
4.1
 • 78 Interviews
JTEKT Interview Questions
4.1
 • 69 Interviews
Faurecia Interview Questions
3.9
 • 63 Interviews
Tenneco Interview Questions
3.8
 • 62 Interviews
Tata Cummins Interview Questions
4.4
 • 61 Interviews
View all

Bosch Internship Trainee Reviews and Ratings

based on 8 reviews

4.4/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

3.7

Salary

4.0

Job security

4.5

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 8 Reviews and Ratings
Senior Engineer
873 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
818 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Assistant Manager
682 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Software Engineer
521 salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Deputy Manager
497 salaries
unlock blur

₹9 L/yr - ₹25.9 L/yr

Explore more salaries
Compare Bosch with

Yazaki

3.8
Compare

Faurecia

3.9
Compare

Valeo

4.0
Compare

Continental Automotive Components

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