PracticeCF

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

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

Question 11 · No. 341 · Single choice

A company is setting up a mechanism for data scientists and engineers from different departments to access an Amazon SageMaker Studio domain. Each department has a unique SageMaker Studio domain. The company wants to build a central proxy application that data scientists and engineers can log in to by using their corporate credentials. The proxy application will authenticate users by using the company's existing Identity provider (IdP). The application will then route users to the appropriate SageMaker Studio domain. The company plans to maintain a table in Amazon DynamoDB that contains SageMaker domains for each department. How should the company meet these requirements?

Answer: A

Explanation: chose option A because the company wants to build a central proxy application that can authenticate users by using the company's existing Identity provider (IdP) and route them to the appropriate SageMaker Studio domain. Using the SageMaker CreatePresignedDomainUrl API to generate a presigned URL for each domain according to the DynamoDB table and passing the presigned URL to the proxy application aligns with these requirements.
Question 12 · No. 342 · Single choice

A machine learning (ML) developer for an online retailer recently uploaded a sales dataset into Amazon SageMaker Studio. The ML developer wants to obtain importance scores for each feature of the dataset. The ML developer will use the importance scores to feature engineer the dataset. Which solution will meet this requirement with the LEAST development effort?

Answer: A

Explanation: chose option A because using SageMaker Data Wrangler to perform a Gini importance score analysis would require the least development effort compared to the other options provided.
Question 13 · No. 343 · Multiple choice

A data scientist is trying to improve the accuracy of a neural network classification model. The data scientist wants to run a large hyperparameter tuning job in Amazon SageMaker. However, previous smaller tuning jobs on the same model often ran for several weeks. The ML specialist wants to reduce the computation time required to run the tuning job. Which actions will MOST reduce the computation time for the hyperparameter tuning job? (Choose two.)

Answer: A, C

Question 14 · No. 344 · Single choice

A machine learning engineer is building a bird classification model. The engineer randomly separates a dataset into a training dataset and a validation dataset. During the training phase, the model achieves very high accuracy. However, the model did not generalize well during validation of the validation dataset. The engineer realizes that the original dataset was imbalanced. What should the engineer do to improve the validation accuracy of the model?

Answer: A

Explanation: chose option A because performing stratified sampling on the original dataset would help address the issue of imbalanced data. This technique ensures that each class is represented in the training and validation datasets in proportion to its presence in the original dataset, which can help improve the model's ability to generalize.
Question 15 · No. 345 · Single choice

A data scientist is conducting exploratory data analysis (EDA) on a dataset that contains information about product suppliers. The dataset records the country where each product supplier is located as a two-letter text code. For example, the code for New Zealand is "NZ." The data scientist needs to transform the country codes for model training. The data scientist must choose the solution that will result in the smallest increase in dimensionality. The solution must not result in any information loss. Which solution will meet these requirements?

Answer: B

Question 16 · No. 346 · Single choice

A media company is building a computer vision model to analyze images that are on social media. The model consists of CNNs that the company trained by using images that the company stores in Amazon S3. The company used an Amazon SageMaker training job in File mode with a single Amazon EC2 On-Demand Instance. Every day, the company updates the model by using about 10,000 images that the company has collected in the last 24 hours. The company configures training with only one epoch. The company wants to speed up training and lower costs without the need to make any code changes. Which solution will meet these requirements?

Answer: B

Question 17 · No. 347 · Single choice

A company needs to develop a model that uses a machine learning (ML) model for risk analysis. An ML engineer needs to evaluate the contribution each feature of a training dataset makes to the prediction of the target variable before the ML engineer selects features. How should the ML engineer predict the contribution of each feature?

Answer: B

Question 18 · No. 348 · Single choice

A tourism company uses a machine learning (ML) model to make recommendations to customers. The company uses an Amazon SageMaker environment and set hyperparameter tuning completion criteria to MaxNumberOfTrainingJobs. An ML specialist wants to change the hyperparameter tuning completion criteria. The ML specialist wants to stop tuning immediately after an internal algorithm determines that tuning job is unlikely to improve more than 1% over the objective metric from the best training job. Which completion criteria will meet this requirement?

Answer: C

Explanation: 在给定的上下文中,旅游公司使用了亚马逊SageMaker环境和设置超参数调整完成标准以确定训练作业的最大数量。在此情况下,机器学习专家希望立即停止调整,一旦内部算法确定调整任务不太可能在目标指标上超过最佳训练任务的1%改进。此需求与 'CompleteOnConvergence' 完成标准相符,因为它会在模型收敛或达到预定的性能水平时自动停止训练,无需人工干预。
Question 19 · No. 349 · Single choice

A banking company provides financial products to customers around the world. A machine learning (ML) specialist collected transaction data from internal customers. The ML specialist split the dataset into training, testing, and validation datasets. The ML specialist analyzed the training dataset by using Amazon SageMaker Clarify. The analysis found that the training dataset contained fewer examples of customers in the 40 to 55 year-old age group compared to the other age groups. Which type of pretraining bias did the ML specialist observe in the training dataset?

Answer: B

Explanation: 机器学习(ML)专家在训练数据集中观察到的预训练偏见类型是类别不均衡(CI)。类别不均衡指的是训练集中的某些类别样本数量明显少于其他类别,这可能导致模型在某些类别上的性能不佳。在给出的场景中,40到55岁的年龄组客户样本较少,与其他年龄组相比,这表明存在类别不均衡的偏见。
Question 20 · No. 350 · Single choice

A manufacturing company stores production volume data in a PostgreSQL database. The company needs an end-to-end solution that will give business analysts the ability to prepare data for processing and to predict future production volume based the previous year's production volume. The solution must not require the company to have coding knowledge. Which solution will meet these requirements with the LEAST effort?

Answer: B

Prev 12345 Next