ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

232 / 258

Question 232:

You work as a machine learning specialist for a mobile network operator who builds an analytics platform to analyze and optimize its operations by leveraging machine learning.
You receive your data from source systems that send data in CSV format in real-time. You require to transform the data to the parquet format before storing it on S3. From there, you plan to use the data in SageMaker AutoPilot to help you find the best machine learning pipeline for your analytics problem.
Which option solves your data analysis machine learning problem in the most efficient manner?

Answer options:

A.Ingest the CSV data using MSK running on EC2 instances and use Kafka Connect S3 to convert the data to the parquet format.
B.Ingest the CSV data using Kinesis Data Streams. Convert the data to the parquet format using Glue.
C.Ingest the CSV data using Spark Structured Streaming in an EMR cluster. Convert data to the parquet format using Spark.
D.Ingest the CSV data using Kinesis Data Streams and use Kinesis Data Firehose, leveraging a Lambda function to transform the data from CSV to JSON, then convert the data to the parquet format.