Upload Button Icon Add office photos
Engaged 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

Advanced Micro Devices Internship Trainee Interview Questions, Process, and Tips

Updated 24 Aug 2024

Top Advanced Micro Devices Internship Trainee Interview Questions and Answers

Advanced Micro Devices Internship Trainee Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Multi threading
  • Q2. Debugging questions
  • Q3. Reverse linked list
  • Q4. Reverse linked list with k group each tym.
  • Ans. 

    Reverse linked list in groups of k

    • Iterate through the linked list in groups of k

    • Reverse each group of k nodes

    • Connect the reversed groups back together

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Pointers question
  • Q2. Missing element in array
  • Ans. 

    Find the missing element in an array of strings

    • Iterate through the array and check for any missing elements

    • Use a hash set to keep track of elements that have been seen

    • Compare the elements in the array to a reference array to find the missing element

  • Answered by AI
  • Q3. Binary search tree question
  • Q4. Projects related
  • Q5. Given n,m make a matrix of size n,m using only pointers dynamically
  • Ans. 

    Create a matrix of size n,m using pointers dynamically

    • Allocate memory for n pointers to char arrays

    • Allocate memory for each char array to store m elements

    • Access elements using pointer arithmetic

  • Answered by AI
Round 3 - Behavioral 

(6 Questions)

  • Q1. What do you know about AMD?
  • Ans. 

    AMD stands for Advanced Micro Devices, a multinational semiconductor company known for its CPUs and GPUs.

    • AMD is a major competitor to Intel in the CPU market.

    • They are also known for their Radeon graphics cards.

    • AMD's Ryzen processors have gained popularity for their performance and value.

    • The company was founded in 1969 and is headquartered in California, USA.

  • Answered by AI
  • Q2. Did you attend any interview before?
  • Ans. 

    Yes, I have attended multiple interviews before.

    • I have attended interviews for various internships in the past.

    • I have also attended interviews for part-time jobs during my studies.

    • I have experience in handling common interview questions and presenting myself professionally.

    • I have received positive feedback from previous interviewers.

  • Answered by AI
  • Q3. Educational details
  • Q4. How do you manage your work and life balance?
  • Ans. 

    I prioritize tasks, set boundaries, delegate when possible, and make time for self-care.

    • Prioritize tasks based on deadlines and importance

    • Set boundaries by establishing work hours and sticking to them

    • Delegate tasks to colleagues or team members when overwhelmed

    • Make time for self-care activities such as exercise, hobbies, and spending time with loved ones

  • Answered by AI
  • Q5. How many coding questions you have done, which platform, which language?
  • Ans. 

    I have completed over 50 coding questions on platforms like LeetCode and HackerRank using languages such as Python and Java.

    • Completed over 50 coding questions

    • Platforms used: LeetCode, HackerRank

    • Languages used: Python, Java

  • Answered by AI
  • Q6. Project related questions.

Interview Preparation Tips

Topics to prepare for Advanced Micro Devices Internship Trainee interview:
  • Data Structures
  • Algorithms
  • Operating Systems
  • C
  • C++
  • DBMS
  • Problem Solving

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. 1) OS related questions 2) CO related questions
  • Q2. Basic OOPs concept in c++
  • Q3. OS related question processing
  • Q4. CO memory cache architecture related
Round 2 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare C++ OOPs OS CO

Internship Trainee Interview Questions Asked at Other Companies

asked in ESAB
Q1. Tell about your UG project? How will you design a table for 1 ton ... read more
Q2. what you know abiu the technology that you are apply
Q3. What are the difgerent wavelengths at which optical fibre communi ... read more
Q4. What are timers im Microprocessor amd how can you trigger them?
Q5. How can you solve the issue if there is a network failure in the ... read more

Interview questions from similar companies

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)

I appeared for an interview in Feb 2017.

Interview Questionnaire 

7 Questions

  • Q1. What is a malloc function and where is it used and how is it different from new?
  • Ans. 

    malloc is a function in C that dynamically allocates memory on the heap. It is used to allocate memory for variables or data structures.

    • malloc is used in C programming language.

    • It is used to allocate memory on the heap.

    • malloc is different from 'new' in C++ as it does not call constructors for objects.

  • Answered by AI
  • Q2. What is the difference between C++ and Objective C and where will you use it?
  • Ans. 

    C++ is a general-purpose programming language while Objective C is a superset of C used for iOS and macOS development.

    • C++ is widely used for developing applications, games, and system software.

    • Objective C is mainly used for iOS and macOS development.

    • C++ supports both procedural and object-oriented programming paradigms.

    • Objective C is an object-oriented language with dynamic runtime features.

    • C++ has a larger community a...

  • Answered by AI
  • Q3. What is the difference between class container and class composition?
  • Ans. 

    Class container is a class that holds objects of other classes, while class composition is a way to combine multiple classes to create a new class.

    • Class container holds objects of other classes, acting as a collection or container.

    • Class composition combines multiple classes to create a new class with its own behavior and attributes.

    • In class container, the objects are typically stored in a data structure like an array o...

  • Answered by AI
  • Q4. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the t...
  • Ans. 

    Divide the horses into groups of 5 and race them. Take the top 2 from each race and race them again. Finally, race the top 2 horses to determine the top 3.

    • Divide the horses into 3 groups of 5 and race them.

    • Take the top 2 horses from each race and race them again.

    • Finally, race the top 2 horses to determine the top 3.

  • Answered by AI
  • Q5. What is the most difficult problem that you have solved (during work) till now and why you think you could do so?
  • Ans. 

    Developing a real-time data processing system for a high-traffic e-commerce website

    • Implemented a distributed system architecture to handle large volumes of data

    • Optimized algorithms for efficient data processing and storage

    • Utilized caching mechanisms to improve system performance

    • Worked closely with cross-functional teams to troubleshoot and resolve issues

    • Example: Successfully reduced data processing time by 50% by imple

  • Answered by AI
  • Q6. Why you want to change your current job?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role to further develop my skills

    • Interested in exploring new technologies and industries

    • Seeking better career advancement opportunities

    • Want to work in a more collaborative team environment

  • Answered by AI
  • Q7. What is the width of a tree? How will you calculate the width of the tree?
  • Ans. 

    The width of a tree is the maximum number of nodes at any level in the tree.

    • To calculate the width of a tree, we can perform a level order traversal and keep track of the maximum number of nodes at any level.

    • We can use a queue data structure to perform the level order traversal.

    • At each level, we count the number of nodes in the queue and update the maximum width if necessary.

  • Answered by AI

