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 Senior Firmware Engineer Interview Questions and Answers

Updated 7 Feb 2024

Advanced Micro Devices Senior Firmware Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Linked list rotation
  • Q2. Rotate a single Linked list
  • Ans. 

    Rotate a single linked list

    • Create a new pointer to the last node of the linked list

    • Make the next of the last node point to the head of the linked list

    • Make the head of the linked list point to the second node

    • Update the new last node to point to null

  • Answered by AI
  • Q3. Need to find Middle node

Skills evaluated in this interview

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude-10 question,digital moderate -Question,analog moderate -10 question,verilog and system verilog -10 question

Round 2 - One-on-one 

(3 Questions)

  • Q1. Latches and flip flop all characteristics equation and proof of the characteristics equation in flip flop.applications of flip flop
  • Q2. OOPS,INHERITANCE,VERILOG,BLOCKING - NON BLOCKING ASSIGNMENT OPERATOR and all the basic operations of verilog .
  • Q3. Discussion on work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bonafide with your fundamentals core of digital circuits and design .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Master's thesis
  • Q2. CTS strategy, a puzzle question, STA problems
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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of analog , digital and vlsi
  • Q2. On face to face interview, they asked me abt my projects , digital, little analog , vlsi ( verilog), microcontrollers and c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your basics
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Floorplan strategies to calculate maximum macro counts that can be used in a block, placement constraints, congestion issues.
  • Ans. 

    Floorplan strategies involve calculating maximum macro counts, considering placement constraints and addressing congestion issues.

    • Floorplan strategies involve determining the maximum number of macros that can be accommodated within a block.

    • Placement constraints refer to the rules and guidelines that dictate where macros can be placed within the block.

    • Congestion issues arise when there is limited space or resources avai...

  • Answered by AI
  • Q2. Multi cycle paths, timing violations in reg2reg path.
  • Q3. Routing issues, signal integrity, IR drop analysis.
  • Q4. Logical DRC's, causes and fixing strategies.
Round 2 - Technical 

(3 Questions)

  • Q1. Issues and fixes faced during previous projects.
  • Q2. Placement, CTS, CMOS concepts
  • Q3. LVS, Design for manufacturing.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Temperature of the design you worked for?
  • Ans. 

    The temperature of the design I worked on was optimized to ensure proper functionality and reliability.

    • The temperature was carefully controlled to prevent overheating and ensure performance.

    • Thermal analysis was conducted to determine the optimal operating temperature.

    • Cooling solutions such as heat sinks or fans were implemented to manage heat dissipation.

    • Examples: The design operated within a temperature range of 0-70 ...

  • Answered by AI
  • Q2. Mention the corners you worked in

Interview Preparation Tips

Interview preparation tips for other job seekers - go from basics

Skills evaluated in this interview

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

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices Senior Firmware Engineer interview?
Advanced Micro Devices interview process usually has 1 rounds. The most common rounds in the Advanced Micro Devices interview process are Technical.
How to prepare for Advanced Micro Devices Senior 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 Artificial Intelligence, Electrical Engineering, Firmware, Firmware Development and Production.
What are the top questions asked in Advanced Micro Devices Senior Firmware Engineer interview?

Some of the top questions asked at the Advanced Micro Devices Senior Firmware Engineer interview -

  1. Rotate a single Linked l...read more
  2. Need to find Middle n...read more
  3. Linked list rotat...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Advanced Micro Devices interview
Job Portal
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 Senior Firmware Engineer Salary
based on 5 salaries
₹20 L/yr - ₹25 L/yr
29% more than the average Senior Firmware Engineer Salary in India
View more details

Advanced Micro Devices Senior Firmware Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Member Technical Staff
101 salaries
unlock blur

₹24.6 L/yr - ₹70 L/yr

Senior Software Engineer
96 salaries
unlock blur

₹12.1 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.4
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