ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

132 / 258

Question 132:

You work for a farming equipment component manufacturer which builds farm product containers like corn silos, milk containers, etc. These containers have IoT sensors built into them that transmit information such as fill rate, capacity usage, etc. The IoT devices transmit their data back to your cloud environment via the MQTT protocol. You want to use a machine learning model to predict container usage by region and by product stored. This information will help your management team use real-time dashboards to better understand their product marketing campaigns by region. You have created, trained, and deployed to Amazon SageMaker Hosting Services your model based on the Linear Learner algorithm.
What AWS services would you use to create your pipeline to feed your inference requests to your model? (Select THREE)

Answer options:

A.IoT Greengrass to receive the IoT device MQTT messages
B.IoT Core to receive the IoT device MQTT messages
C.Elastic Beanstalk to stream the IoT messages
D.Kinesis Data Streams to stream the IoT messages
E.A Lambda function to transform the IoT message data to the inference request serialization format
F.API Gateway to transform the IoT message data to the inference request serialization format
G.Route 53 to stream the IoT messages