Amazon AWS AI Practitioner AIF-C01 AI Business Use Cases Techniques And Managed Services Practice Test

 

AIF-C01 skills 1.2 | 30 original questions

This AWS Certified AI Practitioner AIF-C01 practice test focuses on ai business use cases techniques and managed services through original scenario-based questions aligned to AWS Exam Guide version 1.1 published April 30, 2026. Use the full ExamSnap AIF-C01 collection for broader practice across all five current exam domains. For broader exam preparation, review the Amazon AWS Certified AI Practitioner AIF-C01 Exam Dumps page.

Instructions: Select the best answer for each question. Review the rationale after answering. Each distractor includes a brief explanation of why it is not the strongest fit for the stated scenario.

Question 1

A proof of concept at Wingtip Logistics exposed a design decision for the security architect: the solution must rank products or content for a user based on likely relevance. Which option most directly solves that problem? The solution will serve multiple internal teams, so the recommendation should be reusable without changing the core requirement. The service has a 377-millisecond internal response target for the affected workflow.

  1. Recommendation system
  2. Summarization
  3. Generative search
  4. AI assistant
  5. Video or audio generation

Correct answer: A

Why: Recommendation systems predict or rank items that a user may prefer. It directly addresses the requirement in this scenario.

Option review:

A: Recommendation systems predict or rank items that a user may prefer. It directly addresses the requirement in this scenario.

B: Summarization is a common LLM use case. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: GenAI can combine retrieval and generation to improve search interactions. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: GenAI assistants use natural-language interaction to help users perform knowledge work. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Generative models can produce audio and video as well as text and images. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Recommendation system – Recommendation systems predict or rank items that a user may prefer.

Question 2

Trey Research is documenting the target state for a internal search upgrade. The risk manager needs a solution that can extract sentiment, entities, key phrases, and other insights from text. Which option is the strongest fit? The decision must follow the workload characteristics rather than a preference for the largest model or newest service. The team is comparing 8 candidate designs after a 414-day proof of concept.

  1. Amazon SageMaker AI
  2. Amazon Comprehend
  3. Amazon Polly
  4. Amazon Q
  5. Amazon Bedrock

Correct answer: B

Why: Amazon Comprehend is a managed NLP service for analyzing text. It directly addresses the requirement in this scenario.

Option review:

A: SageMaker AI provides managed capabilities across the ML lifecycle. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Amazon Comprehend is a managed NLP service for analyzing text. It directly addresses the requirement in this scenario.

C: Amazon Polly is a managed text-to-speech service. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Amazon Q provides generative-AI assistant experiences designed for enterprise and developer use cases. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Amazon Bedrock provides managed foundation-model access and GenAI building blocks without requiring customers to manage model-serving infrastructure. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Amazon Comprehend – Amazon Comprehend is a managed NLP service for analyzing text.

Question 3

Bellows College is reviewing a document-intelligence project. The security architect has one primary requirement: build a support assistant that must summarize varied documents and answer open-ended natural-language questions. Which choice best fits the requirement? The security baseline is already defined; the decision here concerns the specific capability described in the requirement. The control owner requires evidence from 5 test groups before the 451-day release review.

  1. Prompt-caching support
  2. Low-latency model
  3. Foundation model
  4. Customizable model
  5. Smaller model

Correct answer: C

Why: A foundation model is a stronger fit for broad natural-language understanding and generation. It directly addresses the requirement in this scenario.

Option review:

A: Prompt caching can improve economics and latency for repeated context. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Latency requirements can outweigh marginal benchmark gains from a larger model. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: A foundation model is a stronger fit for broad natural-language understanding and generation. It directly addresses the requirement in this scenario.

D: Customization requirements can determine model eligibility. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Smaller models can improve economics and latency. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Foundation model – A foundation model is a stronger fit for broad natural-language understanding and generation.

Question 4

During a design review for Blue Yonder Airlines, the risk manager must surface predictions or insights that help a human make a better-informed choice. The team also wants to reduce manual handling. What should the team choose? The recommendation must solve the stated requirement without introducing unrelated platform complexity. The project has 2 downstream consumers and a monthly review of approximately 488 sampled interactions.

  1. Use deterministic business rules instead of AI/ML
  2. Scalable pattern analysis
  3. Prefer a conventional calculation when the answer is exactly computable
  4. Decision support
  5. Automation of probabilistic tasks

