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 Member Technical Staff Interview Questions and Answers

Updated 23 Apr 2024

Advanced Micro Devices Member Technical Staff Interview Experiences

1 interview found

Member Technical Staff Interview Questions & Answers

user image Vinay Choudhary

posted on 23 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C++ Related questions

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design Microsoft excel
  • Ans. 

    Designing Microsoft Excel involves creating a user-friendly interface for data entry, manipulation, and analysis.

    • Create a grid-based interface for data entry and manipulation

    • Include features for formatting, sorting, and filtering data

    • Implement formulas and functions for data analysis

    • Provide options for charting and graphing data

    • Ensure compatibility with various file formats and operating systems

  • Answered by AI
  • Q2. How to convert string to numbers without predefined functions
  • Ans. 

    Convert string to numbers without predefined functions

    • Iterate through each character of the string

    • Subtract the ASCII value of '0' from the character to get the numerical value

    • Multiply the numerical value by the appropriate power of 10 based on its position in the string

    • Add the resulting number to a running total

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algorithms and DS

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Questions related to digital and Analog electronics were asked

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What were your previous projects that you have worked on
  • Ans. 

    I have worked on projects related to developing software for autonomous vehicles and implementing machine learning algorithms for predictive maintenance.

    • Developed software for autonomous vehicles to improve navigation and obstacle avoidance

    • Implemented machine learning algorithms for predictive maintenance in manufacturing plants

    • Collaborated with cross-functional teams to integrate new technologies into existing systems

  • Answered by AI
  • Q2. What all your technical skills and stacks that you have previously used for your projects
  • Ans. 

    I have experience with Java, Python, SQL, AWS, Docker, and Kubernetes in my previous projects.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is docker and why do we use it for containerising applications
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers.

    • Docker allows applications to be isolated in containers, making them portable and easy to deploy across different environments.

    • Containers share the host OS kernel but run as isolated processes, providing lightweight and efficient virtualization.

    • Docker simplifies the process of packaging applications and their dependencies, ensuring co...

  • Answered by AI
  • Q2. What is database normalisation and how your project benefited from it in the past
  • Ans. 

    Database normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Database normalization involves breaking down data into smaller, more manageable tables and defining relationships between them.

    • It helps in reducing data redundancy, improving data integrity, and making the database more efficient.

    • For example, in a project I worked on, we normalized the database by spl...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What has been your experience with challenging projects
  • Ans. 

    I have extensive experience working on challenging projects in various industries.

    • Led a team in developing a complex software solution for a major client

    • Managed a project with tight deadlines and limited resources

    • Implemented innovative solutions to overcome technical obstacles

    • Collaborated with cross-functional teams to deliver successful outcomes

  • Answered by AI
  • Q2. How would you approach learning about new domain and technologies with a different background
  • Ans. 

    I would approach learning about new domain and technologies with a different background by leveraging my existing skills, seeking out resources, and collaborating with experts in the field.

    • Identify key concepts and terminology in the new domain

    • Seek out online courses, tutorials, and books to gain foundational knowledge

    • Collaborate with colleagues or mentors who have experience in the new domain

    • Experiment with hands-on p...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Micron Technology Senior Engineer interview:
  • IT Projects
  • Python
  • Reactjs
  • Django
  • Databases
Interview preparation tips for other job seekers - Prepare well on your skillsets and domain knowledge to defend your skills in front of the interviewer well

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Questions about Thermal basics. JD also about melting point temperatures
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations and joining date details
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Simple Python Coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Logical questions on Memory allocation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Look at problems asked to solve with a open mind, it will really help answering the questions.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. NX tool test given
  • Q2. Technical round with interviewers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Leetcode easy problem based on binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Design Stock Notification System
  • Ans. 

    Design a system to notify users about stock availability and changes.

    • Create a database to store stock information and user preferences.

    • Implement a notification system to alert users when stock levels change.

    • Allow users to set preferences for specific products or thresholds.

    • Consider using push notifications, emails, or SMS for notifications.

    • Include a user interface for managing preferences and viewing stock information.

  • Answered by AI
  • Q2. Design Snake & Ladder Game
  • Ans. 

    Design a Snake & Ladder game using arrays and logic.

    • Create a 10x10 grid representing the game board.

    • Assign positions for snakes and ladders on the board.

    • Use arrays to store the positions of players and their movements.

    • Implement logic for dice roll and player movement.

    • Include win condition when a player reaches the final position.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with Hiring Manager. OS Related questions.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Manpower Handling
  • Q2. Critical process

Interview Preparation Tips

Interview preparation tips for other job seekers - Refferals persons only selected
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 7Qc,8D,Six Sigma
Round 3 - HR 

(1 Question)

  • Q1. Salary details and previous company details
Contribute & help others!
anonymous
You can choose to be anonymous

Advanced Micro Devices Interview FAQs

How many rounds are there in Advanced Micro Devices Member Technical Staff 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

REVIEWS

IRIS Business Services

No Reviews

JOBS

Advanced Micro Devices

No Jobs

JOBS

Ind-Swift Laboratories

No Jobs

REVIEWS

Ind-Swift Laboratories

No Reviews

JOBS

Advanced Micro Devices

No Jobs

LIST OF COMPANIES

Ind-Swift Laboratories

Locations

SALARIES

Guru Nanak Dev Hospital

JOBS

IRIS Business Services

No Jobs

JOBS

Advanced Micro Devices

No Jobs

LIST OF COMPANIES

IRIS Business Services

Locations

Tell us how to improve this page.

Advanced Micro Devices Member Technical Staff Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 255 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Nvidia Interview Questions
3.7
 • 103 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Advanced Micro Devices Member Technical Staff Salary
based on 82 salaries
₹24 L/yr - ₹85 L/yr
243% more than the average Member Technical Staff Salary in India
View more details

Advanced Micro Devices Member Technical Staff Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

2.9

Salary

3.8

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 10 Reviews and Ratings
Senior Software Engineer
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
71 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