0% found this document useful (0 votes)
88 views4 pages

MLS C01

Uploaded by

Taxi Driver
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views4 pages

MLS C01

Uploaded by

Taxi Driver
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CERTIFICATIONS

We provide the latest IT certification practice exams in a variety of formats and


for all types of IT professionals. Our commitment to get you certified in the
shortest and easiest way is evident in the quality of our products.
Our state-of-the-art Test Engine Software simulates the real exam environment
and are available for: Windows (.EXE), Android App (.APK) and eReader (eBook)
formats. These questions and answers will help you pass your certification exam
on your first try or we refund your MONEY in full.

Xcerts Certifications
[email protected] | http://Xcerts.com
Amazon
MLS-C01
AWS Certified Machine
Learning – Specialty
MLS-C01

QUESTION: 1
A large mobile network operating company is building a machine learning model to predict
customers who are likely to unsubscribe from the service. The company plans to offer an
incentive for these customers as the cost of churn is far greater than the cost of the incentive.

The model produces the following confusion matrix after evaluating on a test dataset of 100
customers:

Based on the model evaluation results, why is this a viable model for production?

A. The model is 86% accurate and the cost incurred by the company as a result of false
negatives is less than the false positives.
B. The precision of the model is 86%, which is less than the accuracy of the model.
C. The model is 86% accurate and the cost incurred by the company as a result of false
positives is less than the false negatives.
D. The precision of the model is 86%, which is greater than the accuracy of the model.

Answer(s): A

QUESTION: 2
A Machine Learning Specialist is designing a system for improving sales for a company. The
objective is to use the large amount of information the company has on users’ behavior and
product preferences to predict which products users would like based on the users’ similarity to
other users.

What should the Specialist do to meet this objective?

A. Build a content-based filtering recommendation engine with Apache Spark ML on Amazon


EMR
B. Build a collaborative filtering recommendation engine with Apache Spark ML on Amazon
EMR.
C. Build a model-based filtering recommendation engine with Apache Spark ML on Amazon
EMR
D. Build a combinative filtering recommendation engine with Apache Spark ML on Amazon
EMR

Answer(s): B
Explanation:

https://Xcerts.com 2
MLS-C01

Many developers want to implement the famous Amazon model that was used to power the
“People who bought this also bought these items” feature on Amazon.com. This model is based
on a method called Collaborative Filtering. It takes items such as movies, books, and products
that were rated highly by a set of users and recommending them to other users who also gave
them high ratings. This method works well in domains where explicit ratings or implicit user
actions can be gathered and analyzed.

Reference:
https://aws.amazon.com/blogs/big-data/building-a-recommendation-engine-with-spark-ml-on-
amazon-emr-using-zeppelin/

QUESTION: 3
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?

A. Ingest .CSV data using Apache Kafka Streams on Amazon EC2 instances and use Kafka
Connect S3 to serialize data as Parquet
B. Ingest .CSV data from Amazon Kinesis Data Streams and use Amazon Glue to convert data
into Parquet.
C. Ingest .CSV data using Apache Spark Structured Streaming in an Amazon EMR cluster and
use Apache Spark to convert data into Parquet.
D. Ingest .CSV data from Amazon Kinesis Data Streams and use Amazon Kinesis Data
Firehose to convert data into Parquet.

Answer(s): B

QUESTION: 4
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?

A. Use the Amazon SageMaker k-Nearest-Neighbors (kNN) algorithm on the single time series
consisting of the full year of data with a predictor_type of regressor.
B. Use Amazon SageMaker Random Cut Forest (RCF) on the single time series consisting of
the full year of data.
C. Use the Amazon SageMaker Linear Learner algorithm on the single time series consisting of
the full year of data with a predictor_type of regressor.

https://Xcerts.com 3

You might also like