Case study
An ML engineer is developing a fraud detection model on AWS. The training dataset includes
transaction logs, customer profiles, and tables from an on-premises MySQL database. The
transaction logs and customer profiles are stored in Amazon S3.
The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally,
many of the features have interdependencies. The algorithm is not capturing all the desired
underlying patterns in the data.
After the data is aggregated, the ML engineer must implement a solution to automatically detect
anomalies in the data and to visualize the result.
Which solution will meet these requirements?
C
Case study
An ML engineer is developing a fraud detection model on AWS. The training dataset includes
transaction logs, customer profiles, and tables from an on-premises MySQL database. The
transaction logs and customer profiles are stored in Amazon S3.
The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally,
many of the features have interdependencies. The algorithm is not capturing all the desired
underlying patterns in the data.
The training dataset includes categorical data and numerical dat
a. The ML engineer must prepare the training dataset to maximize the accuracy of the model.
Which action will meet this requirement with the LEAST operational overhead?
C
Case study
An ML engineer is developing a fraud detection model on AWS. The training dataset includes
transaction logs, customer profiles, and tables from an on-premises MySQL database. The
transaction logs and customer profiles are stored in Amazon S3.
The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally,
many of the features have interdependencies. The algorithm is not capturing all the desired
underlying patterns in the data.
Before the ML engineer trains the model, the ML engineer must resolve the issue of the imbalanced
data.
Which solution will meet this requirement with the LEAST operational effort?
D
Case study
An ML engineer is developing a fraud detection model on AWS. The training dataset includes
transaction logs, customer profiles, and tables from an on-premises MySQL database. The
transaction logs and customer profiles are stored in Amazon S3.
The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally,
many of the features have interdependencies. The algorithm is not capturing all the desired
underlying patterns in the data.
The ML engineer needs to use an Amazon SageMaker built-in algorithm to train the model.
Which algorithm should the ML engineer use to meet this requirement?
B
A company has deployed an XGBoost prediction model in production to predict if a customer is likely
to cancel a subscription. The company uses Amazon SageMaker Model Monitor to detect deviations
in the F1 score.
During a baseline analysis of model quality, the company recorded a threshold for the F1 score. After
several months of no change, the model's F1 score decreases significantly.
What could be the reason for the reduced F1 score?
A
A company has a team of data scientists who use Amazon SageMaker notebook instances to test ML
models. When the data scientists need new permissions, the company attaches the permissions to
each individual role that was created during the creation of the SageMaker notebook instance.
The company needs to centralize management of the team's permissions.
Which solution will meet this requirement?
A
An ML engineer needs to use an ML model to predict the price of apartments in a specific location.
Which metric should the ML engineer use to evaluate the model's performance?
D
An ML engineer has trained a neural network by using stochastic gradient descent (SGD). The neural
network performs poorly on the test set. The values for training loss and validation loss remain high
and show an oscillating pattern. The values decrease for a few epochs and then increase for a few
epochs before repeating the same cycle.
What should the ML engineer do to improve the training process?
D
An ML engineer needs to process thousands of existing CSV objects and new CSV objects that are
uploaded. The CSV objects are stored in a central Amazon S3 bucket and have the same number of
columns. One of the columns is a transaction date. The ML engineer must query the data based on
the transaction date.
Which solution will meet these requirements with the LEAST operational overhead?
A
A company has a large, unstructured dataset. The dataset includes many duplicate records across
several key attributes.
Which solution on AWS will detect duplicates in the dataset with the LEAST code development?
D