Correct answer: D

Why: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. It directly addresses the requirement in this scenario.

Option review:

A: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. It directly addresses the requirement in this scenario.

E: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Decision support – AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability.

Question 5

Woodgrove Bank is moving a claims-processing redesign from pilot to production. The key decision is how to produce a precise tax, checksum, or arithmetic result governed by explicit logic. Which option is the strongest fit if the team wants to use current managed AWS capabilities? The design must remain supportable after launch, but no additional feature is required beyond the stated need. The rollout spans 7 application teams, each using the same approved requirement set for the next 525 days.

  1. Scalable pattern analysis
  2. Automation of probabilistic tasks
  3. Use deterministic business rules instead of AI/ML
  4. Decision support
  5. Prefer a conventional calculation when the answer is exactly computable

Correct answer: E

Why: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. It directly addresses the requirement in this scenario.

Option review:

A: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. It directly addresses the requirement in this scenario.

Learning point: Prefer a conventional calculation when the answer is exactly computable – A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly.

Question 6

A workshop at Wide World Importers focuses on a single decision: how to predict a continuous numeric value such as demand, price, or temperature. Which option should the risk manager recommend? A short pilot window means the team prefers an approach that can be evaluated with clear success criteria. The evaluation set contains examples from 4 business workflows and 562 recent production cases.

  1. Regression
  2. Machine learning (ML)
  3. Clustering
  4. Natural language processing (NLP)
  5. Neural network

Correct answer: A

Why: Regression estimates a continuous quantity. It directly addresses the requirement in this scenario.

Option review:

A: Regression estimates a continuous quantity. It directly addresses the requirement in this scenario.

B: ML is a subset of AI in which algorithms learn relationships from data to make predictions or decisions. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Clustering is an unsupervised technique that discovers groups based on similarity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: NLP covers techniques for understanding, extracting information from, and generating human language. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A neural network transforms inputs through connected layers whose parameters are learned during training. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Regression – Regression estimates a continuous quantity.

Question 7

For the developer-productivity pilot at VanArsdel Media, stakeholders need to estimate future demand from historical and contextual signals. Which concept, service, or technique most directly addresses this goal? The architecture board will reject a choice that addresses a different problem from the one described. The initial rollout covers 599 internal users across 9 business units.

  1. Knowledge base with retrieval
  2. Forecasting
  3. Recommendation explanation
  4. Fraud detection
  5. Translation

Correct answer: B

Why: Forecasting predicts future values, often from time-series data. It directly addresses the requirement in this scenario.

Option review:

A: A knowledge base supports retrieval of relevant organizational information for search or grounded GenAI. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Forecasting predicts future values, often from time-series data. It directly addresses the requirement in this scenario.

C: GenAI can augment recommendation experiences with natural-language synthesis. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Fraud detection commonly uses ML to identify transactions that differ from expected patterns. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: GenAI models can perform translation, although managed translation services may be preferred for predictable specialized needs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Forecasting – Forecasting predicts future values, often from time-series data.

Question 8

Datum Dynamics is comparing alternatives for its fraud-review pilot. The risk manager needs to convert text into lifelike speech. Which option is most appropriate while trying to meet a strict latency target? Budget has been approved for the project, but the team still wants to avoid unnecessary recurring consumption. The workload processes about 636 requests during its busiest hour and has a documented fallback path.

  1. Amazon Translate
  2. Amazon Bedrock
  3. Amazon Polly
  4. Kiro
  5. Amazon Comprehend

Correct answer: C

Why: Amazon Polly is a managed text-to-speech service. It directly addresses the requirement in this scenario.

Option review:

A: Amazon Translate provides neural machine translation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Amazon Bedrock provides managed foundation-model access and GenAI building blocks without requiring customers to manage model-serving infrastructure. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Amazon Polly is a managed text-to-speech service. It directly addresses the requirement in this scenario.

D: Kiro is an agentic development environment that helps turn prompts and specifications into code, tests, and documentation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Amazon Comprehend is a managed NLP service for analyzing text. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Amazon Polly – Amazon Polly is a managed text-to-speech service.

Question 9

