NVIDIA Certified Professional - Accelerated Data Science
Validates professional-level proficiency in leveraging GPU-accelerated tools and libraries for advanced data science workflows, including data analysis with anomaly detection and time-series analysis, data manipulation and software literacy with ETL and distributed processing, data preparation with cuDF cleansing and synthetic data generation, GPU and cloud computing optimization, machine learning with feature engineering and multi-GPU training, and MLOps practices for benchmarking, memory optimization, and model deployment. The exam covers six domains: Data Manipulation and Software Literacy (19%), MLOps (19%), Data Preparation (17%), GPU and Cloud Computing (16%), Machine Learning (15%), and Data Analysis (14%). Format: 60-70 multiple-choice questions, 120 minutes, proctored online.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Data manipulation and software literacyhard
An architect is evaluating how to bring GPU acceleration to a large existing pandas codebase and must choose between cuDF's two usage modes. Which statement correctly distinguishes them?
- A.core cuDF and cudf.pandas are completely identical, so both require rewriting every single pandas call into cuDF syntax.
- B.core cuDF runs only on the CPU, while cudf.pandas is the single mode that ever touches the GPU at all here.
- C.cudf.pandas requires manually porting each function to cupy, whereas core cuDF runs unmodified pandas as-is.
- D.cudf.pandas accelerates existing pandas with zero code changes, alongside cuDF's existing GPU-only API for native code.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.