πŸ”

MLS-C01 β€” questions

Page 15 of 19 Β· 369 total questions.

Topic 1 Β· Question 281

A data scientist is using Amazon Comprehend to perform sentiment analysis on a dataset of one million social media posts. Which approach will process the dataset in the LEAST time?

  • AUse a combination of AWS Step Functions and an AWS Lambda function to call the DetectSentiment API operation for each post synchronously.
  • BUse a combination of AWS Step Functions and an AWS Lambda function to call the BatchDetectSentiment API operation with batches of up to 25 posts at a time.
  • CUpload the posts to Amazon S3. Pass the S3 storage path to an AWS Lambda function that calls the StartSentimentDetectionJob API operation. (correct answer)
  • DUse an AWS Lambda function to call the BatchDetectSentiment API operation with the whole dataset.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Upload the posts to Amazon S3. Pass the S3 storage path to an AWS Lambda function that calls the StartSentimentDetectionJob API operation.

Explanation

AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead. Amazon S3 provides durable, scalable object storage that is fully managed.

Topic 1 Β· Question 282

A machine learning (ML) specialist at a retail company must build a system to forecast the daily sales for one of the company's stores. The company provided the ML specialist with sales data for this store from the past 10 years. The historical dataset includes the total amount of sales on each day for the store. Approximately 10% of the days in the historical dataset are missing sales data. The ML specialist builds a forecasting model based on the historical dataset. The specialist discovers that the model does not meet the performance standards that the company requires. Which action will MOST likely improve the performance for the forecasting model?

  • AAggregate sales from stores in the same geographic area.
  • BApply smoothing to correct for seasonal variation.
  • CChange the forecast frequency from daily to weekly.
  • DReplace missing values in the dataset by using linear interpolation. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Replace missing values in the dataset by using linear interpolation.

Topic 1 Β· Question 283

A mining company wants to use machine learning (ML) models to identify mineral images in real time. A data science team built an image recognition model that is based on convolutional neural network (CNN). The team trained the model on Amazon SageMaker by using GPU instances. The team will deploy the model to a SageMaker endpoint. The data science team already knows the workload traffic patterns. The team must determine instance type and configuration for the workloads. Which solution will meet these requirements with the LEAST development effort?

  • ARegister the model artifact and container to the SageMaker Model Registry. Use the SageMaker Inference Recommender Default job type. Provide the known traffic pattern for load testing to select the best instance type and configuration based on the workloads.
  • BRegister the model artifact and container to the SageMaker Model Registry. Use the SageMaker Inference Recommender Advanced job type. Provide the known traffic pattern for load testing to select the best instance type and configuration based on the workloads. (correct answer)
  • CDeploy the model to an endpoint by using GPU instances. Use AWS Lambda and Amazon API Gateway to handle invocations from the web. Use open-source tools to perform load testing against the endpoint and to select the best instance type and configuration.
  • DDeploy the model to an endpoint by using CPU instances. Use AWS Lambda and Amazon API Gateway to handle invocations from the web. Use open-source tools to perform load testing against the endpoint and to select the best instance type and configuration.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Register the model artifact and container to the SageMaker Model Registry. Use the SageMaker Inference Recommender Advanced job type. Provide the known traffic pattern for load testing to select the best instance type...

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service. AWS Config tracks resource configuration changes and evaluates compliance. This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 284 Β· Select all that apply

