AmazonAmazon
MLA-C01 · Question #54
MLA-C01 Question #54: Real Exam Question with Answer & Explanation
Sign in or unlock MLA-C01 to reveal the answer and full explanation for question #54. The question stem and answer options stay visible for context.
Data Preparation for Machine Learning
Question
A company uses Amazon SageMaker for its ML workloads. The company's ML engineer receives a 50 MB Apache Parquet data file to build a fraud detection model. The file includes several correlated columns that are not required. What should the ML engineer do to drop the unnecessary columns in the file with the LEAST effort?
Options
- ADownload the file to a local workstation. Perform one-hot encoding by using a custom Python
- BCreate an Apache Spark job that uses a custom processing script on Amazon EMR.
- CCreate a SageMaker processing job by calling the SageMaker Python SDK.
- DCreate a data flow in SageMaker Data Wrangler. Configure a transform step.
Unlock MLA-C01 to see the answer
You've previewed enough free MLA-C01 questions. Unlock MLA-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Data Preparation#Feature Engineering#SageMaker Data Wrangler#Column Transformation