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

Advanced Micro Devices QA Engineer Interview Questions and Answers

Updated 26 Nov 2024

Advanced Micro Devices QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image invince raghav

posted on 26 Nov 2024

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

(2 Questions)

  • Q1. Sell me the pen
  • Ans. 

    This pen is a sleek and stylish writing instrument that is perfect for everyday use.

    • The pen features a smooth ballpoint tip for effortless writing

    • Its ergonomic design ensures comfortable grip for long writing sessions

    • The pen comes in a variety of colors to suit your personal style

  • Answered by AI
  • Q2. Watch the movie

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About your project
  • Q2. Which technology you used in your project

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic java programs based on strings and arrays

QA Engineer Interview Questions & Answers

Molex user image Ananthanag KR

posted on 5 Jun 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Technical question and ans

Round 3 - One-on-one 

(4 Questions)

  • Q1. Work related discussion
  • Q2. LC of Verner and micro meter
  • Q3. Explain process of QA
  • Ans. 

    QA process involves planning, executing, and evaluating software to ensure quality standards are met.

    • Create test plans and test cases based on requirements

    • Execute tests to identify defects and issues

    • Report and track defects for resolution

    • Perform regression testing to ensure fixes do not introduce new issues

    • Conduct acceptance testing with stakeholders

  • Answered by AI
  • Q4. QA final finspection
Round 4 - HR 

(1 Question)

  • Q1. Salary dicussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Q2. VLSI design questions
  • Q3. Setup time analysis
  • Q4. Hold time analysis
  • Q5. Test patter generation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is shared memory
  • Ans. 

    Shared memory is a memory space that multiple processes can access and use to communicate with each other.

    • Shared memory allows multiple processes to share data without the need for inter-process communication mechanisms like pipes or sockets.

    • It is commonly used in parallel computing to improve performance by allowing processes to share data quickly.

    • Shared memory can be implemented using techniques like memory mapping o...

  • Answered by AI
  • Q2. Write a member function to find the second largest number in an array
  • Ans. 

    Write a member function to find the second largest number in an array.

    • Iterate through the array and keep track of the largest and second largest numbers.

    • Handle edge cases like when the array has less than 2 elements.

    • Consider sorting the array and returning the second last element for a simpler solution.

  • Answered by AI
  • Q3. What is core and how to determine it
  • Ans. 

    Core is the central or most important part of something. Determining the core involves identifying the key components or elements.

    • Core is the central or essential part of a system or object

    • To determine the core, identify the key components or elements that are crucial for the functionality or purpose of the system

    • In software QA, determining the core may involve identifying the critical features or functionalities that ...

  • Answered by AI
  • Q4. How defect management systems work
  • Ans. 

    Defect management systems track, prioritize, and resolve software issues throughout the development lifecycle.

    • Defects are reported by testers or users and logged into the system.

    • Each defect is assigned a priority level based on its impact on the software.

    • Defects are tracked from discovery to resolution, with status updates along the way.

    • Defect management systems help teams prioritize and allocate resources efficiently.

    • ...

  • Answered by AI
  • Q5. How do you add a file to bitbucket
  • Ans. 

    To add a file to Bitbucket, you can use the web interface or command line tools.

    • Navigate to the repository where you want to add the file

    • Click on the 'Add file' button or use 'git add' command to add the file

    • Commit the changes with a message describing the file addition

    • Push the changes to the remote repository

  • Answered by AI
  • Q6. How to check the processes running in linux machine
  • Ans. 

    To check processes running in a Linux machine, you can use commands like ps, top, and htop.

    • Use 'ps' command to display information about processes

    • Use 'top' command to display dynamic real-time view of processes

    • Use 'htop' command for an interactive process viewer

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SDLC and expalin its steps
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • 1. Planning: Define the scope, requirements, and objectives of the project.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design plan for the software.

    • 4. Implementation: Develop the software based on the design plan.

    • 5. Testing: Test the...

  • Answered by AI
  • Q2. Regression testing and real time example
  • Ans. 

    Regression testing is retesting of software to ensure new changes do not negatively impact existing functionality.

    • Regression testing is performed to verify that recent code changes have not adversely affected existing features.

    • It involves running previously executed test cases to ensure that no new bugs have been introduced.

    • Example: After adding a new feature to a website, regression testing is done to make sure all ex...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

30 mins 2 easy leetcode questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Swap two numbers
  • Ans. 

    To swap two numbers, store one number in a temporary variable, assign the value of the second number to the first, and then assign the temporary variable to the second number.

    • Create a temporary variable to store one of the numbers

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

  • Answered by AI
  • Q2. Longest cinsecutive subsequence
  • Ans. 

    Find the longest consecutive subsequence in an array of strings.

    • Sort the array of strings to ensure consecutive elements are next to each other

    • Iterate through the sorted array to find the longest consecutive subsequence

    • Track the current consecutive subsequence length and update the longest length found

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Nov 2023.

Round 1 - Coding Test 

Manual, automation questions, java, c#

Round 2 - Coding Test 

Code given for writing

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Campus Placement and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. String manipulation (easy)
  • Q2. Aptitude : Time and work 1 Clock 1
  • Q3. Some HR questions: Why you want to work . Do you have plans for masters
Round 3 - HR 

(1 Question)

  • Q1. More of a managerial round : Full crush on resume and some QA basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and calm interviewers are very gentle and kind even if u go wrong they will help u reach right answer.

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices QA 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 QA 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 Automation, Debugging, Firmware, Graphics and Linux.

Tell us how to improve this page.

Advanced Micro Devices QA Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 252 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Advanced Micro Devices QA Engineer Salary
based on 20 salaries
₹2.6 L/yr - ₹11 L/yr
28% more than the average QA Engineer Salary in India
View more details

Advanced Micro Devices QA Engineer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

1.4

Salary

5.0

Job security

4.7

Company culture

4.5

Promotions

4.5

Work satisfaction

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

₹12.3 L/yr - ₹43 L/yr

Member Technical Staff
81 salaries
unlock blur

₹24 L/yr - ₹85 L/yr

Software Engineer
68 salaries
unlock blur

₹4.4 L/yr - ₹17.2 L/yr

Software Development Engineer II
49 salaries
unlock blur

₹9.9 L/yr - ₹35 L/yr

Senior Software Development Engineer
47 salaries
unlock blur

₹19.4 L/yr - ₹45 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