An architecture review at Alpine Ski House has narrowed a analytics modernization decision to one requirement: support flexible language generation, summarization, semantic search, or broad natural-language interaction. What should the security architect select? The team will validate the result with representative production examples before rollout. The pilot uses 673 representative records from 3 approved data sources.

  1. Low-latency model
  2. Long-context model
  3. Customizable model
  4. Foundation model
  5. Lower-cost model

Correct answer: D

Why: FMs are well suited to broad generative and language tasks that benefit from pretraining and prompting. It directly addresses the requirement in this scenario.

Option review:

A: Latency requirements can outweigh marginal benchmark gains from a larger model. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Context limits constrain how much material can be handled in one interaction. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Customization requirements can determine model eligibility. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: FMs are well suited to broad generative and language tasks that benefit from pretraining and prompting. It directly addresses the requirement in this scenario.

E: Cost is a first-class model-selection criterion once minimum quality and governance gates are met. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Foundation model – FMs are well suited to broad generative and language tasks that benefit from pretraining and prompting.

Question 10

The risk manager at Humongous Insurance is preparing a recommendation for a compliance-assistant prototype. The recommendation must apply the same learned analysis across a volume of records too large for manual review. Which choice is the best match? The pilot has representative data, and the team will measure the selected approach against an agreed acceptance threshold. The first release supports 8 departments and is reviewed every 710 days.

  1. Automation of probabilistic tasks
  2. Use deterministic business rules instead of AI/ML
  3. Decision support
  4. Do not use ML when there is no reliable data or signal for the target
  5. Scalable pattern analysis

Correct answer: E

Why: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. It directly addresses the requirement in this scenario.

Option review:

A: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. It directly addresses the requirement in this scenario.

Learning point: Scalable pattern analysis – ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place.

Question 11

Graphic Design Institute has completed discovery for a forecasting initiative. Before implementation, the security architect must decide how to reject a proposed model whose data, engineering, operations, and risk costs exceed likely business value. Which choice best satisfies that requirement? The team will document the rationale for auditors and wants the recommendation to be defensible from the scenario facts. The service has a 747-millisecond internal response target for the affected workflow.

  1. Do not pursue the AI/ML project when expected benefit does not justify total cost
  2. Do not use ML when there is no reliable data or signal for the target
  3. Use deterministic business rules instead of AI/ML
  4. Scalable pattern analysis
  5. Prefer a conventional calculation when the answer is exactly computable

Correct answer: A

Why: A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs. It directly addresses the requirement in this scenario.

Option review:

A: A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs. It directly addresses the requirement in this scenario.

B: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Do not pursue the AI/ML project when expected benefit does not justify total cost – A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs.

Question 12

While planning a customer-support modernization, Relecloud identifies this requirement: assign an input to one or more discrete categories such as fraud or not fraud. Which option should the risk manager prioritize if the goal is to limit exposure of sensitive data? The team wants the least complex technically correct choice that satisfies the requirement. The team is comparing 2 candidate designs after a 784-day proof of concept.

  1. Training
  2. Classification
  3. Artificial intelligence (AI)
  4. Deep learning
  5. Computer vision

Correct answer: B

Why: Classification predicts categorical labels. It directly addresses the requirement in this scenario.

Option review:

A: Training is the process that fits model parameters using data and an optimization procedure. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Classification predicts categorical labels. It directly addresses the requirement in this scenario.

C: AI is the umbrella field that includes many approaches such as machine learning, reasoning, perception, and language processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Deep learning is an ML approach based on neural networks with many layers and is commonly used for complex image, speech, and language tasks. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Computer vision applies AI/ML to visual data such as images and video. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Classification – Classification predicts categorical labels.

Question 13

A proof of concept at Adventure Works Manufacturing exposed a design decision for the security architect: the solution must plan and execute a multi-step task that requires calling external tools. Which option most directly solves that problem? The workload has passed basic feasibility checks, so the remaining question is which approach best matches the requirement. The control owner requires evidence from 7 test groups before the 821-day release review.

  1. Fraud detection
  2. Speech recognition
  3. Agentic AI workflow
  4. Natural language processing
  5. Computer vision

Correct answer: C

Why: Agentic AI is suitable when the system must reason about steps, use tools, and act toward a goal. It directly addresses the requirement in this scenario.

Option review:

A: Fraud detection commonly uses ML to identify transactions that differ from expected patterns. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Speech recognition maps audio speech signals to text. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Agentic AI is suitable when the system must reason about steps, use tools, and act toward a goal. It directly addresses the requirement in this scenario.

