MLS-C01 Exam Details

  • Exam Code
    :MLS-C01
  • Exam Name
    :AWS Certified Machine Learning - Specialty (MLS-C01)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :396 Q&As
  • Last Updated
    :May 26, 2026

Amazon MLS-C01 Online Questions & Answers

  • Question 151:

    An online store is predicting future book sales by using a linear regression model that is based on past sales data. The data includes duration, a numerical feature that represents the number of days that a book has been listed in the online store. A data scientist performs an exploratory data analysis and discovers that the relationship between book sales and duration is skewed and non-linear.

    Which data transformation step should the data scientist take to improve the predictions of the model?

    A. One-hot encoding
    B. Cartesian product transformation
    C. Quantile binning
    D. Normalization

  • Question 152:

    A data engineer at a bank is evaluating a new tabular dataset that includes customer data. The data engineer will use the customer data to create a new model to predict customer behavior. After creating a correlation matrix for the variables, the data engineer notices that many of the 100 features are highly correlated with each other.

    Which steps should the data engineer take to address this issue? (Choose two.)

    A. Use a linear-based algorithm to train the model.
    B. Apply principal component analysis (PCA).
    C. Remove a portion of highly correlated features from the dataset.
    D. Apply min-max feature scaling to the dataset.
    E. Apply one-hot encoding category-based variables.

  • Question 153:

    A technology startup is using complex deep neural networks and GPU compute to recommend the company's products to its existing customers based upon each customer's habits and interactions. The solution currently pulls each dataset from an Amazon S3 bucket before loading the data into a TensorFlow model pulled from the company's Git repository that runs locally. This job then runs for several hours while continually outputting its progress to the same S3 bucket. The job can be paused, restarted, and continued at any time in the event of a failure, and is run from a central queue.

    Senior managers are concerned about the complexity of the solution's resource management and the costs involved in repeating the process regularly. They ask for the workload to the automated so it runs once a week, starting Monday and completing by the close of business Friday.

    Which architecture should be used to scale the solution at the lowest cost?

    A. Implement the solution using AWS Deep Learning Containers and run the container as a job using AWS Batch on a GPU-compatible Spot Instance
    B. Implement the solution using a low-cost GPU compatible Amazon EC2 instance and use the AWS Instance Scheduler to schedule the task
    C. Implement the solution using AWS Deep Learning Containers, run the workload using AWS Fargate running on Spot Instances, and then schedule the task using the built-in task scheduler
    D. Implement the solution using Amazon ECS running on Spot Instances and schedule the task using the ECS service scheduler.

  • Question 154:

    A machine learning (ML) engineer has created a feature repository in Amazon SageMaker Feature Store for the company. The company has AWS accounts for development, integration, and production. The company hosts a feature store in the development account. The company uses Amazon S3 buckets to store feature values offline. The company wants to share features and to allow the integration account and the production account to reuse the features that are in the feature repository.

    Which combination of steps will meet these requirements? (Select TWO.)

    A. Create an IAM role in the development account that the integration account and production account can assume. Attach IAM policies to the role that allow access to the feature repository and the S3 buckets.
    B. Share the feature repository that is associated the S3 buckets from the development account to the integration account and the production account by using AWS Resource Access Manager (AWS RAM).
    C. Use AWS Security Token Service (AWS STS) from the integration account and the production account to retrieve credentials for the development account.
    D. Set up S3 replication between the development S3 buckets and the integration and production S3 buckets.
    E. Create an AWS PrivateLink endpoint in the development account for SageMaker.

  • Question 155:

    A Machine Learning Specialist is assigned to a Fraud Detection team and must tune an XGBoost model, which is working appropriately for test data. However, with unknown data, it is not working as expected. The existing parameters are provided as follows.

    Which parameter tuning guidelines should the Specialist follow to avoid overfitting?

    A. Increase the max_depth parameter value.
    B. Lower the max_depth parameter value.
    C. Update the objective to binary:logistic.
    D. Lower the min_child_weight parameter value.

  • Question 156:

    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?

    A. Use the SageMaker CreatePresignedDomainUrl API to generate a presigned URL for each domain according to the DynamoDB table. Pass the presigned URL to the proxy application.
    B. Use the SageMaker CreateHumanTaskUi API to generate a UI URL. Pass the URL to the proxy application.
    C. Use the Amazon SageMaker ListHumanTaskUis API to list all UI URLs. Pass the appropriate URL to the DynamoDB table so that the proxy application can use the URL.
    D. Use the SageMaker CreatePresignedNotebooklnstanceUrl API to generate a presigned URL. Pass the presigned URL to the proxy application.

  • Question 157:

    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?

    A. Linear regression
    B. Classification
    C. Clustering
    D. Reinforcement learning

  • Question 158:

    A company needs to quickly make sense of a large amount of data and gain insight from it. The data is in different formats, the schemas change frequently, and new data sources are added regularly. The company wants to use AWS services to explore multiple data sources, suggest schemas, and enrich and transform the data. The solution should require the least possible coding effort for the data flows and the least possible infrastructure management.

    Which combination of AWS services will meet these requirements?

    A. 1. Amazon EMR for data discovery, enrichment, and transformation 2.Amazon Athena for querying and analyzing the results in Amazon S3 using standard SQL 3.Amazon QuickSight for reporting and getting insights
    B. 1. Amazon Kinesis Data Analytics for data ingestion 2.Amazon EMR for data discovery, enrichment, and transformation 3.Amazon Redshift for querying and analyzing the results in Amazon S3
    C. 1. AWS Glue for data discovery, enrichment, and transformation 2.Amazon Athena for querying and analyzing the results in Amazon S3 using standard SQL 3.Amazon QuickSight for reporting and getting insights
    D. 1. AWS Data Pipeline for data transfer 2.AWS Step Functions for orchestrating AWS Lambda jobs for data discovery, enrichment, and transformation 3.Amazon Athena for querying and analyzing the results in Amazon S3 using standard SQL 4.Amazon QuickSight for reporting and getting insights

  • Question 159:

    A Machine Learning Specialist is working with multiple data sources containing billions of records that need to be joined. What feature engineering and model development approach should the Specialist take with a dataset this large?

    A. Use an Amazon SageMaker notebook for both feature engineering and model development
    B. Use an Amazon SageMaker notebook for feature engineering and Amazon ML for model development
    C. Use Amazon EMR for feature engineering and Amazon SageMaker SDK for model development
    D. Use Amazon ML for both feature engineering and model development.

  • Question 160:

    A company has hired a data scientist to create a loan risk model. The dataset contains loan amounts and variables such as loan type, region, and other demographic variables. The data scientist wants to use Amazon SageMaker to test bias regarding the loan amount distribution with respect to some of these categorical variables.

    Which pretraining bias metrics should the data scientist use to check the bias distribution? (Choose three.)

    A. Class imbalance
    B. Conditional demographic disparity
    C. Difference in proportions of labels
    D. Jensen-Shannon divergence
    E. Kullback-Leibler divergence
    F. Total variation distance

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your MLS-C01 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.