ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

152 / 258

Question 152:

You work on a machine learning team at a manufacturing company that produces fire detection products. You are building a fire detection analytics model, the source data store of which has structured and unstructured data stored in an S3 bucket. You are in the data engineering and data analysis phase of the machine learning lifecycle. At this point, you need to use SQL to run queries on your source data to determine feature correlation and dimensionality. Which option allows you to query the data with the least amount of effort?

Answer options:

A.Run queries using Kinesis Data Analytics after using a Lambda function to transform the data.
B.Use the AWS Batch service to extract, transform, and load (ETL) the data and an ElasticSearch cluster to run the queries.
C.Use a Glue crawler to catalog the data and Athena to query the data on S3.
D.Query the data in RDS after using Data Pipeline to transform the data and load it into RDS.