NVIDIA NCP-ADS - NVIDIA-Certified-Professional Accelerated Data Science Certification Exam
Question #1 (Topic: Demo Questions)
You are training a machine learning model using RAPIDS cuML and need to ensure that all numeric
features are standardized for better model performance.
Which of the following is the best approach for scaling data using RAPIDS?
Correct Answer: C
Explanation not available for this question.
Question #2 (Topic: Demo Questions)
When deciding whether to use GPU acceleration or a traditional CPU approach for a machine learning task, which of the following factors should be considered to determine if the data qualifies as "big data" and whether GPU acceleration is beneficial? (Select two)
Correct Answer: C, D
Explanation not available for this question.
Question #3 (Topic: Demo Questions)
A data scientist is working on training a deep learning model in a cloud-based environment. The dataset is large, and model convergence is taking too long on a standard CPU instance. To optimize performance through GPU acceleration, which of the following strategies should the data scientist implement?
Correct Answer: A
Explanation not available for this question.
Question #4 (Topic: Demo Questions)
You are training a large-scale random forest model on a dataset with millions of rows and hundreds of features. The training time is significantly high when using traditional CPU-based machine learning frameworks. Which NVIDIA technology should you use to accelerate training while maintaining compatibility with common ML frameworks like scikit-learn?
Correct Answer: B
Explanation not available for this question.
Question #5 (Topic: Demo Questions)
A data scientist is training a deep learning model on an NVIDIA GPU but is encountering out-ofmemory (OOM) errors. To optimize GPU memory usage while maintaining efficient training performance, which of the following strategies should they prioritize?
Correct Answer: B
Explanation not available for this question.