Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified Machine Learning Specialty Questions 2022 - Part 41

Mary Smith

Sat, 18 Apr 2026

AWS Certified Machine Learning Specialty Questions 2022 - Part 41

1. You are a data scientist working on a machine learning project that requires storing and processing sensitive data in Amazon S3. Which of the following options will provide the best way to secure data stored in S3 for machine learning workloads?

A) Use S3 object versioning to store multiple versions of the same object and restore a previous version of the object if needed.
B) Use server-side encryption to encrypt data stored in S3 buckets and rotate the encryption keys regularly.
C) Use AWS CloudTrail to track all S3 data access and changes, and analyze the logs regularly for security threats.
D) Configure access control lists (ACLs) to restrict access to specific IAM users and roles.
E) Configure S3 bucket policies to grant access only to specific IP addresses and block all other traffic.


2. A company wants to build a real-time anomaly detection system for their IoT devices. The devices send streaming data to an Amazon Kinesis Data Stream, which needs to be processed by a machine learning model in real-time. The model should detect anomalies and send alerts to the operations team. Which AWS service or feature should be used to implement this system?

A) Amazon SageMaker, because it provides a fully-managed platform for building, training, and deploying machine learning models.
B) Amazon Kinesis Data Analytics, because it can process real-time streaming data with SQL and can integrate with Kinesis Data Streams.
C) Amazon Elasticsearch, because it provides powerful search and analytics capabilities on streaming data.
D) AWS Lambda, because it allows you to run code without provisioning or managing servers, and it integrates with Kinesis Data Streams.



3. As a data engineer, you are tasked with designing a data pipeline that moves data from an Amazon S3 bucket into an Amazon DynamoDB table. You want to use AWS Data Pipeline to accomplish this task. Which of the following statements is true regarding the use of AWS Data Pipeline for this scenario?

A) AWS Data Pipeline supports moving data from Amazon S3 to Amazon DynamoDB using the EMRActivity.
B) AWS Data Pipeline only supports moving data between Amazon S3 and Amazon Redshift, so it cannot be used for this scenario.
C) AWS Data Pipeline supports moving data from Amazon S3 to Amazon DynamoDB using the CopyActivity.
D) AWS Data Pipeline requires you to write custom code to move data between Amazon S3 and Amazon DynamoDB.
E) AWS Data Pipeline does not support moving data from Amazon S3 to Amazon DynamoDB, so it cannot be used for this scenario.


4. Which of the following statements is true about AWS Deep Learning AMIs (DLAMIs)?

A) DLAMIs are available for both CPU and GPU instances.
B) DLAMIs only support TensorFlow and PyTorch, and not other deep learning frameworks.
C) DLAMIs can only be launched in specific regions.
D) DLAMIs can only be used with Amazon SageMaker.
E) DLAMIs are pre-installed with common deep learning frameworks, but do not include any pre-trained models.


5. You are responsible for managing a machine learning model that is deployed in production on AWS. The model uses a large dataset stored in an Amazon S3 bucket. Recently, you noticed that the model's performance has degraded and the inference time has increased significantly. You suspect that the issue might be related to data access latency. Which of the following solutions can help you improve the model's performance?

A) Use Amazon RDS to store the dataset and query it directly from the instance running the model
B) Use Amazon EFS to store the dataset and mount it on the instance running the model
C) Use Amazon S3 Transfer Acceleration to reduce data access latency
D) Increase the size of the instance running the model to improve its computational power



1. Right Answer: B
Explanation:

2. Right Answer: D
Explanation:

3. Right Answer: C
Explanation:

4. Right Answer: A
Explanation:

5. Right Answer: C
Explanation:

0 Comments

Leave a comment