Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Automotive Robotics (India) Firmware Engineer Interview Questions and Answers

Updated 25 Aug 2022

Automotive Robotics (India) Firmware Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Function pointers based code
  • Q2. Bitwise operations based cofe
  • Q3. Storage class explanation
  • Ans. 

    Storage classes in C specify the lifetime and visibility of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to declare variables that are defined in another file

    • typedef: creates a new name for an existing data type

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Package discussion and general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skill and coding to easy get the job

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me About yourself
  • Ans. 

    Experienced Senior Engineer with a strong background in software development and project management.

    • Over 10 years of experience in software engineering

    • Expertise in project management and leading cross-functional teams

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to deliver high-quality solutions under tight deadlines

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

(1 Question)

  • Q1. Tell me about your career path
  • Ans. 

    I started my career as a junior engineer at a tech startup, where I gained hands-on experience in software development. I then moved on to larger companies, taking on more challenging projects and eventually reaching a senior engineer position.

    • Started as junior engineer at tech startup

    • Gained hands-on experience in software development

    • Moved on to larger companies for more challenging projects

    • Progressed to senior enginee

  • Answered by AI
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your work experience
  • Q2. What's the new VRF tech in Daikin
  • Q3. Ikwtr comparison for chiller and vrf
  • Ans. 

    Chiller and VRF systems differ in their cooling capacity, efficiency, and cost.

    • Chillers are better suited for large commercial buildings with high cooling loads.

    • VRF systems are more efficient and cost-effective for smaller buildings or individual rooms.

    • Chillers use water as a cooling medium, while VRF systems use refrigerant.

    • Chillers require more maintenance and have a longer lifespan than VRF systems.

    • VRF systems offer...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How would you handle different meetings at a time.
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have the complete product knowledge.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction, jobs & responsibility
Round 2 - Technical 

(1 Question)

  • Q1. As per CV all question
Round 3 - HR 

(1 Question)

  • Q1. Once again introduction, pervious company details information & salary discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Kuka robot programming
  • Q2. Logic development
  • Q3. Customer service
  • Q4. Project Engineering
Round 3 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, frequent travel
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join Rockwell Automation as they are firing people with no reasons. There is no job security, within a day u will be asked to leave. They are going through financial losses. They will further layoff next month . Already 900 layoff was done in May'24. Poor management poor HR
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic of Core java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Case Study 

Ghkmkjgvnk jhfy hkoojg bhkkmk

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your reasons for wanting to change your company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and learning opportunities

    • Looking for career advancement and growth potential

    • Seeking a more supportive and collaborative work environment

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the industry

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Negotiate based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go in to the

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Automotive Robotics (India) Interview FAQs

How many rounds are there in Automotive Robotics (India) Firmware Engineer interview?
Automotive Robotics (India) interview process usually has 2 rounds. The most common rounds in the Automotive Robotics (India) interview process are Technical and HR.
What are the top questions asked in Automotive Robotics (India) Firmware Engineer interview?

Some of the top questions asked at the Automotive Robotics (India) Firmware Engineer interview -

  1. Storage class explanat...read more
  2. Package discussion and general questi...read more
  3. Function pointers based c...read more

Recently Viewed

SALARIES

Automotive Robotics (India)

SALARIES

KLA

SALARIES

Sophos Technologies

SALARIES

Automotive Robotics (India)

SALARIES

Automotive Robotics (India)

SALARIES

Thermo Systems India

SALARIES

KLA

SALARIES

Automotive Robotics (India)

SALARIES

Micron Technology

INTERVIEWS

Soliton Technologies

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 420 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
CMA CGM Interview Questions
3.9
 • 92 Interviews
View all
Design Engineer
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer 1
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

L2 Engineer
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Design Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Automotive Robotics (India) with

ABB

4.1
Compare

FANUC

3.9
Compare

KUKA Robotics

3.5
Compare

Yaskawa India

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