AMD Interview Experience - Internship ( 2024 )

Akash Kumar
2 min readJan 28, 2024

I got this opportunity through Linkedin, I reached out to Manager for full time roles but rather he have open intern positions and recruiter reach out to me next day for scheduling interview. I got invite for Manager round and have 3 days to prepare.

Format of my interview:

First 35 min : Experienced based and resume level questions
Next 15 min: Few Technical questions
Next 10 min : 1 Coding question

Manager Round:

General Questions

  1. Can you tell us about yourself and your professional background?
  2. What interests you about this position and our company?
  3. What are your greatest professional strengths and weaknesses?
  4. Can you describe a challenging situation at work and how you handled it?
  5. Where do you see yourself in the next five years?

Technical Questions:

  1. When to use abstract classes and Interfaces in java with example ?
  2. What is synchronizations ?
  3. What is pointer and references ?
  4. What is Functional programming and its advantages?
  5. What is SDLC process ?
  6. What is run time polymorphism ?

7. What is garbage collection in Java and how does it work?

8. Can you explain the concept of Generational Garbage Collection?

9. What is Generators in Python?

Coding:

1. Find the max element in the array in O(1) time

I was stunned how the hell in O(1) time, I told him about sqrt decomposing but still it is O(n) time.

Solution: Applying Multithreading in the different chunks of array ( Parallel processing )

Result: Selected ✌️ ( Location: Austin, Texas)

Thank you for taking the time to read. Feel free to connect with me on Linkedin if you require any assistance! I’m more than happy to help with your interview preparation or provide guidance for your career.

Follow me on Linkedin and Medium for more tech content and insights.

--

--