0%
0 votes, 0 avg
17

This quiz randomly generates 30 questions as asked in AWS Certified Machine Learning - Specialty (MLS-C01)

Congratulations!

AWS Certified Machine Learning

AWS Certified Machine Learning - Specialty (MLS-C01)

This quiz randomly generates 30 questions (in 60 mins) as asked in AWS Certified Machine Learning - Specialty (MLS-C01). The real MLS-C01 test has 65 questions and a total time of 180 minutes. Of these, 15 questions are underlined, and only 50 questions are scored. This test randomly generates 30 questions from our question bank. For best results, practice multiple times until you achieve 100% accuracy.

1 / 30

An online reseller has a large, multi-column dataset with one column missing 30% of its data. A Machine
Learning Specialist believes that certain columns in the dataset could be used to reconstruct the missing
data.
Which reconstruction approach should the Specialist use to preserve the integrity of the dataset?

2 / 30

When submitting Amazon SageMaker training jobs using one of the built-in algorithms, which common parameters MUST be specified? (Choose three.)

3 / 30

A Machine Learning Specialist is packaging a custom ResNet model into a Docker container so the
company can leverage Amazon SageMaker for training. The Specialist is using Amazon EC2 P3 instances
to train the model and needs to properly configure the Docker container to leverage the NVIDIA GPUs.
What does the Specialist need to do?

4 / 30

A Mobile Network Operator is building an analytics platform to analyze and optimize a company's
operations using Amazon Athena and Amazon S3. The source systems send data in .CSV format in real time. The Data Engineering team wants to transform the data to the Apache Parquet format before storing it on Amazon S3. Which solution takes the LEAST effort to implement?

5 / 30

A Data Scientist is working on an application that performs sentiment analysis. The validation accuracy is
poor, and the Data Scientist thinks that the cause may be a rich vocabulary and a low average frequency
of words in the dataset.
Which tool should be used to improve the validation accuracy?

6 / 30

A company is observing low accuracy while training on the default built-in image classification algorithm in
Amazon SageMaker. The Data Science team wants to use an Inception neural network architecture
instead of a ResNet architecture.
Which of the following will accomplish this? (Choose two.)

7 / 30

A Machine Learning Specialist deployed a model that provides product recommendations on a company's
website. Initially, the model was performing very well and resulted in customers buying more products on
average. However, within the past few months, the Specialist has noticed that the effect of product
recommendations has diminished and customers are starting to return to their original habits of spending
less. The Specialist is unsure of what happened, as the model has not changed from its initial deployment
over a year ago.
Which method should the Specialist try to improve model performance?

8 / 30

A Machine Learning Specialist is preparing data for training on Amazon SageMaker. The Specialist is
using one of the SageMaker built-in algorithms for the training. The dataset is stored in .CSV format and is
transformed into a numpy.array, which appears to be negatively affecting the speed of the training.
What should the Specialist do to optimize the data for training on SageMaker?

9 / 30

A retail company intends to use machine learning to categorize new products. A labeled dataset of current
products was provided to the Data Science team. The dataset includes 1,200 products. The labeled
dataset has 15 features for each product such as title dimensions, weight, and price. Each product is
labeled as belonging to one of six categories such as books, games, electronics, and movies.
Which model should be used for categorizing new products using the provided dataset for training?

10 / 30

A Machine Learning Specialist needs to be able to ingest streaming data and store it in Apache Parquet
files for exploration and analysis.
Which of the following services would both ingest and store this data in the correct format?

11 / 30

A retail chain has been ingesting purchasing records from its network of 20,000 stores to Amazon S3 using
Amazon Kinesis Data Firehose. To support training an improved machine learning model, training records
will require new but simple transformations, and some attributes will be combined. The model needs to be
retrained daily.
Given the large number of stores and the legacy data ingestion, which change will require the LEAST
amount of development effort?

12 / 30

A Machine Learning Specialist at a company sensitive to security is preparing a dataset for model training.
The dataset is stored in Amazon S3 and contains Personally Identifiable Information (PII).
The dataset:
Must be accessible from a VPC only.
Must not traverse the public internet.
How can these requirements be satisfied?

13 / 30

A Machine Learning Specialist is configuring Amazon SageMaker so multiple Data Scientists can access
notebooks, train models, and deploy endpoints. To ensure the best operational performance, the Specialist
needs to be able to track how often the Scientists are deploying models, GPU and CPU utilization on the
deployed SageMaker endpoints, and all errors that are generated when an endpoint is invoked.
Which services are integrated with Amazon SageMaker to track this information? (Choose two.)

14 / 30

A company is running a machine learning prediction service that generates 100 TB of predictions every
day. A Machine Learning Specialist must generate a visualization of the daily precision-recall curve from
the predictions, and forward a read-only version to the Business team.
Which solution requires the LEAST coding effort?

15 / 30

