DevOpsInterviewPrep logo

NVIDIA AI & GPU Infrastructure interview questions

AI & GPU Infrastructure is a core part of the NVIDIA SRE / Production Engineer loop. The fastest-growing DevOps sub-domain: GPU scheduling with MIG, time-slicing and DRA, vLLM paged attention and continuous batching, KServe and Ray, gang scheduling with Kueue, and the cost model behind inference. Below are the ai & gpu infrastructure questions to prepare, the ones tagged to NVIDIA first, then the highest-signal questions from our AI & GPU Infrastructure track, all of them answered in full rather than listed.

WHAT NVIDIA LOOKS FOR HERE · Understands that a GPU is not a divisible resource and reasons accordingly. See the full NVIDIA interview process →

AI & GPU Infrastructure questions tagged to NVIDIA

25 questions · 8 unlocked for you

More AI & GPU Infrastructure questions for NVIDIA's loop

The highest-signal ai & gpu infrastructure questions candidates rate most useful, modeled on what NVIDIA's SRE / Production Engineer loop tests.

6 questions · 2 unlocked for you

Concepts behind NVIDIA's AI & GPU Infrastructure round

The ideas these questions take as given. The foundations are open to everyone; the ones that decide a senior round sit behind Premium.

Core
Sign in
Why GPUs break the assumptions schedulers are built onGPU scheduling must account for device memory, sharing boundaries and interconnect topology. Device plugins, MIG, DRA and gang scheduling address different constraints; none makes accelerators behave like interchangeable CPU millicores.
Foundational
The KV cache is what decides how many users you can serveModel weights, runtime memory and the KV cache compete for GPU memory. Estimate the cache budget and memory per sequence, then check whether that concurrency also meets your latency target.
Foundational
Prefill and decode are two different workloads on one GPUPrefill builds prompt state; decode extends each sequence token by token. Their bottlenecks depend on model, batch size and context length. Measure first-token and inter-token latency separately before choosing batching or disaggregation.
Foundational
Model quality degrades without touching a single infrastructure metricClassical dependencies and models can both return incorrect results without an error. A model fails by returning something plausible and wrong, which every status-code-based metric records as a success. Quality needs its own signals, its own threshold and its own budget, or it is unobservable until a customer complains.
Foundational
Tokens are the unit of cost, latency and capacity at onceRequests per second is the wrong unit for anything involving a model. Tokens determine what you pay, how long a request takes, and how many users fit on a GPU, which is why capacity, cost and latency stop being three separate conversations.
Foundational
An agent can act as a confused deputyThe confused deputy is a longstanding security problem: a privileged program acting on instructions from someone less privileged. An agent that reads untrusted text and holds credentials is exactly that, which is useful, because it means the defences are known and none of them is a better prompt.
NVIDIA AI & GPU INFRASTRUCTURE FAQ
What AI & GPU Infrastructure questions does NVIDIA ask in interviews?

NVIDIA's SRE / Production Engineer loop draws ai & gpu infrastructure questions such as "Device plugin versus Dynamic Resource Allocation for GPUs: why did Kubernetes need DRA?", "Four teams want GPUs and you have twelve A100s. Walk me through MIG, time-slicing and MPS, and how you would decide.", "A multi-node training job sits Pending forever while the cluster shows free GPUs. What is happening?". The fastest-growing DevOps sub-domain: GPU scheduling with MIG, time-slicing and DRA, vLLM paged attention and continuous batching, KServe and Ray, gang scheduling with Kueue, and the cost model behind inference. The full set, ordered easy to hard with expert answers, is below.

How should I prepare for the NVIDIA AI & GPU Infrastructure round?
What GPU topics come up in an NVIDIA infrastructure interview?
Do I need CUDA programming for a DevOps role at NVIDIA?

Other NVIDIA interview rounds

The other tracks NVIDIA's SRE / Production Engineer loop tests.

Prep the whole NVIDIA SRE / Production Engineer loop

AI & GPU Infrastructure is one round. Unlock every answer across NVIDIA's full loop, plus the concept curriculum, for 6 months. One payment, no auto-renewal. Free questions in every track to start.

Independent and not affiliated with NVIDIA. All trademarks belong to their owners.