Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Knorr-Bremse Team. If you also belong to the team, you can get access from here

Knorr-Bremse Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Knorr-Bremse Embedded Software Engineer Interview Questions, Process, and Tips

Updated 30 Mar 2024

Top Knorr-Bremse Embedded Software Engineer Interview Questions and Answers

Knorr-Bremse Embedded Software Engineer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. What were your major projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give up
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. 1. What are the storage classes in C?
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • Auto: Default storage class for local variables

    • Register: Requests a variable to be stored in a register for faster access

    • Static: Preserves the value of a variable between function calls

    • Extern: Allows access to a variable declared in another file

    • Thread Local Storage (TLS): Provides each thread with its own copy of a variable

  • Answered by AI
  • Q2. 2.What are preprocessor directives?
  • Ans. 

    Preprocessor directives are commands used by the preprocessor to perform tasks before the actual compilation process begins.

    • Preprocessor directives start with a # symbol.

    • They are used to include header files, define constants, and perform conditional compilation.

    • Examples include #include, #define, #ifdef, #ifndef, #endif, #pragma, etc.

  • Answered by AI
  • Q3. 3.Write a macro code to set the bit.
  • Ans. 

    Macro code to set a bit in embedded software

    • Define a macro using bitwise OR operator to set a specific bit in a register

    • Example: #define SET_BIT(reg, bit) ((reg) |= (1 << (bit)))

    • Call the macro with the register and bit number as arguments

  • Answered by AI
  • Q4. 4.Explain project and project related questions.
  • Q5. 5.Why 8 bit microprocessor is called 8 bit microprocessor.
  • Ans. 

    8 bit microprocessor is called so because it processes data in 8 bit chunks.

    • 8 bit microprocessor processes data in 8 bit chunks at a time

    • It can handle data in 8 bit binary format

    • Examples include Intel 8080, Zilog Z80, and MOS Technology 6502

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Brief Introduction
  • Q2. Details about family background
  • Q3. Will you be able to join us within week?
  • Q4. What are your strengths and weakness.

Interview Preparation Tips

Topics to prepare for Knorr-Bremse Embedded Software Engineer interview:
  • Microcontroller
  • C

Skills evaluated in this interview

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time

I applied via LinkedIn and was interviewed in Mar 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 - Technical 

(2 Questions)

  • Q1. Questions will be dependants upon designation, questions will be like basics & intermediate level only Embedded C programming based?
  • Q2. Projects Controller based questions?
Round 3 - HR 

(1 Question)

  • Q1. About yourself, strength & weakness with examples, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be assured when responding and avoid saying anything which is not applicable to your position or role for which you are seeking.

Interview questions from similar companies

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 - Technical 

(1 Question)

  • Q1. Pass array to function in c
  • Ans. 

    Passing an array to a function in C.

    • Declare the function with the array parameter

    • Pass the array name as argument to the function

    • Use array notation to access elements in the function

    • Array size can be passed as a separate argument or calculated within the function

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Program to find a button press
  • Ans. 

    A program to detect button press and trigger an action

    • Use interrupts to detect button press

    • Debounce the button to avoid false triggers

    • Implement a state machine to handle button press and release events

    • Use a timer to detect long press events

    • Trigger an action based on the button press event

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About Personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep c knowledge is enough especially structures unions etc

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

As a fresher, I applied through an online portal and the first round was an Online coding test with self-introduction.

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

Test to write a Fibonacci function that receives two pointers with data and organize the data

Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to work with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study about structures and algorithms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

(3 Questions)

  • Q1. Basic C programming questions
  • Q2. About education background
  • Q3. I explained them about my schooling
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic c question
  • Q2. Basic C++ question

I applied via Approached by Company and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Resume based and previous experience. Also regarding the experience in the Automotive field
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioural questions like how you would handle a critical situation

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know what you do, you will get it.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Discussing about basics of microcontroller

Round 2 - Coding Test 

Its on datastructure which is very difficult for ece background students

Knorr-Bremse Interview FAQs

How many rounds are there in Knorr-Bremse Embedded Software Engineer interview?
Knorr-Bremse interview process usually has 2 rounds. The most common rounds in the Knorr-Bremse interview process are Technical, HR and Resume Shortlist.
How to prepare for Knorr-Bremse Embedded Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Knorr-Bremse. The most common topics and skills that interviewers at Knorr-Bremse expect are Canoe, AUTOSAR, Embedded C, Microcontroller and C.
What are the top questions asked in Knorr-Bremse Embedded Software Engineer interview?

Some of the top questions asked at the Knorr-Bremse Embedded Software Engineer interview -

  1. 5.Why 8 bit microprocessor is called 8 bit microprocess...read more
  2. 1. What are the storage classes in...read more
  3. 2.What are preprocessor directiv...read more

Tell us how to improve this page.

Knorr-Bremse Embedded Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 995 Interviews
Siemens Interview Questions
4.1
 • 417 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
ABB Interview Questions
4.1
 • 233 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
View all
Knorr-Bremse Embedded Software Engineer Salary
based on 84 salaries
₹4.5 L/yr - ₹12.3 L/yr
26% more than the average Embedded Software Engineer Salary in India
View more details

Knorr-Bremse Embedded Software Engineer Reviews and Ratings

based on 11 reviews

3.3/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

2.7

Salary

3.4

Job security

3.1

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 11 Reviews and Ratings
Senior Engineer
201 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
180 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
177 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Knorr-Bremse with

Bosch

4.2
Compare

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

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