Amazon AWS Certified Machine Learning - Specialty Exam Practice Questions (P. 2)
- Full Access (369 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Specialist must develop a machine learning approach to identify the customer shopping patterns, preferences, and trends to enhance the website for better service and smart recommendations.
Which solution should the Specialist recommend?
- ALatent Dirichlet Allocation (LDA) for the given collection of discrete data to identify patterns in the customer database.
- BA neural network with a minimum of three layers and random initial weights to identify patterns in the customer database.
- CCollaborative filtering based on user interactions and correlations to identify patterns in the customer database.Most Voted
- DRandom Cut Forest (RCF) over random subsamples to identify patterns in the customer database.
C


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #12
Which machine learning model type should the Specialist use to accomplish this task?
- ALinear regression
- BClassificationMost Voted
- CClustering
- DReinforcement learning
B
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?
Reference:
https://www.kdnuggets.com/2019/05/churn-prediction-machine-learning.html

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #13

Considering the graph only, which conclusion should a Machine Learning Specialist make about the behavior of the model?
- AThe model predicts both the trend and the seasonality wellMost Voted
- BThe model predicts the trend well, but not the seasonality.
- CThe model predicts the seasonality well, but not the trend.
- DThe model does not predict the trend or the seasonality well.
A

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #14

Based on this information, which model would have the HIGHEST accuracy?
- ALong short-term memory (LSTM) model with scaled exponential linear unit (SELU)
- BLogistic regression
- CSupport vector machine (SVM) with non-linear kernelMost Voted
- DSingle perceptron with tanh activation function
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #15
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?
- ACreate a VPC endpoint and apply a bucket access policy that restricts access to the given VPC endpoint and the VPC.Most Voted
- BCreate a VPC endpoint and apply a bucket access policy that allows access from the given VPC endpoint and an Amazon EC2 instance.
- CCreate a VPC endpoint and use Network Access Control Lists (NACLs) to allow traffic between only the given VPC endpoint and an Amazon EC2 instance.
- DCreate a VPC endpoint and use security groups to restrict access to the given VPC endpoint and an Amazon EC2 instance
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #16
What is the MOST likely cause of this issue?
- AThe class distribution in the dataset is imbalanced.
- BDataset shuffling is disabled.
- CThe batch size is too big.
- DThe learning rate is very high.Most Voted
D
Reference:
https://towardsdatascience.com/deep-learning-personal-notes-part-1-lesson-2-8946fe970b95

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #17
What combination of services is the MOST efficient to accomplish the task?
- AAmazon Transcribe, Amazon Translate, and Amazon ComprehendMost Voted
- BAmazon Transcribe, Amazon Comprehend, and Amazon SageMaker seq2seq
- CAmazon Transcribe, Amazon Translate, and Amazon SageMaker Neural Topic Model (NTM)
- DAmazon Transcribe, Amazon Translate and Amazon SageMaker BlazingText
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #18
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?
- ABundle the NVIDIA drivers with the Docker image.
- BBuild the Docker container to be NVIDIA-Docker compatible.Most Voted
- COrganize the Docker container's file structure to execute on GPU instances.
- DSet the GPU flag in the Amazon SageMaker CreateTrainingJob request body.
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #19
What model evaluation technique should the Specialist use to understand how different classification thresholds will impact the model's performance?
- AReceiver operating characteristic (ROC) curveMost Voted
- BMisclassification rate
- CRoot Mean Square Error (RMSE)
- DL1 norm
A
Reference:
https://docs.aws.amazon.com/machine-learning/latest/dg/binary-model-insights.html

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #20
What should the Specialist do to meet these requirements?
- ACreate one-hot word encoding vectors.
- BProduce a set of synonyms for every word using Amazon Mechanical Turk.
- CCreate word embedding vectors that store edit distance with every other word.
- DDownload word embeddings pre-trained on a large corpus.Most Voted
A
Reference:
https://aws.amazon.com/blogs/machine-learning/amazon-sagemaker-object2vec-adds-new-features-that-support-automatic-negative-sampling-and- speed-up-training/

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages