[Sep 08, 2021] Get Free Updates Up to 365 days On Developing MLS-C01 Braindumps [Q45-Q66]

Share

[Sep 08, 2021] Get Free Updates Up to 365 days On Developing MLS-C01 Braindumps

Best Quality Amazon MLS-C01 Exam Questions

NEW QUESTION 45
Which of the following metrics should a Machine Learning Specialist generally use to compare/evaluate machine learning classification models against each other?

  • A. Area Under the ROC Curve (AUC)
  • B. Misclassification rate
  • C. Mean absolute percentage error (MAPE)
  • D. Recall

Answer: A

 

NEW QUESTION 46
A monitoring service generates 1 TB of scale metrics record data every minute. A Research team performs queries on this data using Amazon Athena. The queries run slowly due to the large volume of data, and the team requires better performance.
How should the records be stored in Amazon S3 to improve query performance?

  • A. CSV files
  • B. Compressed JSON
  • C. Parquet files
  • D. RecordIO

Answer: C

 

NEW QUESTION 47
A Machine Learning Specialist is packaging a custom ResNet model into a Docker container so the company can leverage Amazon SageMaker for training. The Specialist is using Amazon EC2 P3 instances to train the model and needs to properly configure the Docker container to leverage the NVIDIA GPUs.
What does the Specialist need to do?

  • A. Set the GPU flag in the Amazon SageMaker CreateTrainingJob request body.
  • B. Organize the Docker container's file structure to execute on GPU instances.
  • C. Bundle the NVIDIA drivers with the Docker image.
  • D. Build the Docker container to be NVIDIA-Docker compatible.

Answer: C

 

NEW QUESTION 48
A Machine Learning Specialist is using an Amazon SageMaker notebook instance in a private subnet of a corporate VPC. The ML Specialist has important data stored on the Amazon SageMaker notebook instance's Amazon EBS volume, and needs to take a snapshot of that EBS volume. However the ML Specialist cannot find the Amazon SageMaker notebook instance's EBS volume or Amazon EC2 instance within the VPC.
Why is the ML Specialist not seeing the instance visible in the VPC?

  • A. Amazon SageMaker notebook instances are based on AWS ECS instances running within AWS service accounts.
  • B. Amazon SageMaker notebook instances are based on the Amazon ECS service within customer accounts.
  • C. Amazon SageMaker notebook instances are based on EC2 instances running within AWS service accounts.
  • D. Amazon SageMaker notebook instances are based on the EC2 instances within the customer account but they run outside of VPCs.

Answer: D

 

NEW QUESTION 49
A web-based company wants to improve its conversion rate on its landing page Using a large historical dataset of customer visits, the company has repeatedly trained a multi-class deep learning network algorithm on Amazon SageMaker However there is an overfitting problem training data shows 90% accuracy in predictions, while test data shows 70% accuracy only The company needs to boost the generalization of its model before deploying it into production to maximize conversions of visits to purchases Which action is recommended to provide the HIGHEST accuracy model for the company's test and validation data?

  • A. Reduce the number of layers and units (or neurons) from the deep learning network.
  • B. Allocate a higher proportion of the overall data to the training dataset
  • C. Increase the randomization of training data in the mini-batches used in training.
  • D. Apply L1 or L2 regularization and dropouts to the training.

Answer: C

 

NEW QUESTION 50
A Data Scientist is working on an application that performs sentiment analysis. The validation accuracy is poor, and the Data Scientist thinks that the cause may be a rich vocabulary and a low average frequency of words in the dataset.
Which tool should be used to improve the validation accuracy?

  • A. Scikit-leam term frequency-inverse document frequency (TF-IDF) vectorizer
  • B. Natural Language Toolkit (NLTK) stemming and stop word removal
  • C. Amazon Comprehend syntax analysis and entity detection
  • D. Amazon SageMaker BlazingText cbow mode

Answer: A

Explanation:
https://monkeylearn.com/sentiment-analysis/

 

NEW QUESTION 51
A Machine Learning Specialist is using Amazon SageMaker to host a model for a highly available customer-facing application .
The Specialist has trained a new version of the model, validated it with historical data, and now wants to deploy it to production To limit any risk of a negative customer experience, the Specialist wants to be able to monitor the model and roll it back, if needed What is the SIMPLEST approach with the LEAST risk to deploy the model and roll it back, if needed?

  • A. Update the existing SageMaker endpoint to use a new configuration that is weighted to send 5% of the traffic to the new variant. Revert traffic to the last version by resetting the weights if the model does not perform as expected.
  • B. Create a SageMaker endpoint and configuration for the new model version. Redirect production traffic to the new endpoint by updating the client configuration. Revert traffic to the last version if the model does not perform as expected.
  • C. Update the existing SageMaker endpoint to use a new configuration that is weighted to send 100% of the traffic to the new variant Revert traffic to the last version by resetting the weights if the model does not perform as expected.
  • D. Create a SageMaker endpoint and configuration for the new model version. Redirect production traffic to the new endpoint by using a load balancer Revert traffic to the last version if the model does not perform as expected.

