Firmware Intern applicants have rated the interview process at AMD with 2.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 68.4% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at AMD as a Firmware Intern according to 2 Glassdoor interviews include:
One on one interview: 100%
Here are the most commonly searched roles for interview reports -
For the one-hour coding round, practice problems that are slightly more challenging than standard LeetCode Easy/Medium. Expect questions involving:
Bit manipulation (set/clear/toggle bits, masks, extracting fields, endianness issues, bitwise tricks)
Pointers and memory
Linked list manipulation
1 hr, first 15 minutes was regarding resume and related projects + 3 coding questions were present. The coding questions were done on coderpad. 1 questions related to find no of set bits in a number
Interview questions [1]
Question 1
Find a unique element in a list where all the other integers are present in pairs. Implement a linked list in C. All questions had to be implemented completely and the required output needs to be displayed on the console