AWS Certified AI Practitioner (AIF-C01) — All Questions
21 questions
What does bias in a machine learning model most commonly refer to?
- a.The total amount of electrical power that is consumed by the hardware during model training
- b.The alphabetical ordering of the feature columns as they appear within the source dataset
- c.Systematic errors causing unfair, skewed outcomes, often from imbalanced training data✓
- d.The random noise in predictions that reliably averages out to zero over many repeated trials
Bias is systematic, unfair skew in a model's outcomes, frequently traceable to unrepresentative or imbalanced training data. It can disadvantage certain groups and is a central concern of responsible AI.
Why is explainability an important principle in responsible AI?
- a.It helps people understand why a model decided as it did, supporting trust and accountability✓
- b.It automatically raises the model's raw predictive accuracy score
- c.It removes any need to keep monitoring the model once it is in production
- d.It reliably guarantees that the deployed model will run using less memory
Explainability lets people understand and scrutinize how a model reaches its decisions, which is essential for trust, accountability, regulatory compliance, and catching mistakes or unfair behavior. It does not by itself raise accuracy.
Which AWS capability helps detect statistical bias in datasets and models and can explain model predictions?
- a.Amazon Macie, which discovers and classifies sensitive data stored in S3
- b.Amazon CloudTrail, which records account API calls into an audit trail
- c.Amazon SageMaker Clarify, which detects bias and produces prediction explanations✓
- d.Amazon SageMaker Ground Truth, which manages human labeling of raw training datasets
SageMaker Clarify detects potential bias across the ML lifecycle and produces feature-importance explanations for predictions. Ground Truth labels data, CloudTrail logs API activity, and Macie discovers sensitive data.
What is the primary purpose of guardrails when deploying a generative AI application?
- a.To automatically translate every one of the model's generated outputs into a second language
- b.To filter or block harmful, unsafe, or off-topic content and enforce use policies✓
- c.To reduce the recurring cloud storage cost of keeping the large model weight files on disk
- d.To speed up the model's training process by skipping validation
Guardrails apply safety and policy controls, filtering harmful content, blocking disallowed topics, and redacting sensitive data, so a generative AI application behaves within responsible-use boundaries. Amazon Bedrock Guardrails provides this.
A hiring model trained mostly on data from one demographic performs poorly for underrepresented groups. Which responsible-AI concern does this illustrate?
- a.Scalability, because the model simply cannot handle enough traffic
- b.Fairness, because the model produces unequal outcomes across different demographic groups✓
- c.Latency, because the trained model responds too slowly to requests
- d.Portability, because the finished model cannot move between clouds
Unequal performance across demographic groups is a fairness problem, typically rooted in unrepresentative training data. Addressing it may require more balanced data, bias testing, and ongoing monitoring.
Why does responsible AI emphasize keeping a human in the loop for high-stakes decisions?
- a.It lets the organization safely skip all applicable data-privacy and data-protection requirements
- b.Human oversight catches model errors and provides accountability where mistakes could cause harm✓
- c.Humans are always able to process data faster than any computer
- d.It completely removes any need to ever evaluate the model's accuracy
In high-stakes settings (health, lending, hiring, legal), human review provides a check against model errors and a locus of accountability. It complements, rather than replaces, ongoing evaluation and privacy safeguards.
What is transparency in the context of responsible AI?
- a.Deliberately making the model physically invisible
- b.Guaranteeing that the deployed model can never be inspected or reviewed by any person at all
- c.Being open about how the system works, its data, its limits, and where it is used✓
- d.Actively hiding the model's training data from auditors and regulators
Transparency means clearly communicating how a system operates, what data it uses, its limitations, and where and how it is applied, so users, auditors, and regulators can make informed judgments. It is the opposite of concealment.
Which practice best supports responsible AI once a model is already live in production?
- a.Assuming the model will behave the same forever and never checking again
- b.Disabling all of the safety filters entirely in order to maximize the model's response speed
- c.Continuously monitoring performance and outputs to catch drift, bias, or degradation✓
- d.Deleting every log immediately so no record of decisions remains
Responsible AI is ongoing: production models can drift as real-world data changes, so continuous monitoring for accuracy, bias, and safety is essential. Ignoring the model or removing safeguards increases risk of harm.
Which capabilities does Amazon Bedrock Guardrails provide for a generative AI application?
- a.Filtering harmful content, denying specified topics, and redacting sensitive information such as PII✓
- b.Automatic model training and deployment
- c.Provisioning virtual servers and networking
- d.Generating images from text prompts
Bedrock Guardrails enforce responsible-use policies by filtering harmful content, blocking disallowed topics, and redacting sensitive data like PII. They are a safety layer, not a training, infrastructure, or image-generation tool.
Which set best represents core dimensions of responsible AI as emphasized by AWS?
- a.Latency, throughput, and storage cost
- b.Alphabetical ordering, file size, and color
- c.Marketing reach, sales, and branding
- d.Fairness, explainability, robustness, privacy and security, transparency, and governance✓
AWS frames responsible AI around dimensions like fairness, explainability, robustness, privacy and security, transparency, governance, veracity, and controllability. Latency and cost are operational concerns, not responsible-AI dimensions.
Which Amazon SageMaker capability continuously watches a deployed model for data quality issues and prediction drift?
- a.Amazon SageMaker Canvas
- b.Amazon SageMaker Model Monitor✓
- c.Amazon SageMaker JumpStart
- d.Amazon SageMaker Data Wrangler for data preparation
SageMaker Model Monitor tracks deployed models for drift and data-quality problems, alerting when behavior degrades. Canvas builds no-code models, JumpStart offers prebuilt models, and Data Wrangler prepares data.
Which Amazon SageMaker feature documents a model's intended use, training details, and risk ratings to support governance?
- a.Amazon SageMaker Model Monitor
- b.Amazon SageMaker Model Cards✓
- c.Amazon SageMaker Ground Truth
- d.Amazon SageMaker Canvas
SageMaker Model Cards capture a model's purpose, data, performance, and risk information in one place for governance and accountability. Model Monitor watches drift, Ground Truth labels data, and Canvas builds models.
A dataset used to train a face-analysis model contains mostly images of one demographic. What problem does this most directly create?
- a.Higher inference latency
- b.Sampling (data) bias that can cause unfair, unequal performance across groups✓
- c.Reduced storage cost
- d.A larger context window
An unrepresentative sample introduces bias, so the model tends to perform worse for underrepresented groups, an unfairness problem. It is a data-representation issue, not one of latency, storage, or context size.
Automatically removing customers' personal identifiers from data used with an AI system primarily supports which responsible-AI dimension?
- a.Privacy and data protection✓
- b.Latency optimization
- c.Cost reduction
- d.Model explainability and interpretability
Stripping or redacting personal identifiers protects individuals' privacy and limits exposure of sensitive data, supporting the privacy and security dimension. It is distinct from explainability or performance tuning.
A team tests whether a model still behaves safely and correctly when given unusual or adversarial inputs. Which responsible-AI dimension does this address?
- a.Robustness✓
- b.Transparency
- c.Explainability
- d.Cost efficiency
Robustness is about reliable, safe behavior even under noisy, unexpected, or adversarial inputs. Transparency and explainability concern openness and understanding decisions, which is a different concern.
Grounding outputs in trusted sources and checking them for factual accuracy chiefly supports which responsible-AI goal?
- a.Veracity and truthfulness, reducing hallucination✓
- b.Higher throughput
- c.Lower latency
- d.Smaller model size
Ensuring outputs are truthful and well-grounded targets veracity, directly countering hallucination. Latency, throughput, and model size are performance attributes, not truthfulness safeguards.
Why is human review important for content generated by an LLM in a public-facing product?
- a.It guarantees the model will never be updated again
- b.Humans can process data faster than any computer can
- c.It removes the need to secure the underlying data
- d.Generative models can hallucinate or produce biased content, so human oversight guards against harm✓
Because LLMs can fabricate facts or reflect bias, human review provides a safety check and accountability before content reaches the public. It complements, rather than replaces, security and monitoring.
Which action most directly helps reduce bias in a model's outcomes?
- a.Increasing the temperature parameter
- b.Training on data that is representative and balanced across relevant groups✓
- c.Deleting all monitoring logs
- d.Choosing a Region closer to users
Bias often stems from unrepresentative data, so curating balanced, representative training data is a primary mitigation. Inference settings, log deletion, and Region choice do not address the root cause of bias.
Disclosing to users that they are interacting with an AI system and explaining its limitations supports which principle?
- a.Latency
- b.Scalability
- c.Cost control and budgeting
- d.Transparency✓
Being open about the system's AI nature, capabilities, and limits so users can judge it appropriately is transparency. The other options are operational or financial attributes, not disclosure principles.
Designing an AI system so operators can guide, override, or shut it down when needed reflects which responsible-AI dimension?
- a.Controllability✓
- b.Fairness
- c.Explainability and interpretability
- d.Portability
Controllability is the ability to steer, correct, or stop an AI system's behavior, an important safeguard. Explainability is about understanding decisions and fairness about equitable outcomes, which are separate dimensions.
Which AWS service makes it easy to add human review of ML predictions when confidence is low or the stakes are high?
- a.Amazon Translate language translation service
- b.Amazon Polly
- c.Amazon Augmented AI (Amazon A2I)✓
- d.Amazon Forecast
Amazon A2I builds human-review workflows into ML applications, routing uncertain or high-stakes predictions to people. Polly, Translate, and Forecast are unrelated application services.