A Machine Learning Specialist is working with a large company to leverage machine learning within its
products. The company wants to group its customers into categories based on which customers will and
will not churn within the next 6 months. The company has labeled the data available to the Specialist.
Which machine learning model type should the Specialist use to accomplish this task?

16 / 30

A Data Scientist is developing a machine learning model to classify whether a financial transaction is
fraudulent. The labeled data available for training consists of 100,000 non-fraudulent observations and
1,000 fraudulent observations.
The Data Scientist applies the XGBoost algorithm to the data, resulting in the following confusion matrix
when the trained model is applied to a previously unseen validation dataset. The accuracy of the model is
99.1%, but the Data Scientist has been asked to reduce the number of false negatives.
Which combination of steps should the Data Scientist take to reduce the number of false positive
predictions by the model? (Choose two.)

17 / 30

Which of the following metrics should a Machine Learning Specialist generally use to compare/evaluate machine learning classification models against each other?

18 / 30

A Machine Learning Specialist must build out a process to query a dataset on Amazon S3 using Amazon
Athena. The dataset contains more than 800,000 records stored as plaintext CSV files. Each record
contains 200 columns and is approximately 1.5 MB in size. Most queries will span 5 to 10 columns only.
How should the Machine Learning Specialist transform the dataset to minimize query runtime?

19 / 30

A manufacturing company has a large set of labeled historical sales data. The manufacturer would like to
predict how many units of a particular part should be produced each quarter.
Which machine learning approach should be used to solve this problem?

20 / 30

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?

21 / 30

A Data Scientist needs to create a serverless ingestion and analytics solution for high-velocity, real-time
streaming data.
The ingestion process must buffer and convert incoming records from JSON to a query-optimized,
columnar format without data loss. The output datastore must be highly available, and Analysts must be
able to run SQL queries against the data and connect to existing business intelligence dashboards.
Which solution should the Data Scientist build to satisfy the requirements?

22 / 30

A company wants to classify user behavior as either fraudulent or normal. Based on internal research, a
Machine Learning Specialist would like to build a binary classifier based on two features: age of account
and transaction month. The class distribution for these features is illustrated in the figure provided.

Based on this information, which model would have the HIGHEST accuracy?

23 / 30

A Data Scientist wants to gain real-time insights into a data stream of GZIP files.
Which solution would allow the use of SQL to query the stream with the LEAST latency?

24 / 30

A Machine Learning Specialist is creating a new natural language processing application that processes a
dataset comprised of 1 million sentences. The aim is to then run Word2Vec to generate embeddings of the
sentences and enable different types of predictions.
Here is an example from the dataset:
"The quck BROWN FOX jumps over the lazy dog."
Which of the following are the operations the Specialist needs to perform to correctly sanitize and prepare
the data in a repeatable manner? (Choose three.)

25 / 30

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?

26 / 30

A Machine Learning Specialist is required to build a supervised image-recognition model to identify a cat.
The ML Specialist performs some tests and records the following results for a neural network-based image
classifier:
Total number of images available = 1,000
Test set images = 100 (constant test set)
The ML Specialist notices that, in over 75% of the misclassified images, the cats were held upside down by
their owners.
Which techniques can be used by the ML Specialist to improve this specific test error?

27 / 30

A Machine Learning Specialist working for an online fashion company wants to build a data ingestion
solution for the company's Amazon S3-based data lake.
The Specialist wants to create a set of ingestion mechanisms that will enable future capabilities comprised
of:
Real-time analytics
Interactive analytics of historical data
Clickstream analytics
Product recommendations
Which services should the Specialist use?

28 / 30

A Data Scientist is developing a machine learning model to predict future patient outcomes based on
information collected about each patient and their treatment plans. The model should output a continuous
value as its prediction. The data available includes labeled outcomes for a set of 4,000 patients. The study
was conducted on a group of individuals over the age of 65 who have a particular disease that is known to
worsen with age.
Initial models have performed poorly. While reviewing the underlying data, the Data Scientist notices that,
out of 4,000 patient observations, there are 450 where the patient age has been input as 0. The other
features for these observations appear normal compared to the rest of the sample population.
How should the Data Scientist correct this issue?

29 / 30

A city wants to monitor its air quality to address the consequences of air pollution. A Machine Learning
Specialist needs to forecast the air quality in parts per million of contaminates for the next 2 days in the
city. As this is a prototype, only daily data from the last year is available.
Which model is MOST likely to provide the best results in Amazon SageMaker?

30 / 30

An office security agency conducted a successful pilot using 100 cameras installed at key locations within

the main office. Images from the cameras were uploaded to Amazon S3 and tagged using Amazon

Rekognition, and the results were stored in Amazon ES. The agency is now looking to expand the pilot into

a full production system using thousands of video cameras in its office locations globally. The goal is to

identify activities performed by non-employees in real time

Which solution should the agency consider?

Your score is

0%

Scroll to Top