Upload Button Icon Add office photos

Filter interviews by

Infineon Technologies Applications Engineer Interview Questions and Answers

Updated 2 Jun 2024

Infineon Technologies Applications Engineer Interview Experiences

5 interviews found

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

I applied via campus placement at NMAM Institute of Technology, Mangalore and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Dsd , analog electronics circuit based questions were asked
Round 3 - Technical 

(1 Question)

  • Q1. C programming from basics was asked using tricky pseudo codes
Round 4 - HR 

(1 Question)

  • Q1. 1. Tell me things not in your resume 2. Hobbies 3. Why I shouldn't Hire you 4. You like managerial or developer and why
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Can make a simple button debounce circuit ?
  • Ans. 

    Yes, a simple button debounce circuit can be created using a resistor and a capacitor.

    • Use a resistor and a capacitor in series with the button to create a low-pass filter.

    • Connect the output of the filter to a Schmitt trigger to clean up the signal.

    • Adjust the values of the resistor and capacitor to achieve the desired debounce time.

    • Example: Use a 10k ohm resistor and a 0.1uF capacitor for a debounce time of 10ms.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a structured embedded C program to read button input, remove glitches.
  • Ans. 

    Program to read button input and remove glitches in embedded C.

    • Use a state machine to debounce the button input.

    • Implement a delay to filter out glitches.

    • Consider using interrupts for efficient button handling.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just put whats in your mind, Interviewers are there to give you the job not to reject, they will try their best to help you as well but you need to try and just put something on the paper.
They want to know how you do it, not what your final response.

Skills evaluated in this interview

Applications Engineer Interview Questions Asked at Other Companies

Q1. Missing Number Problem Statement You are provided with an array n ... read more
Q2. Minimum Special Sum Problem You are given an array ARR of length ... read more
Q3. Number Pattern Problem Statement Given an integer 'N', print a sp ... read more
Q4. Spiral Matrix Problem Statement You are given a N x M matrix of i ... read more
Q5. Pattern Printing Task You are tasked with printing a specific pat ... read more
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Do you have knowledge of Embedded systems?
  • Ans. 

    Yes, I have knowledge of Embedded systems.

    • Experience with programming microcontrollers such as Arduino, Raspberry Pi, or ESP8266

    • Understanding of real-time operating systems (RTOS)

    • Knowledge of communication protocols like SPI, I2C, UART

    • Familiarity with embedded software development tools like Keil, MPLAB, or Arduino IDE

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is not worth joining.
They'll set you in a trap.

Skills evaluated in this interview

Applications Engineer Interview Questions & Answers

user image VINAYAK S P ee15m049

posted on 4 Dec 2016

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: Technical Interview
Experience: mainly about opamp filters , digital IC design , microcontrollers and finally about the projects that i did

Round: HR Interview
Experience: Some basic hr questions.

College Name: IIT Madras

Infineon Technologies interview questions for designations

 Senior Engineer

 (1)

 Software Engineer

 (2)

 Assistant Engineer

 (1)

 Validation Engineer

 (1)

 Principal Engineer

 (1)

 Design Engineer

 (1)

 Network Engineer

 (1)

 R&D Engineer

 (1)

Interview Questionnaire 

1 Question

  • Q1. Tell a situation in your life when you are preparing for a success at a instance you thought you won’t achieve it but you later u succeeded it due to your hard work
  • Ans. 

    I once thought I couldn't pass a difficult exam, but with hard work and determination, I succeeded.

    • I was studying for a certification exam that had a low pass rate

    • I struggled with the material and felt overwhelmed

    • I created a study schedule and stuck to it, even when it was difficult

    • I sought help from colleagues and mentors when I needed it

    • On the day of the exam, I felt nervous but confident in my preparation

    • I ended up ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: one word answers [they asked on digital and analog circuits and computer organization, some basics of analog and digital Ics and simple aptitude [1 Q]]. 8 CG cutoff, marks unknown. Similar to questions asked in our academic exams.
Duration: 90 minutes

Round: Technical Interview
Experience: It was basically resume based. They asked about internship [work and knowledge, DDP [Prof Kamlesh - Grid tied solar inverter [control techniques]], computer organization.]

Round: Technical Interview
Experience: Circuit design for micro controller [both analog and digital-1 analog input varies from 0-10 volt and from 0-5 v relay 1 should be on and if it is 5-10 V relay 2 should be on- , Embed coding - C coding is enough [micro processor lab], basic power electronic course.]

Round: Technical Interview
Experience: system level interview - design a weighing machine, power and capacitance measuring device. They will analyze your working and thinking skills [measurement course, A&D circuits]Basic power and device questions [EMC and solid state devices]

Round: HR Interview
Experience: General HR round questions asking about personal life.

College Name: IIT MADRAS

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA,bitwise operations
  • Q2. Gpu architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA,Bitwise operators, Parallel programming, Gpu architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the working of CMOS inverter
  • Ans. 

    CMOS inverter is a type of logic gate that converts input signals into their complementary outputs.

    • CMOS inverter consists of a PMOS transistor and an NMOS transistor connected in series.

    • When input is high, PMOS conducts and NMOS is off, resulting in output low.

    • When input is low, NMOS conducts and PMOS is off, resulting in output high.

    • CMOS technology is widely used in digital integrated circuits due to its low power con

  • Answered by AI
  • Q2. Write a verilog code for sequence detectro
  • Ans. 

    Verilog code for sequence detector

    • Use state machines to detect the desired sequence

    • Define states for each part of the sequence

    • Use combinational logic to transition between states

    • Implement the Verilog code using if-else statements and always blocks

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. FPGA architecture
  • Q2. Static Timing Analysis
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Aptitude Test 

Simple aptitude questions were asked you can easily find it on internet

Round 3 - HR 

(2 Questions)

  • Q1. General questions regarding company work
  • Q2. Why should we hire you
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical and past experience

Infineon Technologies Interview FAQs

How many rounds are there in Infineon Technologies Applications Engineer interview?
Infineon Technologies interview process usually has 2-3 rounds. The most common rounds in the Infineon Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Infineon Technologies Applications 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 Infineon Technologies. The most common topics and skills that interviewers at Infineon Technologies expect are Analog, Debugging, Hardware Design, Chip Design and Firmware.
What are the top questions asked in Infineon Technologies Applications Engineer interview?

Some of the top questions asked at the Infineon Technologies Applications Engineer interview -

  1. Can make a simple button debounce circuit...read more
  2. Write a structured embedded C program to read button input, remove glitch...read more
  3. Do you have knowledge of Embedded syste...read more

Tell us how to improve this page.

Infineon Technologies Applications Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Infineon Technologies Applications Engineer Salary
based on 27 salaries
₹5.2 L/yr - ₹20 L/yr
68% more than the average Applications Engineer Salary in India
View more details

Infineon Technologies Applications Engineer Reviews and Ratings

based on 8 reviews

4.5/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

3.9

Salary

4.3

Job security

4.4

Company culture

4.0

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Staff Engineer Applications

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Applications Engineer

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Staff Engineer Applications

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Staff Engineer
137 salaries
unlock blur

₹16 L/yr - ₹39 L/yr

Senior Staff Engineer
75 salaries
unlock blur

₹26.9 L/yr - ₹65 L/yr

Software Engineer
74 salaries
unlock blur

₹6.1 L/yr - ₹25 L/yr

Senior Software Engineer
54 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Senior Specialist
47 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Explore more salaries
Compare Infineon Technologies with

Texas Instruments

4.1
Compare

Analog Devices

4.1
Compare

STMicroelectronics

4.1
Compare

NXP Semiconductors

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