ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

154 / 258

Question 154:

You work as a machine learning specialist in a financial services company in their asset management division. You have completed a pilot of a Random Cut Forest algorithm-based model that you plan to use to find anomalies in your trading data. You have tested your model using a small data sample and are ready to implement your production model using SageMaker. The historical trading data that you will use for training is stored in an RDS Microsoft SQL Server database. How should you prepare your historical trading data to train your production model?

Answer options:

A.Use the DMS service to move the data to ElastiCache, then connect your SageMaker notebook with ElastiCache to load the data at low latency.
B.Use a Lambda function to load the data to DynamoDB tables, then connect your SageMaker notebook to DynamoDB to load your trading data.
C.Use the Data Pipeline service to move your trading data from the Microsoft SQL Server database to S3, then use the S3 bucket within your SageMaker notebook to load your trading data.
D.Directly connect to the SQL database using Direct Connect from your SageMaker notebook and load the trading data.