ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

187 / 258

Question 187:

You work as a machine learning specialist for a cruise ship company. Due to new health restrictions, your company needs to only book their cruise ships at 50% capacity across all of their cruise offerings. To maximize profitability, you have been asked to create a model that gathers streaming data from various data sources such as weather services, census data, gross national product for various countries, spending habits across various countries, etc. You will use this data to build a model that uses clusters of data to predict cruise allocation. You need to perform feature engineering, such as feature transformations, on your streaming data and then load it into your company’s MongoDB database. What is the most efficient solution for your scenario?

Answer options:

A.Stream your data sources via Kinesis Data Firehose to your MongoDB database, using a Lambda function to perform feature transformations.
B.Stream your data sources via Kinesis Data Streams to your MongoDB database, using Kinesis Data Analytics to perform feature transformations.
C.Stream your data sources via Kinesis Data Analytics (using Apache Flink to perform feature transformations) to your MongoDB database.
D.Stream your data sources via Kinesis Data Firehose to your MongoDB database, using a Glue ETL job to perform feature transformations.