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.7

based on 243 Reviews

Filter interviews by

Advanced Micro Devices Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Advanced Micro Devices Interview Questions and Answers

View all 28 questions

Advanced Micro Devices Interview Experiences

Popular Designations

46 interviews found

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 - Aptitude Test 

Verilog, c++ pointers, mosfets

Round 3 - Technical 

(3 Questions)

  • Q1. In depth questions about coding language you chose?
  • Ans. Use pointers to solve a problem
  • Answered Anonymously
  • Q2. Use uart protocol to solve a problem?
  • Ans. 

    UART protocol can be used to transmit and receive data between two devices.

    • UART can be used to communicate between a microcontroller and a computer

    • UART can be used to send and receive data between two microcontrollers

    • UART can be used to interface with sensors and actuators

    • UART can be used to implement a simple command/response protocol

    • UART can be used to implement a data logging system

  • Answered by AI
  • Q3. Use uart to receive signals from micrcontroller
  • Ans. 

    UART can be used to receive signals from a microcontroller.

    • Connect the UART pins of the microcontroller to the UART pins of the receiving device.

    • Configure the UART settings such as baud rate, parity, and stop bits.

    • Use a UART library or write code to read the incoming data from the UART buffer.

    • Process the received data as required by the application.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, say i dont know if you really dont know

Skills evaluated in this interview

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 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 - Aptitude Test 

Basic aptitude, c and data structures

Round 3 - Technical 

(2 Questions)

  • Q1. C and data structures
  • Q2. Operating system and puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of c and data structure.
Some basics on OS

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Digital Electronics, verilog basics,C language basics,

Round 2 - Technical 

(2 Questions)

  • Q1. Project description, digital system design for start bit detector in UART
  • Ans. 

    Designing a digital system for detecting start bit in UART communication

    • The start bit is the first bit in a UART transmission and is always a logic low

    • The system should sample the incoming data at a rate higher than the baud rate to accurately detect the start bit

    • A shift register can be used to store the incoming data and detect the start bit

    • The system should also check for framing errors and parity errors

  • Answered by AI
  • Q2. Project description, latch based circuit and flip flop based circuits, 1 puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Very deep understanding of digital electronics is a must

Skills evaluated in this interview

Hardware Engineer Interview Questions asked at other Companies

Q1. How many ways would one arrange sets of coloured balls, the first set all red, the next all blue, and the last all green, and all balls in a set are identical, in a line?
View answer (2)
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

Senior Firmware Engineer Interview Questions asked at other Companies

Q1. How would you bring up a device which requires a mobile host to onboard?
View answer (1)

Advanced Micro Devices interview questions for popular designations

 Software Engineer

 (3)

 Internship Trainee

 (2)

 QA Engineer

 (2)

 Ai Ml Engineer

 (1)

 Database Engineer

 (1)

 Design & Verification Engineer

 (1)

 Design and Verification Intern

 (1)

 Design Engineer

 (1)

RTGPLAT Power Attainment Intern Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How do you optimize the power consumption to performance on a prebuilt computer system

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand fundamentals of coding and data analysis. Be able to detect discrepancies in an excel sheet of data with power, voltage, and current values.

Skills evaluated in this interview

Get interview-ready with Top Advanced Micro Devices Interview Questions

Coop Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Doubly Linked List, Bit manipulation,

Jobs at Advanced Micro Devices

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Merge two sorted linked lists without using extra space
  • Ans. 

    Merge two sorted linked lists without using extra space

    • Use a dummy node to start the merged list

    • Compare the values of the nodes in both lists and link the smaller one to the merged list

    • Move the pointer of the merged list and the pointer of the smaller node to the next node

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Do you have any experience with SFDC?
Round 2 - Group Discussion 

Multi panel discussion with Hiring Manager, Global Account Manager and Head of Sales.

Senior Operations Manager Interview Questions asked at other Companies

Q1. Are you interested in switching your job from Thermal to Wind
View answer (1)
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

Firmware Engineer Interview Questions asked at other Companies

Q1. In DSA part, 1. Code for merge sort 2. Check if two trees are mirror 3. Find element in rotated sorted array 4. Check if linked list is palindrome 5. Detect a loop in linked list 6. Remove loop in linked list
View answer (1)

CO-OP Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Baisc Digital Design Questions, Verilog and basic C++ questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy . No extra preparation . Just deigital design and verilog questions are enough

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices interview?
Advanced Micro Devices interview process usually has 1-2 rounds. The most common rounds in the Advanced Micro Devices interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Advanced Micro Devices 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, Gaming, C++, Python and Perl.
What are the top questions asked in Advanced Micro Devices interview?

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

  1. If you have a 3L cup and a 5L cup and an infinite water source, how can you use...read more
  2. How many coding questions you have done, which platform, which langua...read more
  3. Given n,m make a matrix of size n,m using only pointers dynamica...read more
How long is the Advanced Micro Devices interview process?

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

Tell us how to improve this page.

Advanced Micro Devices Interview Process

based on 37 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 220 Interviews
Tata Electronics Interview Questions
4.0
 • 144 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
Analog Devices Interview Questions
4.1
 • 27 Interviews
Xilinx Interview Questions
4.2
 • 9 Interviews
View all

Advanced Micro Devices Reviews and Ratings

based on 243 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 243 Reviews and Ratings
Sales Executive and Sr. Sales Executives

Chennai,

Bangalore / Bengaluru

1-6 Yrs

₹ 4.5-7 LPA

MTS Silicon Design Engineer

Hyderabad / Secunderabad

11-15 Yrs

Not Disclosed

MTS Software System Design Engineer

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
97 salaries
unlock blur

₹14 L/yr - ₹43 L/yr

Member Technical Staff
87 salaries
unlock blur

₹24.5 L/yr - ₹70 L/yr

Software Engineer
64 salaries
unlock blur

₹4.5 L/yr - ₹17.1 L/yr

Software Development Engineer II
51 salaries
unlock blur

₹8.3 L/yr - ₹35 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.2
Compare

Nvidia

3.8
Compare

Broadcom

3.4
Compare

Micron Technology

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