A company is building custom deep learning models in Amazon SageMaker by using training and inference containers that run on Amazon EC2 instances. The company wants to reduce training costs but does not want to change the current architecture. The SageMaker training job can finish after interruptions. The company can wait days for the results. Which combination of resources should the company use to meet these requirements MOST cost-effectively? (Choose two.)

  • AOn-Demand Instances
  • BCheckpoints (correct answer)
  • CReserved Instances
  • DIncremental training
  • ESpot instances (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Checkpoints Option E: Spot instances

Explanation

Spot Instances use spare capacity at a large discount, ideal for fault-tolerant or interruptible workloads. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 285

A company hosts a public web application on AWS. The application provides a user feedback feature that consists of free-text fields where users can submit text to provide feedback. The company receives a large amount of free-text user feedback from the online web application. The product managers at the company classify the feedback into a set of fixed categories including user interface issues, performance issues, new feature request, and chat issues for further actions by the company's engineering teams. A machine learning (ML) engineer at the company must automate the classification of new user feedback into these fixed categories by using Amazon SageMaker. A large set of accurate data is available from the historical user feedback that the product managers previously classified. Which solution should the ML engineer apply to perform multi-class text classification of the user feedback?

  • AUse the SageMaker Latent Dirichlet Allocation (LDA) algorithm.
  • BUse the SageMaker BlazingText algorithm. (correct answer)
  • CUse the SageMaker Neural Topic Model (NTM) algorithm.
  • DUse the SageMaker CatBoost algorithm.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use the SageMaker BlazingText algorithm.

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.

Topic 1 Β· Question 286

A digital media company wants to build a customer churn prediction model by using tabular data. The model should clearly indicate whether a customer will stop using the company's services. The company wants to clean the data because the data contains some empty fields, duplicate values, and rare values. Which solution will meet these requirements with the LEAST development effort?

  • AUse SageMaker Canvas to automatically clean the data and to prepare a categorical model. (correct answer)
  • BUse SageMaker Data Wrangler to clean the data. Use the built-in SageMaker XGBoost algorithm to train a classification model.
  • CUse SageMaker Canvas automatic data cleaning and preparation tools. Use the built-in SageMaker XGBoost algorithm to train a regression model.
  • DUse SageMaker Data Wrangler to clean the data. Use the SageMaker Autopilot to train a regression model
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use SageMaker Canvas to automatically clean the data and to prepare a categorical model.

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service. This option needs the least custom development effort.

Topic 1 Β· Question 287 Β· Select all that apply

A data engineer is evaluating customer data in Amazon SageMaker Data Wrangler. The data engineer will use the customer data to create a new model to predict customer behavior. The engineer needs to increase the model performance by checking for multicollinearity in the dataset. Which steps can the data engineer take to accomplish this with the LEAST operational effort? (Choose two.)

  • AUse SageMaker Data Wrangler to refit and transform the dataset by applying one-hot encoding to category-based variables.
  • BUse SageMaker Data Wrangler diagnostic visualization. Use principal components analysis (PCA) and singular value decomposition (SVD) to calculate singular values. (correct answer)
  • CUse the SageMaker Data Wrangler Quick Model visualization to quickly evaluate the dataset and to produce importance scores for each feature.
  • DUse the SageMaker Data Wrangler Min Max Scaler transform to normalize the data.
  • EUse SageMaker Data Wrangler diagnostic visualization. Use least absolute shrinkage and selection operator (LASSO) to plot coefficient values from a LASSO model that is trained on the dataset. (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Use SageMaker Data Wrangler diagnostic visualization. Use principal components analysis (PCA) and singular value decomposition (SVD) to calculate singular values. Option E: Use SageMaker Data Wrangler diagnostic visualization. Use least absolute shrinkage and selection operator (LASSO) to plot coefficient values from a LASSO model that is trained on the dataset.

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.

Topic 1 Β· Question 288

A company processes millions of orders every day. The company uses Amazon DynamoDB tables to store order information. When customers submit new orders, the new orders are immediately added to the DynamoDB tables. New orders arrive in the DynamoDB tables continuously. A data scientist must build a peak-time prediction solution. The data scientist must also create an Amazon QuickSight dashboard to display near real-time order insights. The data scientist needs to build a solution that will give QuickSight access to the data as soon as new order information arrives. Which solution will meet these requirements with the LEAST delay between when a new order is processed and when QuickSight can access the new order information?

  • AUse AWS Glue to export the data from Amazon DynamoDB to Amazon S3. Configure QuickSight to access the data in Amazon S3.
  • BUse Amazon Kinesis Data Streams to export the data from Amazon DynamoDB to Amazon S3. Configure QuickSight to access the data in Amazon S3.
  • CUse an API call from QuickSight to access the data that is in Amazon DynamoDB directly.
  • DUse Amazon Kinesis Data Firehose to export the data from Amazon DynamoDB to Amazon S3. Configure QuickSight to access the data in Amazon S3. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use Amazon Kinesis Data Firehose to export the data from Amazon DynamoDB to Amazon S3. Configure QuickSight to access the data in Amazon S3.

Explanation

Amazon S3 provides durable, scalable object storage that is fully managed. Amazon DynamoDB is a fully managed, serverless NoSQL database with single-digit millisecond latency and automatic scaling. Kinesis Data Firehose delivers streaming data to destinations like S3/Redshift with no servers to manage. This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 289

A data engineer is preparing a dataset that a retail company will use to predict the number of visitors to stores. The data engineer created an Amazon S3 bucket. The engineer subscribed the S3 bucket to an AWS Data Exchange data product for general economic indicators. The data engineer wants to join the economic indicator data to an existing table in Amazon Athena to merge with the business data. All these transformations must finish running in 30-60 minutes. Which solution will meet these requirements MOST cost-effectively?

  • AConfigure the AWS Data Exchange product as a producer for an Amazon Kinesis data stream. Use an Amazon Kinesis Data Firehose delivery stream to transfer the data to Amazon S3. Run an AWS Glue job that will merge the existing business data with the Athena table. Write the result set back to Amazon S3.
  • BUse an S3 event on the AWS Data Exchange S3 bucket to invoke an AWS Lambda function. Program the Lambda function to use Amazon SageMaker Data Wrangler to merge the existing business data with the Athena table. Write the result set back to Amazon S3.
  • CUse an S3 event on the AWS Data Exchange S3 bucket to invoke an AWS Lambda function. Program the Lambda function to run an AWS Glue job that will merge the existing business data with the Athena table. Write the results back to Amazon S3. (correct answer)
  • DProvision an Amazon Redshift cluster. Subscribe to the AWS Data Exchange product and use the product to create an Amazon Redshift table. Merge the data in Amazon Redshift. Write the results back to Amazon S3.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use an S3 event on the AWS Data Exchange S3 bucket to invoke an AWS Lambda function. Program the Lambda function to run an AWS Glue job that will merge the existing business data with the Athena table. Write the resul...

Explanation

AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead. Amazon S3 provides durable, scalable object storage that is fully managed. Amazon Athena runs serverless SQL queries directly on data in Amazon S3 with no infrastructure to manage. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 290 Β· Select all that apply

A company operates large cranes at a busy port The company plans to use machine learning (ML) for predictive maintenance of the cranes to avoid unexpected breakdowns and to improve productivity. The company already uses sensor data from each crane to monitor the health of the cranes in real time. The sensor data includes rotation speed, tension, energy consumption, vibration, pressure, and temperature for each crane. The company contracts AWS ML experts to implement an ML solution. Which potential findings would indicate that an ML-based solution is suitable for this scenario? (Choose two.)

  • AThe historical sensor data does not include a significant number of data points and attributes for certain time periods.
  • BThe historical sensor data shows that simple rule-based thresholds can predict crane failures.
  • CThe historical sensor data contains failure data for only one type of crane model that is in operation and lacks failure data of most other types of crane that are in operation.
  • DThe historical sensor data from the cranes are available with high granularity for the last 3 years. (correct answer)
  • EThe historical sensor data contains most common types of crane failures that the company wants to predict. (correct answer)
Reveal answer & explanation
Correct answer: D, E

The correct answer is D, E. Option D: The historical sensor data from the cranes are available with high granularity for the last 3 years. Option E: The historical sensor data contains most common types of crane failures that the company wants to predict. This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 291 Β· Select all that apply

A company wants to create an artificial intelligence (AΠ¨) yoga instructor that can lead large classes of students. The company needs to create a feature that can accurately count the number of students who are in a class. The company also needs a feature that can differentiate students who are performing a yoga stretch correctly from students who are performing a stretch incorrectly. Determine whether students are performing a stretch correctly, the solution needs to measure the location and angle of each student’s arms and legs. A data scientist must use Amazon SageMaker to access video footage of a yoga class by extracting image frames and applying computer vision models. Which combination of models will meet these requirements with the LEAST effort? (Choose two.)

  • AImage Classification
  • BOptical Character Recognition (OCR)
  • CObject Detection (correct answer)
  • DPose estimation (correct answer)
  • EImage Generative Adversarial Networks (GANs)
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: Object Detection Option D: Pose estimation.

Topic 1 Β· Question 292

An ecommerce company has used Amazon SageMaker to deploy a factorization machines (FM) model to suggest products for customers. The company’s data science team has developed two new models by using the TensorFlow and PyTorch deep learning frameworks. The company needs to use A/B testing to evaluate the new models against the deployed model. The required A/B testing setup is as follows: β€’ Send 70% of traffic to the FM model, 15% of traffic to the TensorFlow model, and 15% of traffic to the PyTorch model. β€’ For customers who are from Europe, send all traffic to the TensorFlow model. Which architecture can the company use to implement the required A/B testing setup?

  • ACreate two new SageMaker endpoints for the TensorFlow and PyTorch models in addition to the existing SageMaker endpoint. Create an Application Load Balancer. Create a target group for each endpoint. Configure listener rules and add weight to the target groups. To send traffic to the TensorFlow model for customers who are from Europe, create an additional listener rule to forward traffic to the TensorFlow target group.
  • BCreate two production variants for the TensorFlow and PyTorch models. Create an auto scaling policy and configure the desired A/B weights to direct traffic to each production variant. Update the existing SageMaker endpoint with the auto scaling policy. To send traffic to the TensorFlow model for customers who are from Europe, set the TargetVariant header in the request to point to the variant name of the TensorFlow model.
  • CCreate two new SageMaker endpoints for the TensorFlow and PyTorch models in addition to the existing SageMaker endpoint. Create a Network Load Balancer. Create a target group for each endpoint. Configure listener rules and add weight to the target groups. To send traffic to the TensorFlow model for customers who are from Europe, create an additional listener rule to forward traffic to the TensorFlow target group.
  • DCreate two production variants for the TensorFlow and PyTorch models. Specify the weight for each production variant in the SageMaker endpoint configuration. Update the existing SageMaker endpoint with the new configuration. To send traffic to the TensorFlow model for customers who are from Europe, set the TargetVariant header in the request to point to the variant name of the TensorFlow model. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Create two production variants for the TensorFlow and PyTorch models. Specify the weight for each production variant in the SageMaker endpoint configuration. Update the existing SageMaker endpoint with the new configu...

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service. AWS Config tracks resource configuration changes and evaluates compliance.

Topic 1 Β· Question 293 Β· Select all that apply

A data scientist stores financial datasets in Amazon S3. The data scientist uses Amazon Athena to query the datasets by using SQL. The data scientist uses Amazon SageMaker to deploy a machine learning (ML) model. The data scientist wants to obtain inferences from the model at the SageMaker endpoint. However, when the data scientist attempts to invoke the SageMaker endpoint, the data scientist receives SQL statement failures. The data scientist’s IAM user is currently unable to invoke the SageMaker endpoint. Which combination of actions will give the data scientist’s IAM user the ability to invoke the SageMaker endpoint? (Choose three.)

  • AAttach the AmazonAthenaFullAccess AWS managed policy to the user identity.
  • BInclude a policy statement for the data scientist's IAM user that allows the IAM user to perform the sagemaker:InvokeEndpoint action. (correct answer)
  • CInclude an inline policy for the data scientist’s IAM user that allows SageMaker to read S3 objects. (correct answer)
  • DInclude a policy statement for the data scientist’s IAM user that allows the IAM user to perform the sagemaker:GetRecord action.
  • EInclude the SQL statement "USING EXTERNAL FUNCTION ml_function_name'' in the Athena SQL query. (correct answer)
  • FPerform a user remapping in SageMaker to map the IAM user to another IAM user that is on the hosted endpoint.
Reveal answer & explanation
Correct answer: B, C, E

The correct answer is B, C, E. Option B: Include a policy statement for the data scientist's IAM user that allows the IAM user to perform the sagemaker:InvokeEndpoint action. Option C: Include an inline policy for the data scientist’s IAM user that allows SageMaker to read S3 objects. Option E: Include the SQL statement "USING EXTERNAL FUNCTION ml_function_name'' in the Athena SQL query.

Explanation

Amazon S3 provides durable, scalable object storage that is fully managed. Amazon Athena runs serverless SQL queries directly on data in Amazon S3 with no infrastructure to manage. Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.

Topic 1 Β· Question 294

A data scientist is building a linear regression model. The scientist inspects the dataset and notices that the mode of the distribution is lower than the median, and the median is lower than the mean. Which data transformation will give the data scientist the ability to apply a linear regression model?

  • AExponential transformation
  • BLogarithmic transformation (correct answer)
  • CPolynomial transformation
  • DSinusoidal transformation
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Logarithmic transformation.

Topic 1 Β· Question 295

A data scientist receives a collection of insurance claim records. Each record includes a claim ID. the final outcome of the insurance claim, and the date of the final outcome. The final outcome of each claim is a selection from among 200 outcome categories. Some claim records include only partial information. However, incomplete claim records include only 3 or 4 outcome categories from among the 200 available outcome categories. The collection includes hundreds of records for each outcome category. The records are from the previous 3 years. The data scientist must create a solution to predict the number of claims that will be in each outcome category every month, several months in advance. Which solution will meet these requirements?

  • APerform classification every month by using supervised learning of the 200 outcome categories based on claim contents.
  • BPerform reinforcement learning by using claim IDs and dates. Instruct the insurance agents who submit the claim records to estimate the expected number of claims in each outcome category every month.
  • CPerform forecasting by using claim IDs and dates to identify the expected number of claims in each outcome category every month. (correct answer)
  • DPerform classification by using supervised learning of the outcome categories for which partial information on claim contents is provided. Perform forecasting by using claim IDs and dates for all other outcome categories.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Perform forecasting by using claim IDs and dates to identify the expected number of claims in each outcome category every month.

Explanation

Amazon Forecast produces time-series forecasts using machine learning.

Topic 1 Β· Question 296 Β· Select all that apply

A retail company stores 100 GB of daily transactional data in Amazon S3 at periodic intervals. The company wants to identify the schema of the transactional data. The company also wants to perform transformations on the transactional data that is in Amazon S3. The company wants to use a machine learning (ML) approach to detect fraud in the transformed data. Which combination of solutions will meet these requirements with the LEAST operational overhead? (Choose three.)

  • AUse Amazon Athena to scan the data and identify the schema.
  • BUse AWS Glue crawlers to scan the data and identify the schema. (correct answer)
  • CUse Amazon Redshift to store procedures to perform data transformations.
  • DUse AWS Glue workflows and AWS Glue jobs to perform data transformations. (correct answer)
  • EUse Amazon Redshift ML to train a model to detect fraud.
  • FUse Amazon Fraud Detector to train a model to detect fraud. (correct answer)
Reveal answer & explanation
Correct answer: B, D, F

The correct answer is B, D, F. Option B: Use AWS Glue crawlers to scan the data and identify the schema. Option D: Use AWS Glue workflows and AWS Glue jobs to perform data transformations. Option F: Use Amazon Fraud Detector to train a model to detect fraud.

Explanation

AWS Glue is a serverless ETL and data-catalog service that prepares and integrates data.

Topic 1 Β· Question 297

A data scientist uses Amazon SageMaker Data Wrangler to define and perform transformations and feature engineering on historical data. The data scientist saves the transformations to SageMaker Feature Store. The historical data is periodically uploaded to an Amazon S3 bucket. The data scientist needs to transform the new historic data and add it to the online feature store. The data scientist needs to prepare the new historic data for training and inference by using native integrations. Which solution will meet these requirements with the LEAST development effort?

  • AUse AWS Lambda to run a predefined SageMaker pipeline to perform the transformations on each new dataset that arrives in the S3 bucket.
  • BRun an AWS Step Functions step and a predefined SageMaker pipeline to perform the transformations on each new dataset that arrives in the S3 bucket.
  • CUse Apache Airflow to orchestrate a set of predefined transformations on each new dataset that arrives in the S3 bucket.
  • DConfigure Amazon EventBridge to run a predefined SageMaker pipeline to perform the transformations when a new data is detected in the S3 bucket. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Configure Amazon EventBridge to run a predefined SageMaker pipeline to perform the transformations when a new data is detected in the S3 bucket.

Explanation

Amazon S3 provides durable, scalable object storage that is fully managed. Amazon EventBridge routes events between services with rules, enabling event-driven, decoupled architectures. Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service. This option needs the least custom development effort.

Topic 1 Β· Question 298

An insurance company developed a new experimental machine learning (ML) model to replace an existing model that is in production. The company must validate the quality of predictions from the new experimental model in a production environment before the company uses the new experimental model to serve general user requests. New one model can serve user requests at a time. The company must measure the performance of the new experimental model without affecting the current live traffic. Which solution will meet these requirements?

  • AA/B testing
  • BCanary release
  • CShadow deployment (correct answer)
  • DBlue/green deployment
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Shadow deployment.

Topic 1 Β· Question 299

A company deployed a machine learning (ML) model on the company website to predict real estate prices. Several months after deployment, an ML engineer notices that the accuracy of the model has gradually decreased. The ML engineer needs to improve the accuracy of the model. The engineer also needs to receive notifications for any future performance issues. Which solution will meet these requirements?

  • APerform incremental training to update the model. Activate Amazon SageMaker Model Monitor to detect model performance issues and to send notifications. (correct answer)
  • BUse Amazon SageMaker Model Governance. Configure Model Governance to automatically adjust model hyperparameters. Create a performance threshold alarm in Amazon CloudWatch to send notifications.
  • CUse Amazon SageMaker Debugger with appropriate thresholds. Configure Debugger to send Amazon CloudWatch alarms to alert the team. Retrain the model by using only data from the previous several months.
  • DUse only data from the previous several months to perform incremental training to update the model. Use Amazon SageMaker Model Monitor to detect model performance issues and to send notifications.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Perform incremental training to update the model. Activate Amazon SageMaker Model Monitor to detect model performance issues and to send notifications.

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.

Topic 1 Β· Question 300 Β· Select all that apply

A university wants to develop a targeted recruitment strategy to increase new student enrollment. A data scientist gathers information about the academic performance history of students. The data scientist wants to use the data to build student profiles. The university will use the profiles to direct resources to recruit students who are likely to enroll in the university. Which combination of steps should the data scientist take to predict whether a particular student applicant is likely to enroll in the university? (Choose two.)

  • AUse Amazon SageMaker Ground Truth to sort the data into two groups named "enrolled" or "not enrolled." (correct answer)
  • BUse a forecasting algorithm to run predictions.
  • CUse a regression algorithm to run predictions.
  • DUse a classification algorithm to run predictions. (correct answer)
  • EUse the built-in Amazon SageMaker k-means algorithm to cluster the data into two groups named "enrolled" or "not enrolled."
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Use Amazon SageMaker Ground Truth to sort the data into two groups named "enrolled" or "not enrolled." Option D: Use a classification algorithm to run predictions.

Explanation

Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.

Showing questions 281–300 of 369 Β· Page 15 of 19