Question.6 A Machine Learning Specialist is using an Amazon SageMaker notebook instance in a private subnet of a corporate VPC. The ML Specialist has important data stored on the Amazon SageMaker notebook instance’s Amazon EBS volume, and needs to take a snapshot of that EBS volume. However, the ML Specialist cannot find the Amazon SageMaker notebook instance’s EBS volume or Amazon EC2 instance within the VPC. Why is the ML Specialist not seeing the instance visible in the VPC? (A) Amazon SageMaker notebook instances are based on the EC2 instances within the customer account, but they run outside of VPCs. (B) Amazon SageMaker notebook instances are based on the Amazon ECS service within customer accounts. (C) Amazon SageMaker notebook instances are based on EC2 instances running within AWS service accounts. (D) Amazon SageMaker notebook instances are based on AWS ECS instances running within AWS service accounts. |
6. Click here to View Answer
Correct Answer: C
Question.7 A Machine Learning Specialist is building a model that will perform time series forecasting using Amazon SageMaker. The Specialist has finished training the model and is now planning to perform load testing on the endpoint so they can configure Auto Scaling for the model variant. Which approach will allow the Specialist to review the latency, memory utilization, and CPU utilization during the load test? (A) Review SageMaker logs that have been written to Amazon S3 by leveraging Amazon Athena and Amazon QuickSight to visualize logs as they are being produced. (B) Generate an Amazon CloudWatch dashboard to create a single view for the latency, memory utilization, and CPU utilization metrics that are outputted by Amazon SageMaker. (C) Build custom Amazon CloudWatch Logs and then leverage Amazon ES and Kibana to query and visualize the log data as it is generated by Amazon SageMaker. (D) Send Amazon CloudWatch Logs that were generated by Amazon SageMaker to Amazon ES and use Kibana to query and visualize the log data. |
7. Click here to View Answer
Correct Answer: B
Question.8 A manufacturing company has structured and unstructured data stored in an Amazon S3 bucket. A Machine Learning Specialist wants to use SQL to run queries on this data. Which solution requires the LEAST effort to be able to query this data? (A) Use AWS Data Pipeline to transform the data and Amazon RDS to run queries. (B) Use AWS Glue to catalogue the data and Amazon Athena to run queries. (C) Use AWS Batch to run ETL on the data and Amazon Aurora to run the queries. (D) Use AWS Lambda to transform the data and Amazon Kinesis Data Analytics to run queries. |
8. Click here to View Answer
Correct Answer: B
Question.9 A Machine Learning Specialist is developing a custom video recommendation model for an application. The dataset used to train this model is very large with millions of data points and is hosted in an Amazon S3 bucket. The Specialist wants to avoid loading all of this data onto an Amazon SageMaker notebook instance because it would take hours to move and will exceed the attached 5 GB Amazon EBS volume on the notebook instance. Which approach allows the Specialist to use all the data to train the model? (A) Load a smaller subset of the data into the SageMaker notebook and train locally. Confirm that the training code is executing and the model parameters seem reasonable. Initiate a SageMaker training job using the full dataset from the S3 bucket using Pipe input mode. (B) Launch an Amazon EC2 instance with an AWS Deep Learning AMI and attach the S3 bucket to the instance. Train on a small amount of the data to verify the training code and hyperparameters. Go back to Amazon SageMaker and train using the full dataset (C) Use AWS Glue to train a model using a small subset of the data to confirm that the data will be compatible with Amazon SageMaker. Initiate a SageMaker training job using the full dataset from the S3 bucket using Pipe input mode. (D) Load a smaller subset of the data into the SageMaker notebook and train locally. Confirm that the training code is executing and the model parameters seem reasonable. Launch an Amazon EC2 instance with an AWS Deep Learning AMI and attach the S3 bucket to train the full dataset. |
9. Click here to View Answer
Correct Answer: A
Question.10 A Machine Learning Specialist has completed a proof of concept for a company using a small data sample, and now the Specialist is ready to implement an end- to-end solution in AWS using Amazon SageMaker. The historical training data is stored in Amazon RDS. Which approach should the Specialist use for training a model using that data? (A) Write a direct connection to the SQL database within the notebook and pull data in (B) Push the data from Microsoft SQL Server to Amazon S3 using an AWS Data Pipeline and provide the S3 location within the notebook. (C) Move the data to Amazon DynamoDB and set up a connection to DynamoDB within the notebook to pull data in. (D) Move the data to Amazon ElastiCache using AWS DMS and set up a connection within the notebook to pull data in for fast access. |
10. Click here to View Answer
Correct Answer: B