Upload Button Icon Add office photos

Filter interviews by

Electropneumatics & Hydraulics (I) Embedded Firmware Engineer Interview Questions and Answers

Updated 15 Feb 2022

Electropneumatics & Hydraulics (I) Embedded Firmware Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Detail explaination of your poject
  • Ans. 

    Developed firmware for a smart home automation system

    • Designed and implemented communication protocols for various IoT devices

    • Developed low-level drivers for sensors and actuators

    • Optimized power consumption for battery-operated devices

    • Integrated with cloud services for remote monitoring and control

  • Answered by AI
  • Q2. Some question on ADC DAC
  • Q3. Voltage levels and some c programing question on pointers macros and increment decrement operators.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is nice and he use to give you a hint if your strugling to answer. Overal experience is nice

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

60 questions to be done in 60 mins

Round 2 - Technical 

(2 Questions)

  • Q1. String DSA questions
  • Q2. Applications of Data Structures
  • Ans. 

    Data structures are used to store and organize data efficiently in computer programs.

    • Data structures help in efficient searching, sorting, and manipulation of data.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Applications include database management systems, file systems, and network protocols.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

They asked basic programs, cloud computing, computer networking

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join company? , how do you manage your expense of home in this salary amount?
  • Q2. Introduce yourself, strength, weakness, hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do everything with confidence, don't get stressed and you will easily pass the interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

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. C#.net basics, and azure basics
Round 3 - Technical 

(1 Question)

  • Q1. Advanced C# and Azure
Round 4 - One-on-one 

(1 Question)

  • Q1. US Team interview, Advanced C# , Azure
Round 5 - HR 

(1 Question)

  • Q1. Salary Negotiation , General Hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Think twice before joining. Job is not secure regardless of your performance.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 basic oops concepts and SQL concepts
  • Q2. How resize win form according to screen size
  • Ans. 

    To resize a win form according to screen size, use the Anchor property and the SizeChanged event.

    • Set the Anchor property of the form and its controls to adjust their position and size relative to the form's edges.

    • Handle the SizeChanged event of the form to update the size and position of the controls based on the new form size.

    • Use the Screen class to get the size of the screen and adjust the form size accordingly.

    • Consi...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Managerial round about project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good exposure had a great interview. One more client round will be there.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2023. 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 - Aptitude Test 

It was basically mcq on dsa and os

Round 3 - Technical 

(1 Question)

  • Q1. Sort 0s 1s and 2s,linked list based questions,basic oops consepts and puzzle
Round 4 - Technical 

(1 Question)

  • Q1. Qusestions were mostly on my projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning and technical aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Design a tic tac toe game
  • Ans. 

    A simple tic tac toe game design with a 3x3 grid and two players taking turns to place their marks.

    • Create a 3x3 grid to represent the game board

    • Allow two players to take turns placing their marks (X or O) on the grid

    • Check for a win condition after each move to determine the winner

    • Handle tie game if all spaces on the grid are filled without a winner

  • Answered by AI
  • Q2. Questions based on resume
Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept based questions
  • Q2. Designing a login page
  • Ans. 

    Designing a login page for a software application

    • Include fields for username and password

    • Implement password strength validation

    • Provide option for password reset

    • Incorporate CAPTCHA for security

    • Utilize HTTPS for secure communication

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. About yourself description
  • Q2. Interests and hobbies

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C Programming Basics
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions on c
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions

Electropneumatics & Hydraulics (I) Interview FAQs

How many rounds are there in Electropneumatics & Hydraulics (I) Embedded Firmware Engineer interview?
Electropneumatics & Hydraulics (I) interview process usually has 1 rounds. The most common rounds in the Electropneumatics & Hydraulics (I) interview process are One-on-one Round.
What are the top questions asked in Electropneumatics & Hydraulics (I) Embedded Firmware Engineer interview?

Some of the top questions asked at the Electropneumatics & Hydraulics (I) Embedded Firmware Engineer interview -

  1. Detail explaination of your poj...read more
  2. Voltage levels and some c programing question on pointers macros and increment ...read more
  3. Some question on ADC ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Sulzer Interview Questions
3.8
 • 29 Interviews
Nash Industries Interview Questions
3.6
 • 28 Interviews
Dover India Interview Questions
4.0
 • 27 Interviews
Buhler Interview Questions
3.9
 • 27 Interviews
Rieter Interview Questions
3.7
 • 26 Interviews
View all
Service Engineer
41 salaries
unlock blur

₹3.1 L/yr - ₹6.8 L/yr

Senior Engineer
32 salaries
unlock blur

₹4.1 L/yr - ₹8.8 L/yr

Design Engineer
29 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Design Engineer
27 salaries
unlock blur

₹5.4 L/yr - ₹9.2 L/yr

Assistant Manager
25 salaries
unlock blur

₹6.5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Electropneumatics & Hydraulics (I) with

Gandhi Automations

4.1
Compare

Sulzer

3.8
Compare

Bharat Fritz Werner

3.8
Compare

Texmo Industries

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