AWS AI Practitioner Practice Test 1 Flashcards

1
Q

Retrieval Augmented Generation (RAG)

A

With Knowledge Bases for Amazon Bedrock; you can give FMs and agents contextual information from your company’s private data sources for RAG to deliver more relevant; accurate; and customized responses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Transformer Models

A

Transformer models use a self-attention mechanism and implement contextual embeddings to handle sequential data; such as language; in an efficient and scalable way.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Amazon Bedrock and Amazon SageMaker JumpStart

A

Amazon Bedrock and Amazon SageMaker JumpStart are recommended AWS services for developing Large Language Model (LLM) based solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Model Customization in Amazon Bedrock

A

Continued pre-training uses unlabeled data to pre-train a model; whereas; fine-tuning uses labeled data to train a model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Labeled and Unlabeled Data

A

Labeled data is annotated with output labels and is used for supervised learning; whereas; unlabeled data lacks annotations and is used for unsupervised learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs)

A

Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs) are used in Amazon Q Business web application workflow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Knowledge Bases for Amazon Bedrock

A

OpenSearch Serverless vector store is the default vector database supported by Knowledge Bases for Amazon Bedrock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon Bedrock

A

Amazon Bedrock is a fully managed service that offers a choice of high-performing FMs and the ability to privately customize the FMs with your data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Amazon SageMaker Ground Truth

A

Amazon SageMaker Ground Truth helps build high-quality training datasets for machine learning models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Inference Parameters in Amazon Bedrock

A

Use higher Temperature to get more creative responses for the same prompt on Amazon Bedrock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Amazon Q Developer

A

Amazon Q Developer is powered by Amazon Bedrock.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Foundation Models (FMs) and Large Language Models (LLMs)

A

Foundation Models serve as a broad base for various AI applications by providing generalized capabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Amazon SageMaker Clarify

A

Amazon SageMaker Clarify helps understand how an input feature contributes to the predictions of a machine learning model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AWS Global Infrastructure

A

Each AWS Region consists of a minimum of three Availability Zones (AZ); and each Availability Zone (AZ) consists of one or more discrete data centers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Supervised Learning

A

Linear regression and neural network are examples of supervised learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Amazon Bedrock

A

Leverage Amazon Bedrock to make a separate copy of the base FM model and train this private copy of the model using the labeled training dataset.

17
Q

Negative Prompting

A

Negative prompting refers to guiding a generative AI model to avoid certain outputs or behaviors when generating content.

18
Q

Amazon Q in QuickSight

A

With Amazon Q in QuickSight; customers get a generative BI assistant that allows business analysts to use natural language to build BI dashboards.

19
Q

Amazon SageMaker Model Dashboard

A

Amazon SageMaker Model Dashboard aggregates and displays data from Amazon SageMaker Model Cards; SageMaker Model Monitor and SageMaker Endpoint services.

20
Q

Top K

A

Top K represents the number of most likely candidates that the model considers for the next token.

21
Q

Reinforcement Learning

A

Reinforcement learning involves an agent interacting with an environment by taking actions and receiving rewards or penalties; learning a policy to maximize cumulative rewards over time.