Question 6 of 112

HOTSPOT -

An ML engineer needs to use Amazon SageMaker Feature Store to create and manage features to train a model.

Select and order the steps from the following list to create and use the features in Feature Store. Each step should be selected one time. (Select and order three.)

• Access the store to build datasets for training.

• Create a feature group.

• Ingest the records.

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 6
    Correct Answer:
    Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 6
Question 7 of 112

HOTSPOT -

A company wants to host an ML model on Amazon SageMaker. An ML engineer is configuring a continuous integration and continuous delivery (Cl/CD) pipeline in AWS CodePipeline to deploy the model. The pipeline must run automatically when new training data for the model is uploaded to an Amazon S3 bucket.

Select and order the pipeline's correct steps from the following list. Each step should be selected one time or not at all. (Select and order three.)

• An S3 event notification invokes the pipeline when new data is uploaded.

• S3 Lifecycle rule invokes the pipeline when new data is uploaded.

• SageMaker retrains the model by using the data in the S3 bucket.

• The pipeline deploys the model to a SageMaker endpoint.

• The pipeline deploys the model to SageMaker Model Registry.

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 7
    Correct Answer:
    Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 7
Question 8 of 112

HOTSPOT -

An ML engineer is building a generative AI application on Amazon Bedrock by using large language models (LLMs).

Select the correct generative AI term from the following list for each description. Each term should be selected one time or not at all. (Select three.)

• Embedding

• Retrieval Augmented Generation (RAG)

• Temperature

• Token

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 8
    Correct Answer:
    Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 8
Question 9 of 112

HOTSPOT -

An ML engineer is working on an ML model to predict the prices of similarly sized homes. The model will base predictions on several features The ML engineer will use the following feature engineering techniques to estimate the prices of the homes:

• Feature splitting

• Logarithmic transformation

• One-hot encoding

• Standardized distribution

Select the correct feature engineering techniques for the following list of features. Each feature engineering technique should be selected one time or not at all (Select three.)

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 9
    Correct Answer:
    Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 Question 9
Question 10 of 112

Case study -

An ML engineer is developing a fraud detection model on AWS. The training dataset includes transaction logs, customer profiles, and tables from an on-premises MySQL database. The transaction logs and customer profiles are stored in Amazon S3.

The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally, many of the features have interdependencies. The algorithm is not capturing all the desired underlying patterns in the data.

Which AWS service or feature can aggregate the data from the various data sources?

    Correct Answer: D