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

Filter interviews by

Clear (1)

Advanced Micro Devices Design and Verification Intern Interview Questions and Answers

Updated 9 Mar 2024

Advanced Micro Devices Design and Verification Intern Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. I had digital electronics,C,CAO,VERILOG,VLSI DESIGN QUESTION

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions about RRC filters, matched filtering, IIR and FIR filters, basics of probability and questions regarding past projects

Interview Preparation Tips

Round: Test
Experience: The questions on aptitude were based on quantitative and logical reasoning. Questions were simple but you should have a good speed. In the programming section there were find the outout kind of questions and some theory questions based on virtual functions and abstract classes.
In technical questions we had to choose from hardware software or communication. I wrote the test for communications. Questions were based on different modulation techniques like qpsk, msk and also based on dsp. Some questions were about coding techniques as well.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: The overall experience was really good. The interviewers were frirndly and were helping out in case you get stuck. They want to see how clearly you know your basics.

College Name: IIT Madras
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Coding Test 

Practice on hackerrank, they send hackerrank link for screening round.

Round 2 - Technical 

(1 Question)

  • Q1. C, os, embedded questions
Round 3 - Technical 

(1 Question)

  • Q1. C, data structures,os
Round 4 - HR 

(1 Question)

  • Q1. Previous jobs, salary discussion, relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basic, logical, coding questions for embedded interviews ex. Simple Data structures, bit manipulation etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the length of longest common subsequence in given strings.
  • Ans. 

    The length of the longest common subsequence in given strings is found using dynamic programming.

    • Use dynamic programming to find the length of the longest common subsequence.

    • Compare characters of the strings and build a matrix to store the lengths of common subsequences.

    • Traverse the matrix to find the length of the longest common subsequence.

  • Answered by AI
  • Q2. A basic DFS based graph question.
Round 2 - Coding Test 

Write the algorithm for topological sorting.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic system design questions.
  • Q2. Explain CAP theorem.
  • Ans. 

    CAP theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.

    • Consistency: All nodes in the system have the same data at the same time.

    • Availability: Every request gets a response, even if some nodes are down.

    • Partition Tolerance: The system continues to operate despite network partitions.

    • In a distributed system, you can only achieve two o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Explain your previous projects .

Skills evaluated in this interview

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

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

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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. 3-4 rounds of c and DSP questions.
  • Q2. Fourier transform
  • Q3. Digital filtering
  • Q4. C coding and basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Have C and DSP concepts handy. some tricky coding and fundamentals are a necessity.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Managerial Introduction and alignment with the job role.
Round 2 - Technical 

(1 Question)

  • Q1. Technical Hardware Questions
Round 3 - Technical 

(1 Question)

  • Q1. Technical Software/Scripting Questions
Round 4 - HR 

(1 Question)

  • Q1. General HR discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you fit well with the requirements and have your fundamental understanding pretty strong. They will chain questions and keep going, make sure you have the thinking stamina to keep on going for 2 hours continuously.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Managerial Introduction and alignment with the job role.
Round 2 - Technical 

(1 Question)

  • Q1. Technical Hardware Questions
Round 3 - Technical 

(1 Question)

  • Q1. Technical Software/Scripting Questions
Round 4 - HR 

