Sagemaker Flashcards

1
Q

What is SageMaker?

A

It is a fully managed service to build ML models.

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

What are the main functions of SageMaker?

A

Collect and prepare Data

Build and train ML models

Deploy and monitor the performance

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

What is Automatic Model Tuning?

A

It automatically chooses your hyperparameters for better performance. Saves time and money.

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

Can you deploy your model from SageMaker?

A

Yes. It is a one-click deployment.

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

What deployment options are available for SageMaker?

A

Real-time - Fast

Serverless (only select memory). Can suffer from cold start. Sporadic short term use.

Asynchronous - Near real-tiime

Batch Transform - Bulk processing for large datasets

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

What is SageMaker Studio?

A

It is an end-to-end ML development interface that supports

team collaboration
tuning
deployment

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

What is SageMaker Data Wrangler?

A

A tool for preparing, transforming, and feature engineering of tabular and image data for machine learning.

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

Can you visualize your data in Data Wrangler?

A

Yes. you can explore and cleanse it too.

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

Does Data Wrangler support SQL?

A

Yes

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

What is the SageMaker feature store?

A

It ingests features from a variety of sources

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

What is SageMaker Clarify?

A

It evaluates foundation models.

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

Can SageMaker Clarify evaluate human factors such as humor?

A

Yes

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

Does Sagemaker Clarify show model explainability?

A

Yes.

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

Can SageMaker Clarify detect and explain biases in your datasets and models?

A

Yes

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

What is SageMaker Ground Truth?

A

It is reinforcement learning from human feedback. Aligns model to human preferences.

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

What does SageMaker Ground Truth Plus do?

A

Label Data

17
Q

What are SageMaker model cards?

A

Includes all the model information like intended uses, risk ratings, and training details.

18
Q

What is the SageMaker role manager?

A

Allows you to define roles for those responsible for contributing to the project.

19
Q

What is SageMaker Model Monitor?

A

It monitors the quality of your model in production.

20
Q

Can model drift be detected in SageMaker?

A

Yes. Using Model Monitor

21
Q

Does SageMaker have Model version control?

A

Yes. Using Model Registry

22
Q

How would you create an approval process for your model in SageMaker?

A

Using Model Registry

23
Q

What are SageMaker Pipelines?

A

They are workflows that automate the process of building, training, and deploying an ML model. CI/CD for

24
Q
A