Upload Button Icon Add office photos
Premium Employer

i

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

Infineon Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Infineon Technologies Interview Questions and Answers for Freshers

Updated 2 Jan 2025

Infineon Technologies Interview Experiences for Freshers

Popular Designations

6 interviews found

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 Apr 2023. There were 4 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 - 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

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions on graph and dp

Round 2 - Technical 

(2 Questions)

  • Q1. BERT architecture explanation? How is it different then LSTM
  • Q2. Bagging vs Boosting

Machine Learning Engineer Intern Interview Questions asked at other Companies

Q1. How can we write an efficient matrix multiplication method for huge matrices?
View answer (1)

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

It was conducted in evening from 6 to 8 pm
Online live proctorong was there for which android phone was also needed along with laptop
This was the first round so i attended interview in the next round.

  • Q1. 

    Team Formation Problem Statement

    You will be provided with an array/list 'ARR' consisting of 'N' positive integers representing runs scored by 'N' top players in their last innings. An integer 'X' is also...

Round 2 - Face to Face 

Round duration - 3 hrs
Round difficulty - Medium

It started from 9'o clock in the morning
It was conducted on webex meetings app.
The interviewer was very professional.

Round 3 - HR 

Round duration - 90 minutes
Round difficulty - Hard

It was in the evening

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lovely Professional University. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7.5 CGPAInfineon Technologies interview preparation:Topics to prepare for the interview - Data Structures And Algorithm, Dynamic Programming, OOPS, Android App Development, HTML, CSS, JavaScriptTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practise at least 2 coding questions on daily basis
Tip 2 : After learning a particular topic try to implement it on some real world project
 

Application resume tips for other job seekers

Tip 1 : Mention the latest projects that you have done
Tip 2 : Be very clear and precise regarding your projects

Final outcome of the interviewRejected

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview Questions & Answers

user image ankur upadhyay

posted on 1 Feb 2016

Interview Preparation Tips

Round: Test
Experience: CGPS Criteria for cypress was 8.0 , and only MTech and dual degree students of electronics and electrical departments were eligible.
In the written test there were Analog,Digital,Microprocessor and C section. 10 objective questions in analog digial and micprocessor section and 5 questions in C section, analog and digital questions were basic gate level questions , there were some questions related to instructions and dsp questions in microprocessor sections, questions of output or error were asked in C section.
Tips: Practice some previous gate questions that will be sufficient for analog and digital , and revise basic instruction sets for micro section, in C section there were only 5 questions so prepare for other sections prior to C,Basic C will be sufficient.
Duration: 60 minutes
Total Questions: 35

Round: Technical Interview
Experience: There were 3 rounds of technical interview , They asked about project ,set-up and hold time questions ,Inverter VTC related questions, FSM different state coding,basic C programming.
Tips: Try to explain your project in simple and detailed way , prepare Digital Vlsi, LPC and solve previous years written tests and interview questions.

Round: HR Interview
Experience: It was not an elimination round , they ask about family background and hobbies.
and they told about your role profile in company.

Skill Tips: Understand all VLSI subjects , if your fundamentals there will not be any problem neither in tests nor in interviews ,
prepare topics like STA , FSM ,Digital Electronics , LPC. and go through previous years papers.
Skills: Microprocessor Basics, C Programming, Analog And Digital Knowledge, Digital Circuits
College Name: IIT Kharagpur

Infineon Technologies interview questions for popular designations

 Applications Engineer

 (5)

 Software Engineer

 (2)

 Software Developer

 (2)

 Project Manager

 (1)

 Data Scientist

 (1)

 Senior Engineer

 (1)

 Production Manager

 (1)

 Graduate Trainee

 (1)

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. A C program was asked to write
  • Q2. How to implement sr flipflop using gates.
  • Ans. 

    An SR flip-flop can be implemented using NAND gates.

    • Use two NAND gates to create the SR flip-flop.

    • Connect the output of one NAND gate to the input of the other NAND gate.

    • Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.

    • The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.

  • Answered by AI
  • Q3. Steps to find temperature of N rooms and display the same
  • Ans. 

    The answer describes the steps to find and display the temperature of N rooms.

    • Create an array to store the temperature of each room

    • Iterate through each room and prompt the user to enter the temperature

    • Store the temperature in the corresponding array index

    • Display the temperature of each room

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The first criteria for shortlisting is based on CGPA (8 above)

