Upload Button Icon Add office photos

Filter interviews by

Roulunds Braking Associate Engineer Interview Questions and Answers

Updated 28 Oct 2022

Roulunds Braking Associate Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Oct 2021. There were 2 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. About your experience
  • Q2. Experts in which area
  • Ans. 

    Experts in various areas of engineering

    • Civil engineering

    • Mechanical engineering

    • Electrical engineering

    • Software engineering

    • Chemical engineering

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and stay motivated , need to improve your job life and personal growth.

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Write NC program PFMEA details and knowledge of depth to proportion GD&T Past company experience and technical knowledge, cast reduction, process knowledge
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2. Interviewed by ME head. Capacity calculation,line balancing,PPAP,APQP,MSD,machine selaction, process selection.

Interview Preparation Tips

Interview preparation tips for other job seekers - I you have too technical knowledge you will get the job definitely.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 - Case Study 

Problem and route cause

Round 3 - One-on-one 

(1 Question)

  • Q1. Process and risk assessment
Round 4 - Technical 

(1 Question)

  • Q1. Quality tools and assurance activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with what you have put in your resume

Interview Questionnaire 

2 Questions

  • Q1. Software tool test on simple component
  • Q2. You can use any tool to clear that.
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and union?
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

    • Structure is accessed using dot operator while union is access...

  • Answered by AI
  • Q2. How to avoid dangling pointers?
  • Ans. 

    Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.

    • Always initialize pointers to NULL.

    • Set pointers to NULL after freeing the memory they point to.

    • Avoid accessing memory through a pointer after it has been freed.

    • Use smart pointers or garbage collection to automate memory management.

  • Answered by AI
  • Q3. Write a program to print Fibonacci series using recursion
  • Ans. 

    A program to print Fibonacci series using recursion.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

    • Call the recursive function with the desired number of terms and print the result

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are your strengths in computer science?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to focus more on coding. Try to solve coding challenges and learn from mistakes.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jun 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 tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What was responsibility routine work
  • Ans. 

    Routine work responsibilities include performing regular tasks and duties as part of the job.

    • Routine work responsibilities involve completing daily, weekly, or monthly tasks

    • These tasks are typically outlined in job descriptions or standard operating procedures

    • Examples of routine work responsibilities may include data entry, report generation, equipment maintenance, etc.

  • Answered by AI
  • Q2. Tell me about your self
  • Ans. 

    I am a senior engineer with expertise in [specific field]. I have [number] years of experience in [industry/technology].

    • Expertise in [specific field]

    • Years of experience in [industry/technology]

    • Accomplishments or projects related to [specific field/technology]

    • Skills or certifications relevant to the position

    • Passion for continuous learning and professional development

  • Answered by AI
  • Q3. What is achieved in previous organisation
  • Ans. 

    Implemented a new software system that improved efficiency and reduced costs by 20%.

    • Implemented a new software system

    • Improved efficiency

    • Reduced costs by 20%

  • Answered by AI
  • Q4. What is the sallary expectations
  • Ans. 

    My salary expectations are negotiable and dependent on the overall compensation package offered.

    • I am open to discussing salary expectations based on the responsibilities and requirements of the position

    • I am looking for a fair and competitive compensation package

    • I am willing to consider other benefits such as healthcare, retirement plans, and vacation time

    • I am interested in opportunities for growth and advancement withi

  • Answered by AI
  • Q5. Documents verification
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations & documents verification

Interview Preparation Tips

Interview preparation tips for other job seekers - For carriers growth , different types of work knowledge gaining, market study..

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Embedded c ....................
Round 2 - Behavioral 

(1 Question)

  • Q1. Project ........,........
Round 3 - HR 

(1 Question)

  • Q1. Salary ....................

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy .........,..................................
Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w c and embedded c
  • Ans. 

    Embedded C is a subset of the C programming language, specifically designed for programming embedded systems.

    • Embedded C is optimized for resource-constrained systems with limited memory and processing power.

    • It includes additional keywords and features for controlling hardware directly.

    • Embedded C often involves working with microcontrollers, sensors, and other hardware components.

    • Regular C can be used for general-purpos

  • Answered by AI
  • Q2. Diff b/w structure and union
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

    • Structure is accessed using dot operator while union is access...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on basics of coding. c language , python, autosar

Skills evaluated in this interview

Round 1 - Aptitude Test 

It had quants,verbal and logical qns

Round 2 - Technical 

(2 Questions)

  • Q1. Asked me abt my project
  • Q2. Tell me about the webinars you attended

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to answer all type of qns Be confident while you present yourself Take care of your manners

Roulunds Braking Interview FAQs

How many rounds are there in Roulunds Braking Associate Engineer interview?
Roulunds Braking interview process usually has 2 rounds. The most common rounds in the Roulunds Braking interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 137 Interviews
Aptiv Interview Questions
3.5
 • 100 Interviews
JK Tyres Interview Questions
3.6
 • 98 Interviews
Krishna Maruti Interview Questions
4.0
 • 94 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
Delphi TVS Interview Questions
3.9
 • 84 Interviews
Lucas-TVS Interview Questions
3.9
 • 75 Interviews
View all

Roulunds Braking Associate Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

4.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Quality Engineer
60 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Engineer
58 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Production Engineer
40 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Assistant Manager
24 salaries
unlock blur

₹4.4 L/yr - ₹7.8 L/yr

PPC Engineer
24 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Roulunds Braking with

Yazaki

3.8
Compare

Delphi TVS

3.9
Compare

JK Tyres

3.6
Compare

Lucas-TVS

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