D: NLP analyzes and transforms human language. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Computer vision is designed to extract information from images or video. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Agentic AI workflow – Agentic AI is suitable when the system must reason about steps, use tools, and act toward a goal.

Question 14

Proseware Services is documenting the target state for a contact-center transformation. The risk manager needs a solution that can convert speech in audio into text. Which option is the strongest fit? Stakeholders have ruled out a broad redesign and want the choice that most precisely addresses the stated need. The project has 4 downstream consumers and a monthly review of approximately 858 sampled interactions.

  1. Amazon Lex
  2. Amazon Q
  3. Amazon Translate
  4. Amazon Transcribe
  5. Amazon Polly

Correct answer: D

Why: Amazon Transcribe is AWS managed automatic speech recognition. It directly addresses the requirement in this scenario.

Option review:

A: Amazon Lex provides conversational AI capabilities for chatbots and voice bots. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Amazon Q provides generative-AI assistant experiences designed for enterprise and developer use cases. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Amazon Translate provides neural machine translation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Amazon Transcribe is AWS managed automatic speech recognition. It directly addresses the requirement in this scenario.

E: Amazon Polly is a managed text-to-speech service. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Amazon Transcribe – Amazon Transcribe is AWS managed automatic speech recognition.

Question 15

Lucerne Publishing is reviewing a operations automation program. The security architect has one primary requirement: satisfy a regulated credit-scoring use case that requires a compact interpretable model and stable numeric features. Which choice best fits the requirement? Operational ownership is already assigned, so the team is comparing technical fit rather than staffing models. The rollout spans 9 application teams, each using the same approved requirement set for the next 895 days.

  1. Prompt-caching support
  2. Simpler model architecture for the task
  3. Smaller model
  4. Customizable model
  5. Traditional machine learning model

Correct answer: E

Why: A traditional model can make explainability and governance easier for narrow structured tasks. It directly addresses the requirement in this scenario.

Option review:

A: Prompt caching can improve economics and latency for repeated context. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Model complexity should be justified by measurable value. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Smaller models can improve economics and latency. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Customization requirements can determine model eligibility. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A traditional model can make explainability and governance easier for narrow structured tasks. It directly addresses the requirement in this scenario.

Learning point: Traditional machine learning model – A traditional model can make explainability and governance easier for narrow structured tasks.

Question 16

During a design review for Lamna Healthcare, the risk manager must automate repetitive work where learned classification, extraction, or generation is appropriate. The team also wants to reduce manual handling. What should the team choose? Existing application interfaces can accommodate any of the listed choices, so functional fit is the deciding factor. The evaluation set contains examples from 6 business workflows and 932 recent production cases.

  1. Automation of probabilistic tasks
  2. Do not use ML when there is no reliable data or signal for the target
  3. Prefer a conventional calculation when the answer is exactly computable
  4. Decision support
  5. Use deterministic business rules instead of AI/ML

Correct answer: A

Why: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. It directly addresses the requirement in this scenario.

Option review:

A: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. It directly addresses the requirement in this scenario.

B: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Automation of probabilistic tasks – AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty.

Question 17

Contoso Retail is moving a internal search upgrade from pilot to production. The key decision is how to avoid a predictive project that lacks representative data and a meaningful relationship to learn. Which option is the strongest fit if the team wants to use current managed AWS capabilities? Assume the required AWS capabilities are available in the selected Region and normal governance controls are in place. The initial rollout covers 969 internal users across 3 business units.

  1. Do not pursue the AI/ML project when expected benefit does not justify total cost
  2. Do not use ML when there is no reliable data or signal for the target
  3. Prefer a conventional calculation when the answer is exactly computable
  4. Automation of probabilistic tasks
  5. Scalable pattern analysis

Correct answer: B

Why: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. It directly addresses the requirement in this scenario.

Option review:

A: A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. It directly addresses the requirement in this scenario.

C: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Do not use ML when there is no reliable data or signal for the target – ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship.

Question 18

A workshop at Fourth Coffee focuses on a single decision: how to group similar records when no predefined class labels are available. Which option should the risk manager recommend? The review committee wants a direct mapping from the requirement to the chosen capability. The workload processes about 46 requests during its busiest hour and has a documented fallback path.

  1. Computer vision
  2. Regression
  3. Clustering
  4. Machine learning (ML)
  5. Bias

