NVIDIA Certified Associate - Generative AI Multimodal
Validates foundational skills needed to design, implement, and manage AI systems that synthesize and interpret data across text, image, and audio modalities using NVIDIA platforms. Covers experimentation with multimodal models, core machine learning and AI knowledge including transformer and diffusion architectures, multimodal data processing across text/image/audio/video, software development for multimodal applications, data analysis and visualization, performance optimization for inference and training, and trustworthy AI practices. The exam covers seven domains: Experimentation (25%), Core Machine Learning and AI Knowledge (20%), Multimodal Data (15%), Software Development (15%), Data Analysis and Visualization (10%), Performance Optimization (10%), and Trustworthy AI (5%). 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.
- Q1Experimentationeasy
A team is migrating a Crossfilter dashboard to cuxfilter to handle a much larger dataset on a GPU box, and a developer asks where the groupby, sort, and query operations will actually execute. Per the cuxfilter docs, how does cuxfilter process those operations?
- A.It copies the data into a Pandas DataFrame and runs the operations on CPU threads.
- B.It keeps the data as a GPU DataFrame and runs groupby, sort, and query on the GPU.Correct answer
- C.It streams every row to the browser and lets JavaScript compute the aggregations.
- D.It offloads every operation to a remote Spark cluster and caches the charts locally.
Sources
Questions are grounded in 150 references from official and authoritative materials.