Interview Preparation Tips

Skills: Basic C/C++, Implementing Data Structures In C++

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image ESHAN SHEKHAR cs15m018

posted on 2 Dec 2016

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

Interview Questionnaire 

2 Questions

  • Q1. Given a blackbox with arithmetic circuits , design the logical circuits
  • Ans. 

    Design logical circuits for arithmetic circuits in a blackbox.

    • Understand the functionality of the arithmetic circuits in the blackbox.

    • Identify the inputs and outputs of the blackbox.

    • Design logical circuits using logic gates to replicate the arithmetic operations.

    • Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.

  • Answered by AI
  • Q2. Embedded c-code for recursion
  • Ans. 

    Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.

    • Ensure proper base case to avoid infinite recursion

    • Use stack space efficiently as embedded systems have limited resources

    • Avoid recursive functions with deep call stacks to prevent stack overflow

    • Example: Recursive function to calculate factorial of a number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: During this round we had some technical questions and some digital logic questions.
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.
Duration: 2 hours
Total Questions: 1

Round: Technical Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

Round: Technical + HR Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 2 Dec 2016

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

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output,etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked what fields did you use in that structure, why this implementation and not some related other. Then questions on C concepts, memory allocation, function pointers, data structures, linked lists, then bit manipulation in registers. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Just be thorough with C (Know your Kernighan Ritchie) and be prepared to go into details about your projects.

College Name: IIT Madras

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

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Questions on gen data structures and basic electrical questions Regards software - Dsa,computer organization,computer networks

Interview Preparation Tips

Round: Test
Experience: I was gen basic analytics questions
Tips: No needforany serious preperation,just be yourself
Duration: 45 minutes
Total Questions: 25

Round: Technical + HR Interview
Experience: I got trough most of dsa and computer network questions but i was notso strong in digital part so i cupped
Tips: Just know the basics of all the areas you are interested in.

Round: HR Interview
Experience: This is the basic question expected i have gone through my family childhood experiences and hobies
Tips: Every person have a unique style of expressing themselves ,so prepare for these kind of questions,dont rise any interest in higher studies

College Name: IIT Madras

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

Interview Questionnaire 

3 Questions

  • Q1. C Programming Questions OS Related questions
  • Q2. Write how semaphore works
  • Ans. 

    Semaphore is a synchronization tool used to control access to a shared resource.

    • Semaphore maintains a count of available resources.

    • A process can request access to a resource by decrementing the semaphore count.

    • If the count is zero, the process is blocked until a resource becomes available.

    • When a process is done with a resource, it increments the semaphore count.

    • If there are blocked processes waiting for a resource, one

  • Answered by AI
  • Q3. Question on looping constructs

Interview Preparation Tips

College Name: IIT MADRAS

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Question on pointers and concepts based on Resume
  • Q2. Device Drivers, Linux, Firmware and some questions like "how will you handle some scenarios"
  • Q3. Why Intel, Introduce yourself
  • Ans. 

    I am passionate about technology and innovation, and I believe Intel is at the forefront of cutting-edge advancements in the field.

    • I have always been fascinated by the latest advancements in technology and Intel's reputation for innovation drew me to the company.

    • I admire Intel's commitment to pushing the boundaries of what is possible in the tech industry.

    • I am excited about the opportunity to work with a team of talent...

  • Answered by AI

Interview Preparation Tips

College Name: IIT Madras

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

Interview Questionnaire 

1 Question

  • Q1. OS concepts, C programme to convert big endian (int data type) to little endian(short data type)

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 25

College Name: IIT Madras

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices Internship Trainee interview?
Advanced Micro Devices interview process usually has 2-3 rounds. The most common rounds in the Advanced Micro Devices interview process are Technical, HR and Behavioral.
What are the top questions asked in Advanced Micro Devices Internship Trainee interview?

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

  1. How many coding questions you have done, which platform, which langua...read more
  2. Given n,m make a matrix of size n,m using only pointers dynamica...read more
  3. What do you know about A...read more

Tell us how to improve this page.

Advanced Micro Devices Internship Trainee Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 256 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Lam Research Interview Questions
3.7
 • 45 Interviews
View all

Advanced Micro Devices Internship Trainee Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

3.7

Salary

3.4

Job security

3.7

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
117 salaries
unlock blur

₹12 L/yr - ₹43 L/yr

Member Technical Staff
115 salaries
unlock blur

₹23.8 L/yr - ₹70 L/yr

Software Engineer
73 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Software Development Engineer II
58 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Software Development Engineer
50 salaries
unlock blur

₹19.4 L/yr - ₹45 L/yr

Explore more salaries
Compare Advanced Micro Devices with

Qualcomm

3.8
Compare

Intel

4.2
Compare

TDK India Private Limited

3.8
Compare

Molex

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