Correct answer: C

Why: Clustering is an unsupervised technique that discovers groups based on similarity. It directly addresses the requirement in this scenario.

Option review:

A: Computer vision applies AI/ML to visual data such as images and video. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Regression estimates a continuous quantity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Clustering is an unsupervised technique that discovers groups based on similarity. It directly addresses the requirement in this scenario.

D: ML is a subset of AI in which algorithms learn relationships from data to make predictions or decisions. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Bias is systematic error or skew that can affect predictions and fairness. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Clustering – Clustering is an unsupervised technique that discovers groups based on similarity.

Question 19

For the knowledge-assistant rollout at Margie Travel, stakeholders need to extract sentiment or named entities from customer comments. Which concept, service, or technique most directly addresses this goal? The solution will serve multiple internal teams, so the recommendation should be reusable without changing the core requirement. The pilot uses 83 representative records from 5 approved data sources.

  1. Image generation
  2. Translation
  3. Knowledge base with retrieval
  4. Natural language processing
  5. Summarization

Correct answer: D

Why: NLP analyzes and transforms human language. It directly addresses the requirement in this scenario.

Option review:

A: GenAI can synthesize new images from prompts or other conditioning inputs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: GenAI models can perform translation, although managed translation services may be preferred for predictable specialized needs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: A knowledge base supports retrieval of relevant organizational information for search or grounded GenAI. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: NLP analyzes and transforms human language. It directly addresses the requirement in this scenario.

E: Summarization is a common LLM use case. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Natural language processing – NLP analyzes and transforms human language.

Question 20

School of Fine Art is comparing alternatives for its claims-processing redesign. The risk manager needs to build, train, evaluate, deploy, and operate machine-learning models with a managed ML platform. Which option is most appropriate while trying to meet a strict latency target? The decision must follow the workload characteristics rather than a preference for the largest model or newest service. The first release supports 2 departments and is reviewed every 120 days.

  1. Amazon Polly
  2. Amazon Translate
  3. Kiro
  4. Amazon Quick
  5. Amazon SageMaker AI

Correct answer: E

Why: SageMaker AI provides managed capabilities across the ML lifecycle. It directly addresses the requirement in this scenario.

Option review:

A: Amazon Polly is a managed text-to-speech service. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Amazon Translate provides neural machine translation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Kiro is an agentic development environment that helps turn prompts and specifications into code, tests, and documentation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Amazon Quick is an AI assistant/workspace for business data, analytics, applications, and agentic tasks. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: SageMaker AI provides managed capabilities across the ML lifecycle. It directly addresses the requirement in this scenario.

Learning point: Amazon SageMaker AI – SageMaker AI provides managed capabilities across the ML lifecycle.

Question 21

An architecture review at Northwind Analytics has narrowed a personalization program decision to one requirement: use a well-defined predictive task on structured data where explainability, small model size, or deterministic feature pipelines matter. What should the security architect select? The security baseline is already defined; the decision here concerns the specific capability described in the requirement. The service has a 157-millisecond internal response target for the affected workflow.

  1. Traditional machine learning model
  2. Customizable model
  3. Multimodal model
  4. Smaller model
  5. Multilingual model

Correct answer: A

Why: Traditional ML is often preferable for narrow structured prediction tasks with strong explainability or operational constraints. It directly addresses the requirement in this scenario.

Option review:

A: Traditional ML is often preferable for narrow structured prediction tasks with strong explainability or operational constraints. It directly addresses the requirement in this scenario.

B: Customization requirements can determine model eligibility. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Modality support must match application inputs and outputs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Smaller models can improve economics and latency. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Language coverage and quality should be tested for the actual user population. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Traditional machine learning model – Traditional ML is often preferable for narrow structured prediction tasks with strong explainability or operational constraints.

Question 22

The risk manager at Litware Financial is preparing a recommendation for a developer-productivity pilot. The recommendation must surface predictions or insights that help a human make a better-informed choice. Which choice is the best match? The recommendation must solve the stated requirement without introducing unrelated platform complexity. The team is comparing 4 candidate designs after a 194-day proof of concept.

  1. Do not use ML when there is no reliable data or signal for the target
  2. Decision support
  3. Scalable pattern analysis
  4. Automation of probabilistic tasks
  5. Do not pursue the AI/ML project when expected benefit does not justify total cost

