NVIDIA logo

NVIDIA Interview Question Bank

NVIDIA interviews are highly team-specific and much less LeetCode-bank-driven than most large tech loops. System Software, Linux, Tegra, DGX AI infra, and Deep Learning roles lean toward engineering scenarios: C/C++ debugging, graph validation, GPU / inference fundamentals, small utility coding, and project deep dives; some design and product-facing AI roles add system-design or technical-marketing discussions.

More
40
Before you start
Showing 12 of 12
Coding·60 min
New / risingFree preview

FP32 Tensor to Int8 Quantization

Given an FP32 tensor and a floating-point scale, convert the tensor to INT8. Follow-ups add asymmetric quantization with zero point and ask how scale / zero point should change when the input distribution is not symmetric.

SWE
MLE
Perf Eng
numpy
inference
numerical-stability
medium
Last asked 2026-02-121 related discussion

NVIDIA Featured Guides