ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

202 / 258

Question 202:

You work as a machine learning specialist for a software company that offers real-time interactive sports viewing app for mobile phones and tablets. You gather real-time streaming sports statistics and game action data and use the streaming data to produce real-time analytics and active predictions of the likely outcome of the game. To produce your prediction, you need to use several machine learning models that use the real-time streaming data as their training and inference data sources. Since the real-time streaming game data is delivered from several different sources, the format and schema of the data need transformation and sanitation. Which option is the most efficient way to perform the feature engineering of your real-time streaming data for use in your training and inference requests?

Answer options:

A.Ingest the real-time streaming data using Kinesis Data Firehose using the kinesis-firehose-process-record Lambda blueprint for transformation. Stream the output of your Kinesis Data Firehose into SageMaker offline feature store FeatureGroup.
B.Ingest the real-time streaming data using Kinesis Data Firehose using the kinesis-process-record Lambda blueprint for transformation. Stream the output of your Kinesis Data Firehose into SageMaker offline feature store FeatureGroup.
C.Ingest the real-time streaming data using Kinesis Data Firehose using the kinesis-firehose-process-record Lambda blueprint for transformation. Stream the output of your Kinesis Data Firehose into SageMaker offline and online feature store FeatureGroups.
D.Ingest the real-time streaming data using Kafka using the kinesis-process-record Lambda blueprint for transformation. Stream the output of your Kinesis Data Firehose into SageMaker online feature store FeatureGroup.