Round: Test
Experience: A technical test was conducted which had questions from C language and Microcontroller. It was MCQ type.The test was moderately hard
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Experience: The above questions were asked and a paper was provided to answer it. The next shotlist was based on the paper evaluation
Tips: Technical knowledge mandatory

Skills: Technical
College Name: Government Model Engineering College, Thrikkakara

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

Jobs at Infineon Technologies

View all

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why UDP and not TCP in project
  • Ans. 

    UDP is preferred over TCP in this project due to its low latency and lightweight nature.

    • UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.

    • UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.

    • UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...

  • Answered by AI
  • Q2. How would you clear the 7th bit in a 32 bit register
  • Ans. 

    To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.

    • Create a mask with the 7th bit set to 0 and all other bits set to 1

    • Perform a bitwise AND operation between the register and the mask

    • Store the result back in the register

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output, etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Tips: Practice aptitude, C, data structures (geeksforgeeks.org is a good source).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked about that, details like what fields did you use in that structure, why this implementation and not some related other. Memory management, network communications, operating systems. Then questions on C concepts like memory allocation, function pointers, then data structures like linked lists, then bit manipulation in registers. Questions from electrical coursework. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Be thorough with C (know your Kernighan & Ritchie) and be prepared to go into details about your projects.

Skills: C, Data Structures, Coursework Understanding, Project And Internship
College Name: IIT Madras

Skills evaluated in this interview

I appeared for an interview in Nov 2016.

Interview Questionnaire 

