PracticeCF

MLS-C01 Question Bank · Latest 50 Questions Free Preview (Page 4/5)

Questions 31–40 of the latest 50 MLS-C01 questions (5 pages total), with answers and explanations, no login required. Practice all 380 questions online.

Question 31 · No. 361 · Single choice

A telecommunications company has deployed a machine learning model using Amazon SageMaker. The model identifies customers who are likely to cancel their contract when calling customer service. These customers are then directed to a specialist service team. The model has been trained on historical data from multiple years relating to customer contracts and customer service interactions in a single geographic region. The company is planning to launch a new global product that will use this model. Management is concerned that the model might incorrectly direct a large number of calls from customers in regions without historical data to the specialist service team. Which approach would MOST effectively address this issue?

Answer: A

Question 32 · No. 362 · Single choice

A car company has dealership locations in multiple cities. The company uses a machine learning (ML) recommendation system to market cars to its customers. An ML engineer trained the ML recommendation model on a dataset that includes multiple attributes about each car. The dataset includes attributes such as car brand, car type, fuel efficiency, and price. The ML engineer uses Amazon SageMaker Data Wrangler to analyze and visualize data. The ML engineer needs to identify the distribution of car prices for a specific type of car. Which type of visualization should the ML engineer use to meet these requirements?

Answer: D

Explanation: 根据问题描述,ML 工程师需要确定特定类型的汽车的价格分布。在提供的选项中,只有使用 SageMaker Data Wrangler 的直方图可视化(选项 D)可以实现这一目标。直方图可以帮助分析特定特征值的范围,并展示数据的不同值出现的频率。这将有助于识别价格范围,从而理解特定类型汽车的价格分布。
Question 33 · No. 363 · Single choice

A global bank requires a solution to predict whether customers will leave the bank and choose another bank. The bank is using a dataset to train a model to predict customer loss. The training dataset has 1,000 rows. The training dataset includes 100 instances of customers who left the bank. A machine learning (ML) specialist is using Amazon SageMaker Data Wrangler to train a churn prediction model by using a SageMaker training job. After training, the ML specialist notices that the model returns only false results. The ML specialist must correct the model so that it returns more accurate predictions. Which solution will meet these requirements?

Answer: B

Explanation: 解决这个问题的最合适方法是B选项,即在训练之前应用合成少数过采样技术(SMOTE)。SMOTE技术可以帮助解决数据不平衡问题,通过在少数类中创建新的样本来平衡训练集中的类别分布。在这个场景中,离开银行的客户(流失)数量相对较少,使用SMOTE可以生成额外的流失客户样本,使得模型在预测流失客户时更准确。其他选项,如异常检测(A)、规范化(C)和下采样(D),对解决数据不平衡问题的效果可能不那么直接或有效。例如,异常检测可能无法针对性地提高少数类的预测准确性,而规范化(C)和下采样(D)主要关注于特征缩放和减少多数类样本的数量,而不是平衡类分布。
Question 34 · No. 364 · Single choice

A media company wants to deploy a machine learning (ML) model that uses Amazon SageMaker to recommend new articles to the company’s readers. The company's readers are primarily located in a single city. The company notices that the heaviest reader traffic predictably occurs early in the morning, after lunch, and again after work hours. There is very little traffic at other times of day. The media company needs to minimize the time required to deliver recommendations to its readers. The expected amount of data that the API call will return for inference is less than 4 MB. Which solution will meet these requirements in the MOST cost-effective way?

Answer: B

Question 35 · No. 365 · Single choice

A bank has collected customer data for 10 years in CSV format. The bank stores the data in an on-premises server. A data science team wants to use Amazon SageMaker to build and train a machine learning (ML) model to predict churn probability. The team will use the historical data. The data scientists want to perform data transformations quickly and to generate data insights before the team builds a model for production. Which solution will meet these requirements with the LEAST development effort?

Answer: B

Question 36 · No. 366 · Single choice

An agriculture company wants to improve crop yield forecasting for the upcoming season by using crop yields from the last three seasons. The company wants to compare the performance of its new scikit-learn model to the benchmark. A data scientist needs to package the code into a container that computes both the new model forecast and the benchmark. The data scientist wants AWS to be responsible for the operational maintenance of the container. Which solution will meet these requirements?

Answer: D

Question 37 · No. 367 · Single choice

A cybersecurity company is collecting on-premises server logs, mobile app logs, and IoT sensor data. The company backs up the ingested data in an Amazon S3 bucket and sends the ingested data to Amazon OpenSearch Service for further analysis. Currently, the company has a custom ingestion pipeline that is running on Amazon EC2 instances. The company needs to implement a new serverless ingestion pipeline that can automatically scale to handle sudden changes in the data flow. Which solution will meet these requirements MOST cost-effectively?

Answer: C

Question 38 · No. 368 · Single choice

A business to business (B2B) ecommerce company wants to develop a fair and equitable risk mitigation strategy to reject potentially fraudulent transactions. The company wants to reject fraudulent transactions despite the possibility of losing some profitable transactions or customers. Which solution will meet these requirements with the LEAST operational effort?

Answer: C

Explanation: 选项C是最符合要求的,因为它使用Amazon Fraud Detector预测API来直接批准或拒绝被识别为欺诈的活动。这种方法不需要人工干预,因此操作努力最少。
Question 39 · No. 369 · Single choice

A manufacturing company produces 100 types of steel rods. The rod types have varying material grades and dimensions. The company has sales data for the steel rods for the past 50 years. A data scientist needs to build a machine learning (ML) model to predict future sales of the steel rods. Which solution will meet this requirement in the MOST operationally efficient way?

Answer: A

Explanation: Option A is the most operationally efficient solution because it uses the Amazon SageMaker DeepAR forecasting algorithm to build a single model for all products. This approach minimizes the operational overhead as only one model needs to be maintained and updated, which is more efficient compared to maintaining multiple models.
Question 40 · No. 370 · Multiple choice

A machine learning (ML) specialist is building a credit score model for a financial institution. The ML specialist has collected data for the previous 3 years of transactions and third-party metadata that is related to the transactions. After the ML specialist builds the initial model, the ML specialist discovers that the model has low accuracy for both the training data and the test data. The ML specialist needs to improve the accuracy of the model. Which solutions will meet this requirement? (Choose two.)

Answer: A, C

Prev 12345 Next