Answer: B

 

NEW QUESTION 52
A Machine Learning Specialist is required to build a supervised image-recognition model to identify a cat. The ML Specialist performs some tests and records the following results for a neural network-based image classifier:
Total number of images available = 1,000 Test set images = 100 (constant test set) The ML Specialist notices that, in over 75% of the misclassified images, the cats were held upside down by their owners.
Which techniques can be used by the ML Specialist to improve this specific test error?

  • A. Increase the dropout rate for the second-to-last layer.
  • B. Increase the training data by adding variation in rotation for training images.
  • C. Increase the number of layers for the neural network.
  • D. Increase the number of epochs for model training.

Answer: A

 

NEW QUESTION 53
A monitoring service generates 1 TB of scale metrics record data every minute. A Research team performs queries on this data using Amazon Athena. The queries run slowly due to the large volume of data, and the team requires better performance.
How should the records be stored in Amazon S3 to improve query performance?

  • A. RecordlO
  • B. CSV files
  • C. Compressed JSON
  • D. Parquet files

Answer: D

 

NEW QUESTION 54
A Machine Learning Specialist has completed a proof of concept for a company using a small data sample and now the Specialist is ready to implement an end-to-end solution in AWS using Amazon SageMaker The historical training data is stored in Amazon RDS Which approach should the Specialist use for training a model using that data?

  • A. Move the data to Amazon ElastiCache using AWS DMS and set up a connection within the notebook to pull data in for fast access.
  • B. Write a direct connection to the SQL database within the notebook and pull data in
  • C. Push the data from Microsoft SQL Server to Amazon S3 using an AWS Data Pipeline and provide the S3 location within the notebook.
  • D. Move the data to Amazon DynamoDB and set up a connection to DynamoDB within the notebook to pull data in

Answer: C

 

NEW QUESTION 55
During mini-batch training of a neural network for a classification problem, a Data Scientist notices that training accuracy oscillates.
What is the MOST likely cause of this issue?

  • A. The batch size is too big.
  • B. The learning rate is very high.
  • C. The class distribution in the dataset is imbalanced.
  • D. Dataset shuffling is disabled.

Answer: B

Explanation:
https://towardsdatascience.com/deep-learning-personal-notes-part-1-lesson-2-8946fe970b95

 

NEW QUESTION 56
A Machine Learning Specialist is developing a custom video recommendation model for an application. The dataset used to train this model is very large with millions of data points and is hosted in an Amazon S3 bucket.
The Specialist wants to avoid loading all of this data onto an Amazon SageMaker notebook instance because it would take hours to move and will exceed the attached 5 GB Amazon EBS volume on the notebook instance.
Which approach allows the Specialist to use all the data to train the model?

  • A. Launch an Amazon EC2 instance with an AWS Deep Learning AMI and attach the S3 bucket to the instance. Train on a small amount of the data to verify the training code and hyperparameters. Go back to Amazon SageMaker and train using the full dataset
  • B. Load a smaller subset of the data into the SageMaker notebook and train locally. Confirm that the training code is executing and the model parameters seem reasonable. Initiate a SageMaker training job using the full dataset from the S3 bucket using Pipe input mode.
  • C. Use AWS Glue to train a model using a small subset of the data to confirm that the data will be compatible with Amazon SageMaker. Initiate a SageMaker training job using the full dataset from the S3 bucket using Pipe input mode.
  • D. Load a smaller subset of the data into the SageMaker notebook and train locally. Confirm that the training code is executing and the model parameters seem reasonable. Launch an Amazon EC2 instance with an AWS Deep Learning AMI and attach the S3 bucket to train the full dataset.

Answer: B

 

NEW QUESTION 57
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. Clustering
  • B. Linear regression
  • C. Classification
  • D. Reinforcement learning

Answer: C

Explanation:
Explanation
The goal of classification is to determine to which class or category a data point (customer in our case) belongs to. For classification problems, data scientists would use historical data with predefined target variables AKA labels (churner/non-churner) - answers that need to be predicted - to train an algorithm. With classification, businesses can answer the following questions:
* Will this customer churn or not?
* Will a customer renew their subscription?
* Will a user downgrade a pricing plan?
* Are there any signs of unusual customer behavior?

 

NEW QUESTION 58
A credit card company wants to build a credit scoring model to help predict whether a new credit card applicant will default on a credit card payment. The company has collected data from a large number of sources with thousands of raw attributes. Early experiments to train a classification model revealed that many attributes are highly correlated, the large number of features slows down the training speed significantly, and that there are some overfitting issues.
The Data Scientist on this project would like to speed up the model training time without losing a lot of information from the original dataset.
Which feature engineering technique should the Data Scientist use to meet the objectives?

  • A. Cluster raw data using k-means and use sample data from each cluster to build a new dataset
  • B. Use an autoencoder or principal component analysis (PCA) to replace original features with new features
  • C. Run self-correlation on all features and remove highly correlated features
  • D. Normalize all numerical values to be between 0 and 1