8 Questions

  • Q1. A random number will be given as input to system,write a program to detect its data type(int or float ) without using size of function
  • Q2. General hr questions
  • Q3. Once again general hr interview questions
  • Q4. 1.given a large rectangle
  • Ans. 

    Need more context. What needs to be done with the large rectangle?

    • What are the dimensions of the rectangle?

    • Is it a 2D or 3D object?

    • What is the context of the problem?

    • Are there any constraints or limitations?

    • What tools or programming languages can be used?

  • Answered by AI
  • Q5. You will be given dimensions of a bigger rectangle and smaller rectangle,derive a formula to get how many smaller rectangles fit into the bigger rectangle
  • Ans. 

    Derive a formula to determine how many smaller rectangles fit into a bigger rectangle given their dimensions.

    • Calculate the number of times the smaller rectangle can fit into the bigger rectangle horizontally and vertically

    • Divide the width of the bigger rectangle by the width of the smaller rectangle to get the horizontal count

    • Divide the height of the bigger rectangle by the height of the smaller rectangle to get the ve...

  • Answered by AI
  • Q6. How many points are required to draw a rectangle
  • Ans. 

    At least 4 points are required to draw a rectangle.

    • A rectangle has 4 sides and 4 corners, so at least 4 points are needed to define those corners.

    • The points must be arranged in a specific order to form a closed shape with 4 sides.

    • Additional points can be used to add details or modify the shape of the rectangle.

    • The number of points required may vary depending on the software or tool used to draw the rectangle.

  • Answered by AI
  • Q7. What will be the new coordinates of a rectangle points if rectangle length and breadth is scaled and write a program to calculate the coordinates of corner points of scaled rectangle
  • Ans. 

    Answering how to calculate new coordinates of a scaled rectangle and providing a program for it.

    • To calculate new coordinates, multiply the original coordinates by the scaling factor

    • Scaling factor can be calculated by dividing the new length/breadth by the original length/breadth

    • Program can take input of original coordinates, scaling factor, and output new coordinates

    • Example: Original coordinates: (0,0), (0,5), (5,5), (...

  • Answered by AI
  • Q8. Lastly a puzzle: i dont remember the question

Interview Preparation Tips

Round: Test
Experience: The test had three sections:
1.aptitude:It was like any other aptitude test,all it takes is a bit of practice to crack all the questions
2.C programming:Basics of c were asked,outputs of some programs,u have to be thorough with concepts of c
3.Electronics:The company hired for both profiles: 1. PDK:software
and 2.Logic library:hardware,so this electronics section was also there,questions are mostly Network analysis,cmos logic,digital logic,vlsi etc
u should have good basics to get the electronics questions of course they are not very hard,but not too easy


Tips: practice aptitude,basics of c programming and also basics of electronics
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Test
Experience: after 1st round i was shortlisted to this technical round,i was asked this question, i suggested that i will convert that number into a string and check whether string has a dot or not to check if it is float or int,the interviewer was not very impressed but was ok and asked few small questions and promoted me to next round

Tips: If u crack test with top marks,the technical rounds will be very easy,because the interviewers do not ask tough questions for people who cracked written test with high marks

Round: Technical Interview
Experience: tell me about yourself,strengths,weakness,three principles u follow in life,etc
Tips: This round depends on you,dont try to bluff something,they will know if u are bluffing,take a breath and speak up ur mind,be confident u can do it

Round: HR Interview
Experience: same questions,but this time less duration,not involving lengthy discussions, i think this round was just for double check

Round: HR Interview
Experience: After the hr round,only seven were shortlist,this interview round was very much easy and they checked my approach to the given problem,they were checking how well i am thinking adding complexities to the given problem
Tips: they did not check my programming ability,but just problem solving skills,so be good at aptitude,by practicing as much as you can

Round: Group Discussion
Experience: after technical interview,4 were shortlisted,so they went for gd round,it was general topic,which checks your general knowledge
Tips: Dont be nervous,just speak what ever you know,never mind language issues
Duration: 20 minutes

Skills: for pdk profile :programming
College Name: NIT Warangal

Interview Questionnaire 

9 Questions

  • Q1. Tree questions related like traversal?
  • Q2. Locate the sum of 2 numbers in a linear array (Unsorted and sorted) and their complexities
  • Ans. 

    Locate sum of 2 numbers in a linear array (unsorted and sorted) and their complexities

    • For unsorted array, use nested loops to compare each element with every other element until the sum is found

    • For sorted array, use two pointers approach starting from the beginning and end of the array and move them towards each other until the sum is found

    • Complexity for unsorted array is O(n^2) and for sorted array is O(n)

  • Answered by AI
  • Q3. Pointers with increment/decrement, address of and value at operators (++,–,*,&)
  • Ans. 

    Pointers are used to manipulate memory addresses and values in C++. Increment/decrement, address of and value at operators are commonly used.

    • Incrementing a pointer moves it to the next memory location of the same data type

    • Decrementing a pointer moves it to the previous memory location of the same data type

    • The address of operator (&) returns the memory address of a variable

    • The value at operator (*) returns the value sto

  • Answered by AI
  • Q4. A point and a rectangle is present with the given coordinates. How will you determine whether the point is inside or outside the rectangle?
  • Ans. 

    To determine if a point is inside or outside a rectangle, we check if the point's coordinates fall within the rectangle's boundaries.

    • Check if the point's x-coordinate is greater than the left edge of the rectangle

    • Check if the point's x-coordinate is less than the right edge of the rectangle

    • Check if the point's y-coordinate is greater than the top edge of the rectangle

    • Check if the point's y-coordinate is less than the b...

  • Answered by AI
  • Q5. There is a point inside the rectangle. How will you determine the line that passes through the point and divides the rectangle into 2 equal halves?
  • Ans. 

    To find line that divides rectangle into 2 equal halves through a point inside it.

    • Find the center of the rectangle

    • Draw a line from the center to the given point

    • Extend the line to the opposite side of the rectangle

    • The extended line will divide the rectangle into 2 equal halves

  • Answered by AI
  • Q6. There is a scheme which contains 8-bit and 16-bit signed numbers. How many such combinations are possible?
  • Ans. 

    There are multiple combinations of 8-bit and 16-bit signed numbers. How many such combinations are possible?

    • There are 2^8 (256) possible combinations of 8-bit signed numbers.

    • There are 2^16 (65,536) possible combinations of 16-bit signed numbers.

    • To find the total number of combinations, we can add the number of combinations of 8-bit and 16-bit signed numbers.

    • Therefore, the total number of possible combinations is 256 +

  • Answered by AI
  • Q7. You are given an array of elements. Some/all of them are duplicates. Find them in 0(n) time and 0(1) space. Property of inputs – Number are in the range of 1..n where n is the limit of the array
  • Ans. 

    Find duplicates in an array of elements in 0(n) time and 0(1) space.

    • Use the property of inputs to your advantage

    • Iterate through the array and mark elements as negative

    • If an element is already negative, it is a duplicate

    • Return all the negative elements as duplicates

  • Answered by AI
  • Q8. Given a array of digits. print all combination of of these i.e all no formed by these. repetition allowed. and then repetition not allowed example: i/p: arr={1,2,3} o/p: (without repetition) 123, 132, 213,...
  • Q9. Questions on project

Interview Preparation Tips

Round: Test
Duration: 90 minutes
Total Questions: 3

Round: HR Interview
Experience: HR interview was all about my projects, my background and a few more typical HR questions. It was pretty easy to answer them.

Skills: Algorithm, Data structure, C++
College Name: IIT ROORKEE

Skills evaluated in this interview

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: written test
Experience: it was elitmus test conducted by the company itself on campus. As per my knowledge only those scoring 90 percentile got selected for round 2.
Tips: Attempt only those ques that are necessary for scoring 90+ in e litmus. Specially in verbal don't attempt more then required questions, though you might be tempted. The aim is not to score max bt to score 90+

Round: Technical Interview
Experience: This was a programming based round. I was asked to write algorithms for various array linked list based problems. There was cross questioning prompting to reduce complexity and to use different data structures for same problems.

Mostly it focused on subjects like c, data structures and ADA.
Tips: Be clear with basic of data structures and algorithms. Pointers, queue, stacks, array linked lists, sorting etc are the keywords.

Round: Technical Interview
Experience: This was a information security specific round since that was my major. In depth cross questioning on my thesis topics, honeypots, network intrusion etc. Security certificates, and on the go problems to provide security solution layer wise in different scenarios. Security concept of torrents was also asked in detail.
Tips: It was more of a security discussion and throwing of ideas about how things in a particular case could work or could not. Don't worry about right or wrong answer just be clear with your reasoning about the solution you are suggesting.

Round: Other Interview
Experience: I don't know what to name this round, but it focused mainly on developing test cases for an object. Say they gave me a stapler and said to develop a test plan listing down test cases for a given object to pass so that it can be confirmed that it is a stapler. Another scenario was with a lift.
Tips: This is one round where your presence of mind and inter personal skills matter. I think the way you present your thoughts was most important here.

Round: Behavioural Interview
Experience: This was was mostly about how would you react in a given professional situation
Like your assigned work could not be completed on time, or if you are doing something wrong with the work assigned.
Tips: This is all about inter personal skills and putting your best foot forward :)

