NVIDIA Certified Associate - Generative AI LLMs
Validates foundational knowledge of generative AI and large language model development using NVIDIA platforms, including core machine learning concepts, neural network architectures, transformer models, LLM fine-tuning with NeMo, inference optimization with TensorRT-LLM, model serving with Triton, RAG architectures, prompt engineering, experiment design, data preprocessing, and trustworthy AI with NeMo Guardrails. The exam covers five domains: Core Machine Learning and AI Knowledge (30%), Software Development (24%), Experimentation (22%), Data Analysis and Visualization (14%), and Trustworthy AI (10%). Format: 50-60 multiple-choice questions, 60 minutes, proctored online.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Core Machine Learning and AI Knowledgeeasy
An organization has decided to use knowledge distillation in NeMo Framework to obtain a cheaper model from its large LLM, and a developer needs to state the goal of the technique before kicking off the job. Which description matches the NeMo documentation?
- A.It replicates the large model across GPUs so each replica serves a slice of incoming production traffic.
- B.It lowers the teacher's weights to half precision so the same model runs faster at inference time.
- C.It transfers knowledge from a large teacher model to a smaller, faster, less resource-intensive student model.Correct answer
- D.
Sources
Questions are grounded in 150 references from official and authoritative materials.