Upload Button Icon Add office photos
Premium Employer

i

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

Advanced Micro Devices Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 240 Reviews

Filter interviews by

Advanced Micro Devices Firmware Engineer Interview Questions and Answers

Updated 12 Mar 2024

Advanced Micro Devices Firmware Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

C based and bit manipulation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare UEFI based questions.
Prepare C and questions around bit manipulation

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain the Masters Thesis Project in detail. What is CNF and DNF ? How project is relevant to Binarized Neural Network ? Other questions were C language related.
  • Ans. 

    Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.

    • CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.

    • CNF is a conjunction of clauses, while DNF is a disjunction of clauses.

    • Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.

    • The project likely explored how CNF and DNF can be use...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable relocating to Bangalore / Hyderabad ?
  • Q2. What does Micron do ?
  • Ans. 

    Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.

    • Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.

    • They cater to various industries including data centers, automotive, consumer electronics, and more.

    • Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic C coding questions and data structures
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Logical questions for coding.

Interview Preparation Tips

Topics to prepare for Broadcom Firmware Engineer interview:
  • c
  • RTOS Concepts
  • Device Drivers
Interview preparation tips for other job seekers - resume should be clear

Firmware Engineer Interview Questions & Answers

Qualcomm user image Swathi Gubbi Prakash

posted on 14 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Bit manipulation questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Toggle the bits of given input
  • Ans. 

    Toggle the bits of given input

    • Create a mask with all bits set to 1

    • XOR the input with the mask to toggle the bits

    • Repeat the process for each bit position

  • Answered by AI
  • Q2. Clear the set bit
Round 2 - Technical 

(2 Questions)

  • Q1. Print the star pattern
  • Ans. 

    Print a star pattern using loops

    • Use nested loops to print the desired pattern

    • Increment the number of stars in each row to create the pattern

    • Example: for a pattern with 5 rows - * , ** , *** , **** , *****

  • Answered by AI
  • Q2. Microprocessor microcontroller topics are asked

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why do you want to join ASML
  • Ans. 

    ASML is a global leader in lithography technology, and I am excited about the opportunity to work on cutting-edge projects in the semiconductor industry.

    • ASML is a global leader in lithography technology

    • Excited about working on cutting-edge projects in the semiconductor industry

    • Opportunity for professional growth and development

  • Answered by AI
  • Q2. What is your expectations?
  • Ans. 

    I expect a challenging role where I can utilize my skills in embedded software development and contribute to innovative projects.

    • Expect to work on cutting-edge technologies in embedded systems

    • Desire to collaborate with a talented team to solve complex problems

    • Seek opportunities for professional growth and skill development

    • Expect a supportive work environment that values creativity and innovation

  • Answered by AI
  • Q3. Do you have valid visa?
  • Ans. 

    Yes, I have a valid visa.

    • Yes, I have a valid visa that allows me to work in this country.

    • My visa is valid until [expiration date].

    • I have all the necessary documentation to prove my visa status.

  • Answered by AI
  • Q4. How did you hear about ASML?
  • Ans. 

    I heard about ASML through a job search website.

    • Job search website

    • Online job board

    • Referral from a friend who works at ASML

  • Answered by AI
Round 2 - Coding Test 

5-6 programming multiple choice questions on C++ and a problem to be solved with any language

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

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain the Masters Thesis Project in detail. What is CNF and DNF ? How project is relevant to Binarized Neural Network ? Other questions were C language related.
  • Ans. 

    Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.

    • CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.

    • CNF is a conjunction of clauses, while DNF is a disjunction of clauses.

    • Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.

    • The project likely explored how CNF and DNF can be use...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable relocating to Bangalore / Hyderabad ?
  • Q2. What does Micron do ?
  • Ans. 

    Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.

    • Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.

    • They cater to various industries including data centers, automotive, consumer electronics, and more.

    • Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Discussion about current work profile
  • Q2. Reason for job change
Round 2 - Technical 

(3 Questions)

  • Q1. Basic c questions
  • Q2. Linked list questions
  • Q3. Os related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the basic of firmware and embedded systems.

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices Firmware Engineer interview?
Advanced Micro Devices interview process usually has 1 rounds. The most common rounds in the Advanced Micro Devices interview process are Coding Test.
How to prepare for Advanced Micro Devices Firmware 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 Advanced Micro Devices. The most common topics and skills that interviewers at Advanced Micro Devices expect are Graphics, Firmware, Linux, SOC and C++.

Tell us how to improve this page.

People are getting interviews through

based on 1 Advanced Micro Devices interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 270 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
Tata Electronics Interview Questions
4.0
 • 142 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Nvidia Interview Questions
3.8
 • 103 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Advanced Micro Devices Firmware Engineer Salary
based on 4 salaries
₹9 L/yr - ₹24 L/yr
26% more than the average Firmware Engineer Salary in India
View more details
Member Technical Staff
101 salaries
unlock blur

₹24.6 L/yr - ₹70 L/yr

Senior Software Engineer
95 salaries
unlock blur

₹12.9 L/yr - ₹43 L/yr

Software Engineer
65 salaries
unlock blur

₹4.1 L/yr - ₹15.9 L/yr

Software Development Engineer II
50 salaries
unlock blur

₹8 L/yr - ₹33 L/yr

Senior Software Development Engineer
44 salaries
unlock blur

₹17.2 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Advanced Micro Devices with

Intel

4.3
Compare

Nvidia

3.8
Compare

Broadcom

3.3
Compare

Micron Technology

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview