Upload Button Icon Add office photos

Bosch

Compare button icon Compare button icon Compare

Filter interviews by

Bosch Electrical Maintenance Interview Questions and Answers

Updated 30 Dec 2022

Bosch Electrical Maintenance Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Dec 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Electrician work my own
  • Q2. How mash salery in company
  • Ans. 

    Salary in the company depends on various factors such as experience, skills, job position, and company policies.

    • Salary is determined based on the level of experience and skills of the employee.

    • Job position also plays a crucial role in determining the salary.

    • Company policies and industry standards also influence the salary structure.

    • Salary may vary depending on the location and cost of living.

    • Negotiation skills can also

  • Answered by AI
  • Q3. Company time and food

Interview Preparation Tips

Topics to prepare for Bosch Electrical Maintenance interview:
  • Electrician
  • Marketing
Interview preparation tips for other job seekers - Company is a good .. old company old is gold.. triveling is company give proved

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Inventory management
  • Q2. Logistics
  • Q3. FIFO
  • Q4. MRP
  • Q5. Personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Given details briefly

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.

Intern Interview Questions & Answers

Aptiv user image Anonymous

posted on 22 Feb 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 logical questions were asked and given the time for around 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Question about the project. Question about the protocols being used. Mainly focused on project
  • Q2. About embedded Microcontrollers

Interview Preparation Tips

Interview preparation tips for other job seekers - Study thoroughly about the projects and know about the protocols being used
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

I applied via Approached by Company and was interviewed before Sep 2021. 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 - Technical 

(2 Questions)

  • Q1. Android based Questions
  • Q2. Kotlin programming assessment
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion with Hiring manager
  • Q2. Career goals and expectations
Round 4 - HR 

(2 Questions)

  • Q1. General discussion about the organization
  • Q2. Expected salary discussion and negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - If interviewing for Android developer based role, prepare well for Kotlin based Questions (Core knowledge) and Data structures, Android lifecycle, most frequently used view and viewgroups
Round 1 - Technical 

(1 Question)

  • Q1. Expected and current ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not disclose your current ctc and expected ctc in technical round.
You might get rejected even if the interview went very well.
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic of Oops in Cpp ?
  • Q2. How byte padding is done?
  • Ans. 

    Byte padding is the process of adding extra bytes to a data structure to ensure it meets a certain size or alignment requirement.

    • Byte padding is commonly used in computer memory allocation to align data structures to memory boundaries.

    • Padding is necessary to ensure that data structures are properly aligned for efficient memory access.

    • For example, if a data structure requires alignment on a 4-byte boundary, padding may ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic C Concepts like, call by value, call by reference, questions on MACRO, Bit wise operator,
Round 2 - Technical 

(1 Question)

  • Q1. Basic C Questions, CAN protocol basic questions.

Bosch Interview FAQs

How many rounds are there in Bosch Electrical Maintenance interview?
Bosch interview process usually has 2 rounds. The most common rounds in the Bosch interview process are Resume Shortlist and Technical.
What are the top questions asked in Bosch Electrical Maintenance interview?

Some of the top questions asked at the Bosch Electrical Maintenance interview -

  1. How mash salery in comp...read more
  2. Electrician work my ...read more
  3. Company time and f...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 136 Interviews
Aptiv Interview Questions
3.5
 • 100 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
DENSO Interview Questions
4.1
 • 77 Interviews
JTEKT Interview Questions
4.1
 • 66 Interviews
Faurecia Interview Questions
3.9
 • 63 Interviews
Tenneco Interview Questions
3.7
 • 62 Interviews
Tata Cummins Interview Questions
4.3
 • 60 Interviews
View all
Bosch Electrical Maintenance Salary
based on 5 salaries
₹2.2 L/yr - ₹3.4 L/yr
9% less than the average Electrical Maintenance Salary in India
View more details

Bosch Electrical Maintenance Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

3.5

Salary

3.5

Job security

4.5

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Engineer
873 salaries
unlock blur

₹5 L/yr - ₹18.1 L/yr

Senior Software Engineer
820 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Assistant Manager
674 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Software Engineer
520 salaries
unlock blur

₹3.5 L/yr - ₹13.1 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