College Name: Indira Gandhi Delhi Technical University For Women, Delhi

Infineon Technologies Interview FAQs

How many rounds are there in Infineon Technologies interview for freshers?
Infineon Technologies interview process for freshers usually has 3 rounds. The most common rounds in the Infineon Technologies interview process for freshers are Technical, Resume Shortlist and HR.
How to prepare for Infineon Technologies interview for freshers?
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 Python, Perl, SOC, Debugging and Supply Chain.
What are the top questions asked in Infineon Technologies interview for freshers?

Some of the top questions asked at the Infineon Technologies interview for freshers -

  1. Steps to find temperature of N rooms and display the s...read more
  2. How to implement sr flipflop using gat...read more
  3. As infineon is Produc based company and Every Person Responsible for complete C...read more
How long is the Infineon Technologies interview process?

The duration of Infineon Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infineon Technologies Interview Process for Freshers

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 258 Interviews
Intel Interview Questions
4.2
 • 217 Interviews
Texas Instruments Interview Questions
4.0
 • 121 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.8
 • 55 Interviews
View all

Infineon Technologies Reviews and Ratings

based on 215 reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.4

Salary

3.6

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 215 Reviews and Ratings
Data Analyst

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Senior Staff ATE Test Engineer

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Senior Staff Specialist - IT

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Explore more jobs
Staff Engineer
145 salaries
unlock blur

₹18 L/yr - ₹39 L/yr

Senior Staff Engineer
82 salaries
unlock blur

₹26.9 L/yr - ₹76 L/yr

Software Engineer
67 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Director
50 salaries
unlock blur

₹75 L/yr - ₹105 L/yr

Explore more salaries
Compare Infineon Technologies with

Qualcomm

3.8
Compare

Intel

4.2
Compare

TDK India Private Limited

3.8
Compare

Molex

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