ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

201 / 258

Question 201:

You work as a machine learning specialist for a home automation company that produces home automation devices such as automated door locks, security cameras, and alarm systems. Your machine learning team is building a new data repository for a device that your company will soon launch as a new product. The new device will generate large streams of IoT data using the MQTT protocol. You need to create a data repository for use in your machine learning models that will be used to produce future device usage predictions. Your management team will use these device usage predictions to inform their marketing campaigns. Which option is the most cost-effective configuration of AWS services to build your data repository? (Select TWO)

Answer options:

A.Receive the MQTT messages using a Kinesis Producer Library (KPL) application to transform your MQTT message data near real-time and write the MQTT messages to a Kinesis Data Streams partition. Configure your Kinesis Data Stream to write your transformed MQTT data directly to your S3 bucket that will be the data source of your machine learning model.
B.Receive your MQTT messages into IoT Core. Use an Apache Kafka IoT Core action to send your MQTT messages directly to Amazon Managed Streaming for Apache Kafka (Amazon MSK) to transform your MQTT data in near real-time. Then use an Msk-to-s3-feeder application to write your transformed MQTT data directly to your S3 bucket that will be the data source of your machine learning model.
C.Receive your MQTT messages into IoT Core. Use a Kinesis Data Firehose IoT Core action to send your MQTT messages directly to a Kinesis Data Firehose to transform your MQTT data near real-time and write your transformed MQTT data directly to your S3 bucket that will be the data source of your machine learning model.
D.Receive your MQTT messages into IoT Core. Use an S3 IoT Core action to transform your MQTT message data and send the transformed MQTT messages directly to your S3 bucket that will be the data source of your machine learning model.
E.Receive your MQTT messages into IoT Core. Use an HTTPS IoT Core action to transform your MQTT message data and send the transformed MQTT messages directly to your S3 bucket that will be the data source of your machine learning model.