AIF-C01 · Getting started
23 cards
AWS AI/ML Landscape and Workflow
-
Quick check
A retailer trains a model on a large cluster for two days a month and needs almost nothing in between. Which cloud characteristic answers that pattern?
ABuying enough hardware in advance to cover the busiest possible day
Buying for the peak keeps the cost of every quiet week, which is the expense on-demand resources remove.
BMoving the workload into a private server room the retailer maintains
A private server room hands the maintenance and the fixed capacity back to the customer.
CScaling capacity in either direction and paying for what is used
Right. AWS cloud services scale capacity up or down, and customers pay for what they use while keeping control of their computing resources.
3 / 23
-
Quick check
A team is starting a generative AI application. What does Amazon Bedrock give them?
AManaged access to foundation models
Right. Bedrock is a fully managed service that provides access to foundation models for building and scaling generative AI applications.
BA cleaned training set that removes the need to choose anything
Bedrock supplies model access, not a dataset, and the application decisions still belong to the team.
CGraphics hardware the team installs in its own server room
A fully managed service is the opposite of hardware the customer has to install and operate.
5 / 23
-
Quick check
A team must ship a generative AI application, wants models from several providers, and does not want to operate the model infrastructure. Where does it start?
AWith data cleaning, because prepared examples stand in for model access
Cleaning is a preparation step for training examples and gives the team no model to build on.
BWith Amazon Bedrock, because it provides managed foundation-model access
Right. The constraints name a managed path to existing foundation models, which is what Bedrock provides.
CWith monitoring, because behaviour is checked before choosing a model
Monitoring belongs to a model already in production, so it cannot be the starting point.
7 / 23
-
Keep your progress in the app
That’s 3 of 10 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
Which task opens the typical machine learning workflow?
ADeploying a model so that an application can call it
Deployment comes after training and evaluation, so it cannot be the opening stage.
BGenerating the example data the model will learn from
Right. The workflow begins by generating example data, and what that data contains depends on the problem.
CWatching a model already in production for signs of drift
Drift can only be observed once a model is deployed and answering requests.
9 / 23
-
Quick check
A team has examples in three repositories, the same country written two ways, and two columns that work better combined. What order prepares the data?
ATransform the two columns, then deploy, then fix the country values later
Transforming before consolidating and cleaning builds a new representation on top of values that still disagree.
BDeploy an untrained model first so that production traffic reveals the problems
Nothing can be deployed before a model exists, and production traffic does not repair source examples.
CFetch everything into one repository, clean the values, then transform the columns
Right. Preparation fetches the datasets into one repository, cleans inconsistent values, and then transforms attributes for better performance.
13 / 23
-
Quick check
Besides prepared examples, what does a training run need?
AAn algorithm or a pretrained base model, plus compute resources
Right. Training needs a method — an algorithm or a pretrained base model — and compute sized to the dataset and the deadline.
BA monitoring report covering production traffic the model has not yet served
Monitoring reports describe a model that is already answering requests, so they cannot feed a first training run.
CAn application that has already been deployed to its end users
Deployment follows training; an application cannot be the input that produces the model.
15 / 23
-
Quick check
A training job has just finished. What does the evaluation step decide?
AWhether monitoring can be dropped from the cycle for good
Monitoring stays in the cycle after deployment; evaluation does not remove it.
BWhether the organization should buy its own data center
Owning infrastructure is a cloud decision and has nothing to do with the quality of a model's answers.
CWhether the accuracy of the model's inferences is acceptable
Right. Evaluation follows training and asks whether the accuracy of the inferences is good enough to go on.
17 / 23
-
Quick check
What does deployment change, and what does SageMaker AI hosting make easier about it?
AIt cleans whatever inconsistent values were left behind in the prepared training examples
Cleaning happens while preparing examples, long before a model is integrated with an application.
BThe application can request inferences, and hosting deploys the model separately from application code
Right. Deployment integrates the model so the application can request inferences, and SageMaker AI hosting decouples the model from that application code.
CIt replaces evaluation entirely, on the grounds that a deployed model has already proved its accuracy
Evaluation happens before deployment, and deploying a model proves nothing about its accuracy.
19 / 23
-
Quick check
A deployed model is answering less accurately, and the team has since collected better examples. What continues the cycle?
AEvaluate for drift, update the data, and retrain
Right. Monitoring and drift evaluation are what tell the team when new high-quality data should feed a retraining run.
BRedeploy the same model unchanged and skip the evaluation this time
Redeploying an unchanged model repeats the same answers, and skipping evaluation removes the only quality gate.
CLeave the model as it is and stop monitoring its inferences
Turning off monitoring discards the very signal that showed the accuracy had slipped.
21 / 23
-
Quick check
Which summary puts the roles in the right order?
ABedrock cleans example data, evaluation deploys the model, and monitoring ends the workflow
Bedrock provides foundation-model access rather than data preparation, and monitoring continues the cycle instead of closing it.
BDeployment selects the algorithm, cleaning measures accuracy, and cloud capacity is fixed once bought
The algorithm is chosen for training, accuracy is measured by evaluation, and cloud capacity can be scaled in either direction.
CPrepared data feeds training, evaluation gates deployment, and monitoring feeds retraining
Right. That is the continuous cycle: data, training, evaluation as the gate, deployment, and monitoring that returns new examples to training.
23 / 23
-
10 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.