Correct answer: B

Why: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. It directly addresses the requirement in this scenario.

Option review:

A: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. It directly addresses the requirement in this scenario.

C: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Decision support – AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability.

Question 23

  1. Datum Research has completed discovery for a fraud-review pilot. Before implementation, the security architect must decide how to guarantee the same explicit result whenever a fixed rule condition is met. Which choice best satisfies that requirement? The design must remain supportable after launch, but no additional feature is required beyond the stated need. The control owner requires evidence from 9 test groups before the 231-day release review.
  2. Decision support
  3. Prefer a conventional calculation when the answer is exactly computable
  4. Use deterministic business rules instead of AI/ML
  5. Do not use ML when there is no reliable data or signal for the target
  6. Automation of probabilistic tasks

Correct answer: C

Why: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. It directly addresses the requirement in this scenario.

Option review:

A: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. It directly addresses the requirement in this scenario.

D: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Use deterministic business rules instead of AI/ML – When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity.

Question 24

While planning a analytics modernization, Coho Winery identifies this requirement: predict a continuous numeric value such as demand, price, or temperature. Which option should the risk manager prioritize if the goal is to limit exposure of sensitive data? A short pilot window means the team prefers an approach that can be evaluated with clear success criteria. The project has 6 downstream consumers and a monthly review of approximately 268 sampled interactions.

  1. Deep learning
  2. Natural language processing (NLP)
  3. Computer vision
  4. Regression
  5. Machine learning (ML)

Correct answer: D

Why: Regression estimates a continuous quantity. It directly addresses the requirement in this scenario.

Option review:

A: Deep learning is an ML approach based on neural networks with many layers and is commonly used for complex image, speech, and language tasks. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: NLP covers techniques for understanding, extracting information from, and generating human language. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Computer vision applies AI/ML to visual data such as images and video. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Regression estimates a continuous quantity. It directly addresses the requirement in this scenario.

E: ML is a subset of AI in which algorithms learn relationships from data to make predictions or decisions. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Regression – Regression estimates a continuous quantity.

Question 25

A proof of concept at Lucerne Retail exposed a design decision for the security architect: the solution must answer questions using curated enterprise documents as a source. Which option most directly solves that problem? The architecture board will reject a choice that addresses a different problem from the one described. The rollout spans 3 application teams, each using the same approved requirement set for the next 305 days.

  1. AI assistant
  2. Speech recognition
  3. Recommendation explanation
  4. Image generation
  5. Knowledge base with retrieval

Correct answer: E

Why: A knowledge base supports retrieval of relevant organizational information for search or grounded GenAI. It directly addresses the requirement in this scenario.

Option review:

A: GenAI assistants use natural-language interaction to help users perform knowledge work. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Speech recognition maps audio speech signals to text. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: GenAI can augment recommendation experiences with natural-language synthesis. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: GenAI can synthesize new images from prompts or other conditioning inputs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A knowledge base supports retrieval of relevant organizational information for search or grounded GenAI. It directly addresses the requirement in this scenario.

Learning point: Knowledge base with retrieval – A knowledge base supports retrieval of relevant organizational information for search or grounded GenAI.

Question 26

Tailspin Toys is documenting the target state for a forecasting initiative. The risk manager needs a solution that can build conversational interfaces that understand text or voice input. Which option is the strongest fit? Budget has been approved for the project, but the team still wants to avoid unnecessary recurring consumption. The evaluation set contains examples from 8 business workflows and 342 recent production cases.

  1. Amazon Lex
  2. Amazon Quick
  3. Amazon Translate
  4. Amazon Bedrock
  5. Amazon Comprehend

Correct answer: A

Why: Amazon Lex provides conversational AI capabilities for chatbots and voice bots. It directly addresses the requirement in this scenario.

Option review:

A: Amazon Lex provides conversational AI capabilities for chatbots and voice bots. It directly addresses the requirement in this scenario.

B: Amazon Quick is an AI assistant/workspace for business data, analytics, applications, and agentic tasks. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Amazon Translate provides neural machine translation. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Amazon Bedrock provides managed foundation-model access and GenAI building blocks without requiring customers to manage model-serving infrastructure. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Amazon Comprehend is a managed NLP service for analyzing text. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Amazon Lex – Amazon Lex provides conversational AI capabilities for chatbots and voice bots.

