TechJobs Hiring
RemoteExperiences
/
TechJobs Hiring

A community-driven job board helping engineers discover high-impact roles at companies building the future.

Explore

  • All Opportunities
  • 100% Remote Roles
  • US Tech Jobs
  • Post Opp. (Job)
  • Post Interview Exp.
  • Read Interview Exp.

Company

  • About Us
  • Privacy Policy
  • Terms of Service

© 2026 TechJobs Hiring. All rights reserved.

Built for the developer community.

← Back to all experiences
Waiting on results

AMD Interview Experience

Software Engineer New Grad

Process Overview

  • Not specified

Interview Rounds Breakdown

Phone Screen60 mins

Operating SystemsMemory ManagementCoding
The interview began immediately with technical questioning without a preliminary recruiter screening.
The interviewer prioritized deep knowledge of OS fundamentals over general algorithmic problem solving.
The candidate successfully utilized a doubly linked list with boundary tags to implement a memory allocator, demonstrating proficiency in low-level data structure management.
Questions Asked
Explain memory management, virtual vs physical addresses, page tables, and TLB.
Operating Systems
Suggested Answer
Virtual memory maps logical addresses to physical RAM using page tables, which translate virtual addresses to physical frames. The TLB (Translation Lookaside Buffer) is a high-speed cache that stores recent page table mappings to reduce the latency of memory access by avoiding repeated page table walks.
Implement a memory allocator with alloc, free, and coalescing of adjacent free blocks.

Onsite - C/C++ CodingNot specified

CSystems Programming
The interviewer required production-ready C code rather than pseudocode.
The round focused on low-level data manipulation and binary data handling.
The candidate was required to demonstrate mastery of pointer arithmetic and bitwise operations for endianness handling.
Questions Asked

Onsite - Design RoundNot specified

Hardware/Software InterfaceSystem Design
The design focus shifted from web-scale architecture to hardware-software interaction.
The candidate was evaluated on their understanding of GPU state management, command buffers, and preemption.
The interviewer probed the candidate's ability to manage hardware resources through software scheduling.
Questions Asked

Onsite - Debugging RoundNot specified

DebuggingConcurrency
The candidate was provided with buggy driver code and specific failure symptoms.
The interviewer evaluated the candidate's systematic debugging methodology rather than just the final fix.
The bug involved a race condition in command submission, requiring an understanding of synchronization primitives and signal handling.
Questions Asked

Onsite - Behavioral30 mins

Behavioral
The discussion centered on past project experiences and the candidate's genuine interest in low-level systems work.
The interviewer assessed the candidate's ability to handle complex, hard-to-test codebases.
Questions Asked
Discuss long-running projects, testing hard-to-test code, and interest in low-level work.
Behavioral

Key Takeaways & Advice

Candidate Advice

  • Recognize that hardware company interviews differ significantly from web-based software company interviews.
  • Be prepared for technical questioning from the very start of the interview process.
  • Prioritize deep understanding of low-level systems over general algorithmic patterns.

Preparation Tips

  • Focus on OS fundamentals, C/C++, and concurrency.

Final Verdict

The result for this interview is still pending.

Experience Details

CompanyAMD
RoleSoftware Engineer New Grad
Experience Level1-3 Years
Posted OnJul 29, 2026

Share Experience

Similar Experiences

Harness

SDE - 1 • 1-3 Years

Read Experience →

Tower Research LLC

SDE 1 (Backend Post Trade) • 1-3 Years

Read Experience →
TechJobs Hiring

A community-driven job board helping engineers discover high-impact roles at companies building the future.

Explore

  • All Opportunities
  • 100% Remote Roles
  • US Tech Jobs
  • Post Opp. (Job)
  • Post Interview Exp.
  • Read Interview Exp.

Company

  • About Us
  • Privacy Policy
  • Terms of Service

© 2026 TechJobs Hiring. All rights reserved.

Built for the developer community.

C
Memory Management
Solve
Implement a ring buffer for producer-consumer with wrap-around handling.
CData Structures
Solve
Parse a binary file format for GPU firmware headers with endianness handling.
CBinary Data
Design the software stack for GPU context switching between multiple applications.
System DesignGPU Architecture
Identify and fix a race condition in driver code causing GPU hangs under high load.
DebuggingConcurrency
  • Study hardware/software interaction patterns.
  • Do not rely solely on LeetCode; prioritize systems-level knowledge.