Answer: D

 

NEW QUESTION 59
A company wants to classify user behavior as either fraudulent or normal. Based on internal research, a Machine Learning Specialist would like to build a binary classifier based on two features: age of account and transaction month. The class distribution for these features is illustrated in the figure provided.

Based on this information which model would have the HIGHEST accuracy?

  • A. Single perceptron with tanh activation function
  • B. Support vector machine (SVM) with non-linear kernel
  • C. Long short-term memory (LSTM) model with scaled exponential linear unit (SELL))
  • D. Logistic regression

Answer: D

 

NEW QUESTION 60
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. Clustering
  • B. Classification
  • C. Linear regression
  • D. Reinforcement learning

Answer: C

 

NEW QUESTION 61
A Machine Learning Specialist at a company sensitive to security is preparing a dataset for model training. The dataset is stored in Amazon S3 and contains Personally Identifiable Information (PII).
The dataset:
* Must be accessible from a VPC only.
* Must not traverse the public internet.
How can these requirements be satisfied?

  • A. Create a VPC endpoint and apply a bucket access policy that restricts access to the given VPC endpoint and the VPC.
  • B. Create a VPC endpoint and apply a bucket access policy that allows access from the given VPC endpoint and an Amazon EC2 instance.
  • C. Create a VPC endpoint and use security groups to restrict access to the given VPC endpoint and an Amazon EC2 instance
  • D. Create a VPC endpoint and use Network Access Control Lists (NACLs) to allow traffic between only the given VPC endpoint and an Amazon EC2 instance.

Answer: B

Explanation:
Explanation/Reference: https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies-vpc-endpoint.html

 

NEW QUESTION 62
An office security agency conducted a successful pilot using 100 cameras installed at key locations within the main office. Images from the cameras were uploaded to Amazon S3 and tagged using Amazon Rekognition, and the results were stored in Amazon ES. The agency is now looking to expand the pilot into a full production system using thousands of video cameras in its office locations globally. The goal is to identify activities performed by non-employees in real time.
Which solution should the agency consider?

  • A. Use a proxy server at each local office and for each camera, and stream the RTSP feed to a unique Amazon Kinesis Video Streams video stream. On each stream, use Amazon Rekognition Image to detect faces from a collection of known employees and alert when non-employees are detected.
  • B. Install AWS DeepLens cameras and use the DeepLens_Kinesis_Video module to stream video to Amazon Kinesis Video Streams for each camera. On each stream, use Amazon Rekognition Video and create a stream processor to detect faces from a collection on each stream, and alert when nonemployees are detected.
  • C. Use a proxy server at each local office and for each camera, and stream the RTSP feed to a unique Amazon Kinesis Video Streams video stream. On each stream, use Amazon Rekognition Video and create a stream processor to detect faces from a collection of known employees, and alert when non-employees are detected.
  • D. Install AWS DeepLens cameras and use the DeepLens_Kinesis_Video module to stream video to Amazon Kinesis Video Streams for each camera. On each stream, run an AWS Lambda function to capture image fragments and then call Amazon Rekognition Image to detect faces from a collection of known employees, and alert when non-employees are detected.

Answer: D

 

NEW QUESTION 63
An online reseller has a large, multi-column dataset with one column missing 30% of its data A Machine Learning Specialist believes that certain columns in the dataset could be used to reconstruct the missing data Which reconstruction approach should the Specialist use to preserve the integrity of the dataset?

  • A. Mean substitution
  • B. Listwise deletion
  • C. Last observation carried forward
  • D. Multiple imputation

Answer: D

 

NEW QUESTION 64
A Machine Learning Specialist is building a prediction model for a large number of features using linear models, such as linear regression and logistic regression During exploratory data analysis the Specialist observes that many features are highly correlated with each other This may make the model unstable What should be done to reduce the impact of having such a large number of features?

  • A. Perform one-hot encoding on highly correlated features
  • B. Use matrix multiplication on highly correlated features.
  • C. Create a new feature space using principal component analysis (PCA)
  • D. Apply the Pearson correlation coefficient

Answer: A

 

NEW QUESTION 65
A Machine Learning Specialist needs to move and transform data in preparation for training Some of the data needs to be processed in near-real time and other data can be moved hourly There are existing Amazon EMR MapReduce jobs to clean and feature engineering to perform on the data Which of the following services can feed data to the MapReduce jobs? (Select TWO )

  • A. Amazon Athena
  • B. AWS Data Pipeline
  • C. AWSDMS
  • D. Amazon Kinesis
  • E. Amazon ES

Answer: A,D

 

NEW QUESTION 66
......

Amazon Exam Practice Test To Gain Brilliante Result: https://www.prep4king.com/MLS-C01-exam-prep-material.html

Tested Material Used To MLS-C01: https://drive.google.com/open?id=1gkR3S0Zoyg_95PFAc9IWTkKmWgcB0wId