Question 27

City Power and Light is reviewing a customer-support modernization. The security architect has one primary requirement: build a support assistant that must summarize varied documents and answer open-ended natural-language questions. Which choice best fits the requirement? The team will validate the result with representative production examples before rollout. The initial rollout covers 379 internal users across 5 business units.

  1. Multilingual model
  2. Foundation model
  3. Low-latency model
  4. Long-context model
  5. Traditional machine learning model

Correct answer: B

Why: A foundation model is a stronger fit for broad natural-language understanding and generation. It directly addresses the requirement in this scenario.

Option review:

A: Language coverage and quality should be tested for the actual user population. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: A foundation model is a stronger fit for broad natural-language understanding and generation. It directly addresses the requirement in this scenario.

C: Latency requirements can outweigh marginal benchmark gains from a larger model. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Context limits constrain how much material can be handled in one interaction. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Traditional ML is often preferable for narrow structured prediction tasks with strong explainability or operational constraints. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Foundation model – A foundation model is a stronger fit for broad natural-language understanding and generation.

Question 28

During a design review for Consolidated Messenger, the risk manager must automate repetitive work where learned classification, extraction, or generation is appropriate. The team also wants to reduce manual handling. What should the team choose? The pilot has representative data, and the team will measure the selected approach against an agreed acceptance threshold. The workload processes about 416 requests during its busiest hour and has a documented fallback path.

  1. Do not pursue the AI/ML project when expected benefit does not justify total cost
  2. Use deterministic business rules instead of AI/ML
  3. Automation of probabilistic tasks
  4. Decision support
  5. Scalable pattern analysis

Correct answer: C

Why: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. It directly addresses the requirement in this scenario.

Option review:

A: A cost-benefit analysis should include development, inference, monitoring, retraining, compliance, and operational costs. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. It directly addresses the requirement in this scenario.

D: AI can augment people by ranking evidence, estimating risk, or presenting likely outcomes while a human retains accountability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Automation of probabilistic tasks – AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty.

Question 29

Nod Publishers is moving a contact-center transformation from pilot to production. The key decision is how to produce a precise tax, checksum, or arithmetic result governed by explicit logic. Which option is the strongest fit if the team wants to use current managed AWS capabilities? The team will document the rationale for auditors and wants the recommendation to be defensible from the scenario facts. The pilot uses 453 representative records from 7 approved data sources.

  1. Automation of probabilistic tasks
  2. Do not use ML when there is no reliable data or signal for the target
  3. Scalable pattern analysis
  4. Prefer a conventional calculation when the answer is exactly computable
  5. Use deterministic business rules instead of AI/ML

Correct answer: D

Why: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. It directly addresses the requirement in this scenario.

Option review:

A: AI can reduce manual effort when the task benefits from learned patterns and tolerates managed uncertainty. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: ML requires useful data or other signal; a model cannot compensate for an absent or fundamentally unobservable relationship. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: ML can scale repetitive pattern recognition across large datasets once an appropriate model and operating process are in place. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly. It directly addresses the requirement in this scenario.

E: When the required behavior is fully deterministic and explainable with simple rules, ML can add unnecessary uncertainty and complexity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Prefer a conventional calculation when the answer is exactly computable – A deterministic calculation is more appropriate than a probabilistic model when the output can be computed exactly.

Question 30

A workshop at Fabrikam Health focuses on a single decision: how to group similar records when no predefined class labels are available. Which option should the risk manager recommend? The team wants the least complex technically correct choice that satisfies the requirement. The first release supports 4 departments and is reviewed every 490 days.

  1. Regression
  2. Bias
  3. Natural language processing (NLP)
  4. Classification
  5. Clustering

Correct answer: E

Why: Clustering is an unsupervised technique that discovers groups based on similarity. It directly addresses the requirement in this scenario.

Option review:

A: Regression estimates a continuous quantity. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Bias is systematic error or skew that can affect predictions and fairness. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: NLP covers techniques for understanding, extracting information from, and generating human language. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Classification predicts categorical labels. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Clustering is an unsupervised technique that discovers groups based on similarity. It directly addresses the requirement in this scenario.

Learning point: Clustering – Clustering is an unsupervised technique that discovers groups based on similarity.

Popular posts

img