(1 Question)

  • Q1. General HR discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you fit well with the requirements and have your fundamental understanding pretty strong. They will chain questions and keep going, make sure you have the thinking stamina to keep on going for 2 hours continuously.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Function to write data to some memory location which can dynamically allocate memory and return the address details where data is present .
  • Ans. 

    Function to dynamically allocate memory and write data to a memory location, returning the address details.

    • Use malloc() or calloc() to dynamically allocate memory

    • Use memcpy() or strcpy() to write data to the allocated memory

    • Return the address details where data is present

  • Answered by AI
  • Q2. Memory Management and mapping in different scenarios.
  • Ans. 

    Memory management involves allocating and deallocating memory efficiently, while mapping involves associating memory addresses with physical locations.

    • Memory management is crucial for optimizing performance and preventing memory leaks.

    • Mapping involves translating virtual memory addresses to physical memory locations.

    • Different scenarios may require different memory management strategies, such as stack allocation vs heap...

  • Answered by AI
  • Q3. Program to find length of bits assigned in memory using recursion.
  • Ans. 

    Program to find length of bits assigned in memory using recursion.

    • Define a recursive function to count the bits in memory

    • Base case: if input is 0, return 0

    • Recursive case: return 1 + function(input / 2)

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Volatile usage w.r.t to gpio initialization, how volatile can help in overwriting compiler optimization.
  • Ans. 

    Volatile keyword prevents compiler optimization by telling the compiler that the variable's value can change unexpectedly.

    • Volatile keyword is used to indicate that a variable may be changed unexpectedly, such as in the case of hardware registers.

    • When initializing GPIO pins, using volatile keyword ensures that the compiler does not optimize away the initialization code.

    • Without volatile keyword, the compiler may optimize...

  • Answered by AI
  • Q2. Union usage for bit assignments.
  • Ans. 

    Unions in C/C++ can be used for bit assignments by allowing multiple variables to share the same memory location.

    • Unions allow different data types to be stored in the same memory location, which can be useful for bit manipulation.

    • By defining a union with multiple variables of different data types, you can access the same memory location using different variable names.

    • For example, you can use a union to access individua...

  • Answered by AI
  • Q3. Explain static const usage with an example .
  • Ans. 

    static const is used to declare constants that are known at compile time and cannot be modified

    • static const int MAX_SIZE = 100; // declaring a constant integer

    • static const double PI = 3.14159; // declaring a constant double

    • static const char* MESSAGE = "Hello, World!"; // declaring a constant string

  • Answered by AI
  • Q4. Program to find the sum of all the digital in the number .
  • Ans. 

    Program to find the sum of all the digits in a number.

    • Iterate through each digit in the number and add them together.

    • Convert the number to a string to easily access each digit.

    • Use modulo operator to extract each digit from the number.

    • Handle negative numbers by taking the absolute value before processing.

  • Answered by AI
  • Q5. Create a linkedlist check if list is circular if not then reverse it .
  • Ans. 

    Check if a linked list is circular, if not reverse it.

    • Create two pointers, one moving at double the speed of the other to detect a cycle

    • If a cycle is detected, the list is circular. If not, reverse the list by changing the pointers' directions

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Define Architecture to process real-time data .
  • Ans. 

    Architecture to process real-time data involves designing systems that can efficiently collect, process, and analyze data in real-time.

    • Utilize distributed systems to handle high volumes of data in real-time

    • Implement stream processing frameworks like Apache Kafka or Apache Flink

    • Use microservices architecture for scalability and flexibility

    • Employ in-memory databases for fast data retrieval

    • Ensure fault tolerance and data

  • Answered by AI
  • Q2. Various data filtering techniques.
  • Ans. 

    Various data filtering techniques include sorting, grouping, aggregating, and applying filters based on specific criteria.

    • Sorting: arranging data in a specific order, such as ascending or descending

    • Grouping: categorizing data into distinct groups based on common attributes

    • Aggregating: combining multiple data points into a single value, such as summing or averaging

    • Filtering: selecting only the data that meets certain cr

  • Answered by AI
  • Q3. Mock code to initialize gpio using hal functions as well as write a function to set and clear gpio status .
  • Ans. 

    Initialize and control GPIO using HAL functions in embedded systems.

    • Use HAL_GPIO_Init() function to initialize GPIO pins

    • Use HAL_GPIO_WritePin() function to set or clear GPIO status

    • Example: HAL_GPIO_Init(&GPIO_InitStruct)

    • Example: HAL_GPIO_WritePin(GPIOx, GPIO_PIN_x, GPIO_PIN_SET)

  • Answered by AI
  • Q4. Structure which can take input as 0 or 1 , based on the input traverse the linkedlist and return the decimal equivalent of the traversed data .
  • Ans. 

    Traverse a linked list based on input 0 or 1 to return decimal equivalent.

    • Create a function that takes input 0 or 1 and traverses the linked list accordingly.

    • For each node in the linked list, multiply the current decimal value by 2 and add the data of the node if input is 1.

    • Return the final decimal value after traversing the linked list.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices Design and Verification Intern interview?
Advanced Micro Devices interview process usually has 1 rounds. The most common rounds in the Advanced Micro Devices interview process are Technical.

Recently Viewed

INTERVIEWS

Brose India Automotive Systems

No Interviews

INTERVIEWS

Brose India Automotive Systems

No Interviews

INTERVIEWS

Brose India Automotive Systems

No Interviews

INTERVIEWS

Advanced Micro Devices

No Interviews

INTERVIEWS

Bajaj Allianz Life Insurance

No Interviews

INTERVIEWS

Hummingbird Web Solutions

No Interviews

INTERVIEWS

Brose India Automotive Systems

No Interviews

INTERVIEWS

Brose India Automotive Systems

No Interviews

SALARIES

Advanced Micro Devices

INTERVIEWS

Tata AIA Life Insurance

No Interviews

Tell us how to improve this page.

Advanced Micro Devices Design and Verification Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Tata Electronics Interview Questions
4.0
 • 148 Interviews
Texas Instruments Interview Questions
4.1
 • 125 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Synopsys Interview Questions
3.8
 • 89 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Senior Software Engineer
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Development Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Advanced Micro Devices with

Intel

4.2
Compare

Nvidia

3.7
Compare

Broadcom

3.4
Compare

Micron Technology

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent