CertSafari

    Free AWS Certified AI Business Strategist (AIB-C01) Sample Questions

    35 free sample questions from our bank of 346+, covering every exam domain, with answers and detailed explanations. Updated September 2026.

    Domain 1: AI Fundamentals and Literacy

    Subdomain 1.2: Identify and select appropriate AI solution types.

    1.A software vendor's AI-powered assistant can call a calendar API to check availability and call a payment API to process a deposit before confirming a booking. Which core AI agent capability is being demonstrated?

    1. A.Tool use, because the assistant invokes external APIs to complete parts of the task
    2. B.Fine-tuning, because the assistant has been retrained on booking transcripts
    3. C.Prompt engineering, because the assistant was given a carefully worded instruction
    4. D.Retrieval augmented generation, because the assistant looks up answers in a knowledge base
    Show answer & explanation

    Correct answer: ATool use, because the assistant invokes external APIs to complete parts of the task

    • A. Calling a calendar API and a payment API to take real actions in external systems is the definition of tool use, one of the core capabilities that separates an agent from a plain text-generating model.
    • B. Fine-tuning refers to adapting a model's internal parameters with additional training data, not to calling external APIs during a live conversation.
    • C. Prompt engineering is about how an instruction is worded to guide a model's response, not about invoking external systems to take action.
    • D. Retrieval augmented generation refers to pulling supporting text from a knowledge base to ground a response, which is different from calling transactional APIs like calendars or payments.

    Subdomain 1.2: Identify and select appropriate AI solution types.

    2.A travel company deploys two AI agents: one that negotiates hotel rates and one that books flights. When a customer requests a full trip, the two agents exchange information about dates and budget to coordinate a combined itinerary. Which AI agent capability does this exchange illustrate?

    1. A.Agent-to-agent communication, because two autonomous agents coordinate with each other to complete a shared goal
    2. B.Orchestration strategy, because a single agent breaks a task into a fixed set of sequential steps
    3. C.Tool use, because an agent calls an external booking API to reserve a flight
    4. D.Autonomy, because an agent decides on its own whether to book a hotel first or a flight first
    Show answer & explanation

    Correct answer: AAgent-to-agent communication, because two autonomous agents coordinate with each other to complete a shared goal

    • A. Two separate autonomous agents exchanging dates and budget information to jointly complete a shared goal is exactly what agent-to-agent communication describes.
    • B. This scenario involves two distinct agents exchanging information with each other, not one agent following a single, self-contained sequence of steps, so it is not simply an orchestration strategy.
    • C. Calling a booking API is a separate capability from exchanging coordination information between two agents, and the scenario emphasizes the exchange between agents rather than an API call.
    • D. Autonomy describes an agent's independent decision-making, but the scenario specifically highlights communication between two agents rather than one agent's internal ordering choice.

    Subdomain 1.2: Identify and select appropriate AI solution types.

    3.A marketing team wants a tool that can read incoming customer reviews, judge their sentiment even when phrasing varies widely, and group similar complaints together. A rule-based keyword list has failed to capture the variety of language used. What does this outcome suggest about the appropriate solution type?

    1. A.An AI solution is more appropriate, because the task involves interpreting varied, unstructured language rather than matching fixed patterns
    2. B.Rule-based automation is more appropriate, because adding more keywords will eventually cover every possible phrasing
    3. C.An AI agent with tool use is required, because the task involves calling an external payment API
    4. D.Fine-tuning a foundation model is unnecessary, because sentiment never depends on the training data used
    Show answer & explanation

    Correct answer: AAn AI solution is more appropriate, because the task involves interpreting varied, unstructured language rather than matching fixed patterns

    • A. The keyword list's failure demonstrates that fixed patterns cannot capture the full variety of natural language, which is precisely the kind of unstructured-language task an AI solution is built to handle.
    • B. Keyword lists cannot realistically be expanded to cover every possible phrasing of sentiment, which is exactly why the rule-based approach failed in the first place.
    • C. Grouping and scoring customer reviews does not involve any external transactional system like a payment API, so an agent with tool use is not what this task calls for.
    • D. Sentiment interpretation quality does depend heavily on the data a model has learned from, so this claim about training data being irrelevant is incorrect.

    Subdomain 1.1: Describe core AI concepts and define terminology.

    4.A bank wants to (1) predict which loan applicants are likely to default and (2) draft personalized rejection letters explaining the decision. Which pairing correctly matches each task to the more appropriate AI approach?

    1. A.Use a predictive machine learning model for the default forecast and a generative AI model for drafting the letters
    2. B.Use a generative AI model for the default forecast and a predictive machine learning model for drafting the letters
    3. C.Use the same generative AI model for both tasks since generative models can also produce numeric risk scores
    4. D.Use a predictive machine learning model for both tasks since generative AI cannot process financial data
    Show answer & explanation

    Correct answer: AUse a predictive machine learning model for the default forecast and a generative AI model for drafting the letters

    • A. This is correct because a predictive model fits a numeric risk forecast, while a generative model fits drafting new, personalized explanatory text.
    • B. This is incorrect because it reverses the fit: forecasting a default score is a predictive task, and drafting new letters is a content-generation task.
    • C. This is incorrect because relying on one generative model for a precise numeric risk score forgoes the reliability a purpose-built predictive model offers.
    • D. This is incorrect because a predictive model is not designed to draft new explanatory prose, which is the strength of a generative approach.

    Subdomain 1.1: Describe core AI concepts and define terminology.

    5.Which best describes unstructured data?

    1. A.Data such as emails, PDFs, images, or call recordings that does not fit a predefined schema
    2. B.Data stored in relational database tables with clearly defined columns and data types
    3. C.Data that has already been cleaned, labeled, and validated for immediate model training
    4. D.Data that only contains numeric values, with absolutely no text, images, or categorical fields
    Show answer & explanation

    Correct answer: AData such as emails, PDFs, images, or call recordings that does not fit a predefined schema

    • A. This is correct because unstructured data covers formats like emails, PDFs, images, and call recordings that lack a predefined, tabular schema.
    • B. This is incorrect because storage in relational tables with clearly defined columns and data types is the hallmark of structured, not unstructured, data.
    • C. This is incorrect because being cleaned, labeled, and validated describes a data-quality state, not whether the data follows a fixed schema or not.
    • D. This is incorrect because containing only numeric values with no free-form content describes structured data, not unstructured data.

    Subdomain 1.1: Describe core AI concepts and define terminology.

    6.Which of the following are examples of unstructured data? (Select THREE.)(Select 3)

    1. A.Recorded customer support phone calls
    2. B.Free-text customer product reviews
    3. C.Scanned handwritten invoice documents
    4. D.A sales table with date, product, revenue
    5. E.A database of customer IDs and balances
    6. F.A spreadsheet of monthly inventory counts
    Show answer & explanation

    Correct answers: A, B, CRecorded customer support phone calls; Free-text customer product reviews; Scanned handwritten invoice documents

    • A. This is correct because audio call recordings have no predefined tabular schema, making them a classic example of unstructured data.
    • B. This is correct because free-text reviews are open-ended written content without fixed fields, which is a defining trait of unstructured data.
    • C. This is correct because scanned PDF invoices are image-based documents without a consistent, machine-readable field layout, making them unstructured.
    • D. This is incorrect because a sales table with defined columns for date, product, and revenue follows a predictable tabular format, making it structured data.
    • E. This is incorrect because a database of customer IDs and balances is organized into clearly defined fields, which is the definition of structured data.
    • F. This is incorrect because a spreadsheet of inventory counts follows a fixed row-and-column layout, which qualifies it as structured data.

    Subdomain 1.3: Apply GenAI concepts and techniques.

    7.A legal team wants a generative AI tool to review a 300-page contract, but the entire document does not fit within the model's context window in one request. What is the most appropriate approach?

    1. A.Break the contract into smaller sections and process each section within the model's context window limit
    2. B.Submit the entire 300-page document in a single request and simply accept whatever partial output is returned
    3. C.Ask the legal team to memorize the contract so the model does not need to see the full text
    4. D.Increase the font size of the contract before uploading it so it contains fewer visible pages
    Show answer & explanation

    Correct answer: ABreak the contract into smaller sections and process each section within the model's context window limit

    • A. Chunking a long document into sections that each fit the model's token limit is the standard way to work within a context window constraint while still covering the full contract.
    • B. Submitting content beyond the context window typically results in truncation or an error, so this does not reliably produce a usable review of the whole contract.
    • C. This does not address the model's limitation at all and is not a workable business process for reviewing a legal document.
    • D. The context window limit is measured in tokens derived from the text content, so changing the visual font size has no effect on how much text the model can process.

    Subdomain 1.3: Apply GenAI concepts and techniques.

    8.An analyst feeds a lengthy market research report to a generative AI assistant and asks for a summary. The summary omits an important caveat that appeared in the report's opening paragraph. What is the most likely cause?

    1. A.The report exceeded the context window, so the earliest content was truncated before use
    2. B.The model intentionally hides caveats from business users to keep every summary sounding positive
    3. C.The analyst's account permissions blocked the model from reading the report's opening paragraph
    4. D.Summaries generated by the model never include any information drawn from the source document
    Show answer & explanation

    Correct answer: AThe report exceeded the context window, so the earliest content was truncated before use

    • A. When document length exceeds the context window, content is truncated and the model can only work with what remains, which can drop earlier sections such as an opening caveat.
    • B. Models do not intentionally suppress unfavorable information; this describes a motive rather than a token or context window limitation.
    • C. Account permissions govern access to a system, not which parts of a supplied document a model can process within a single request.
    • D. Summaries are generated from the supplied source text, so this contradicts how the task was performed in the first place.

    Subdomain 1.3: Apply GenAI concepts and techniques.

    9.A company is deciding between fine-tuning and Retrieval Augmented Generation for several proposed generative AI initiatives. Select the scenarios below that are better suited to fine-tuning than to a retrieval-based approach. (Select TWO.)(Select 2)

    1. A.Teaching the model to follow a specialized internal writing style across future outputs
    2. B.Teaching the model to produce output in a company-specific format used in every document
    3. C.Answering questions using tomorrow's updated pricing sheet as soon as it becomes published
    4. D.Answering questions about a partner contract that was only just signed within the past hour
    5. E.Displaying the current number of open support tickets pulled live from an internal dashboard right now
    Show answer & explanation

    Correct answers: A, BTeaching the model to follow a specialized internal writing style across future outputs; Teaching the model to produce output in a company-specific format used in every document

    • A. A specialized writing style that should apply consistently across all future outputs is a behavioral pattern well suited to fine-tuning, since it is not tied to a single changing fact.
    • B. A consistent structured output format is a stable behavioral pattern that fine-tuning can bake into the model's default responses.
    • C. Pricing that updates as soon as it is published is time-sensitive information best served by retrieval from a live source rather than a technique that adapts general behavior.
    • D. A contract signed an hour ago is new, specific information that a retrieval-based approach can surface immediately, rather than a general behavior pattern to train into the model.
    • E. A live count of open tickets changes continuously and needs to be pulled from a current source, which fits retrieval rather than a fixed behavioral pattern learned through fine-tuning.

    Domain 2: AI Strategy and Business Value Creation

    Subdomain 2.1: Develop AI strategies that align with business objectives.

    10.A telecommunications company handles 50,000 customer support tickets per month, most of which are password resets and billing questions that follow predictable patterns. Company leadership wants to identify the highest-impact AI use case for the customer operations function. Which use case best maps this AI capability to a measurable business outcome?

    1. A.Deploy a generative AI assistant that resolves routine password and billing tickets automatically, reducing average ticket handling time and freeing agents for complex cases
    2. B.Deploy a generative AI assistant that drafts internal meeting notes for the support team, reducing time spent on documentation after each shift
    3. C.Deploy a generative AI assistant that writes marketing emails promoting new telecom plans, increasing the volume of outbound campaigns each quarter
    4. D.Deploy a generative AI assistant that summarizes competitor pricing pages, reducing the time analysts spend on manual competitive research
    Show answer & explanation

    Correct answer: ADeploy a generative AI assistant that resolves routine password and billing tickets automatically, reducing average ticket handling time and freeing agents for complex cases

    • A. This directly matches the high-volume, predictable ticket pattern to a measurable customer operations metric: average handling time.
    • B. Documentation automation is useful but does not address the described high-volume repetitive ticket problem, so it is not the highest-impact match for this scenario.
    • C. Marketing email generation belongs to a different business function and does not address the customer operations volume described in the scenario.
    • D. Competitive research automation is a different function; it does not map to the ticket-handling problem stated in the scenario.

    Subdomain 2.1: Develop AI strategies that align with business objectives.

    11.A mid-sized insurance company needs to add document OCR and data-extraction capability within three months, has no in-house machine learning engineers, and the required capability is available as a mature commercial product. Which approach should the company take?

    1. A.Buy a managed OCR and data-extraction service from a vendor, since the capability is standardized and the timeline does not allow for building it in-house
    2. B.Build the OCR and data-extraction capability in-house, since owning the full technology stack guarantees the fastest possible delivery
    3. C.Partner with a vendor to co-develop a custom OCR model, since a fully custom solution best fits a three-month deadline
    4. D.Delay the initiative until an in-house machine learning team can be hired, since only an internally built solution can be trusted
    Show answer & explanation

    Correct answer: ABuy a managed OCR and data-extraction service from a vendor, since the capability is standardized and the timeline does not allow for building it in-house

    • A. Buying a managed OCR service fits a standardized capability and a short deadline, since a mature commercial product avoids the time cost of building the same capability internally.
    • B. Building in-house does not guarantee the fastest delivery; without an internal ML team, in-house development would likely take longer than the three-month deadline allows.
    • C. A fully custom co-developed model is a heavier undertaking than the timeline supports; partnering for a custom build is not the fastest path to a mature, standardized capability.
    • D. Delaying the initiative to hire an ML team is unnecessary when a mature commercial product already meets the need within the required timeline.

    Subdomain 2.1: Develop AI strategies that align with business objectives.

    12.A retailer is evaluating whether to build, buy, or partner for a new AI-driven personalization engine. Which factors should genuinely inform this decision, per standard build-buy-partner evaluation criteria? (Choose 3.)(Select 3)

    1. A.The budget available for upfront development and ongoing operating costs
    2. B.The timeline by which the capability needs to be in production
    3. C.Whether vendor proposals meet the regulatory compliance requirements that apply to the retailer's data
    4. D.Whether the vendor's office building has more employees than the retailer's headquarters
    5. E.Whether the proposed AI capability uses the word 'AI' in its marketing name
    6. F.Whether the vendor's product logo matches the retailer's brand color scheme
    Show answer & explanation

    Correct answers: A, B, CThe budget available for upfront development and ongoing operating costs; The timeline by which the capability needs to be in production; Whether vendor proposals meet the regulatory compliance requirements that apply to the retailer's data

    • A. Available budget for upfront and ongoing costs is a standard factor in any build-buy-partner evaluation.
    • B. The required time to production is one of the standard factors that determines whether building, buying, or partnering is realistic.
    • C. Confirming vendor proposals meet applicable regulatory compliance requirements is a standard, necessary part of the evaluation for regulated data.
    • D. The relative size of the vendor's office has no bearing on whether building, buying, or partnering is the right choice.
    • E. Whether a product's marketing name includes the word 'AI' says nothing about its fit for the retailer's actual requirements.
    • F. Whether a vendor's logo matches the retailer's brand colors is irrelevant to a build-buy-partner decision.

    Subdomain 2.3: Position AI for competitive advantage.

    13.Which activity best describes a competitive landscape assessment in the context of AI adoption?

    1. A.Comparing an organization's AI capabilities and adoption maturity against industry peers and competitors
    2. B.Reviewing an organization's internal AI governance policies and access control settings
    3. C.Auditing the technical architecture of an organization's AI infrastructure for scalability
    4. D.Calculating the return on investment of a single completed AI pilot project
    Show answer & explanation

    Correct answer: AComparing an organization's AI capabilities and adoption maturity against industry peers and competitors

    • A. Comparing AI capabilities and adoption maturity against peers is correct because a competitive landscape assessment is fundamentally an external, relative comparison of where the organization stands versus its industry.
    • B. Reviewing internal governance policies is incorrect because it looks inward at controls and compliance rather than outward at how competitors are adopting AI.
    • C. Auditing infrastructure architecture is incorrect because it is a technical readiness exercise, not a comparison against the competitive market.
    • D. Calculating ROI on one pilot is incorrect because it measures a single initiative's value rather than the organization's standing relative to competitors.

    Subdomain 2.3: Position AI for competitive advantage.

    14.Two competing retailers both integrate the same off-the-shelf AI chatbot from a third-party vendor with no customization. What is the most likely outcome for their competitive positions?

    1. A.Neither retailer gains a durable advantage, because the identical, easily replicated tool is available to both
    2. B.The retailer that adopted the chatbot a few days earlier secures a permanent market lead
    3. C.Both retailers automatically develop a proprietary data moat from using the same chatbot
    4. D.The chatbot creates a lasting network effect that only benefits the retailer with more stores
    Show answer & explanation

    Correct answer: ANeither retailer gains a durable advantage, because the identical, easily replicated tool is available to both

    • A. This is correct because an identical, off-the-shelf tool available to any competitor is easily replicated and does not, by itself, create a defensible or lasting advantage.
    • B. This is incorrect because a few days of earlier adoption of an identical, uncustomized tool is not enough to secure a permanent lead.
    • C. This is incorrect because using the same shared, third-party tool does not generate proprietary data that is unique to either retailer.
    • D. This is incorrect because a shared chatbot with no customization does not inherently produce a network effect tied to store count.

    Subdomain 2.3: Position AI for competitive advantage.

    15.A mid-sized manufacturer operates in an industry where almost no competitors have piloted any AI use cases yet. What is the most appropriate initial investment posture for this manufacturer?

    1. A.A measured, pilot-stage investment focused on learning and validating high-potential use cases
    2. B.An immediate, enterprise-wide rollout of AI across every business function at once
    3. C.No investment at all, since low competitor activity means AI has no potential value
    4. D.A commitment to match the largest possible AI budget used by companies in unrelated industries
    Show answer & explanation

    Correct answer: AA measured, pilot-stage investment focused on learning and validating high-potential use cases

    • A. This is correct because in a low-AI-maturity industry, a measured pilot-stage investment lets the manufacturer learn and validate use cases without overcommitting capital before value is proven.
    • B. This is incorrect because an immediate enterprise-wide rollout skips the learning and validation that a low-maturity market calls for, raising unnecessary risk.
    • C. This is incorrect because low competitor activity reflects industry timing, not evidence that AI would provide no value to this manufacturer.
    • D. This is incorrect because matching an unrelated industry's budget ignores this manufacturer's own competitive dynamics and maturity level.

    Subdomain 2.2: Measure and demonstrate AI business value.

    16.A team preparing an AI business review wants to avoid presenting a vanity metric to leadership. Which of these is a genuine business KPI rather than a vanity metric?

    1. A.The number of machine learning models the team has experimented with this year.
    2. B.The size, in gigabytes, of the training dataset used for the current model.
    3. C.The number of times the word 'AI' appears in the company's press releases.
    4. D.The reduction in average customer resolution time compared with the pre-AI baseline.
    Show answer & explanation

    Correct answer: DThe reduction in average customer resolution time compared with the pre-AI baseline.

    • A. A count of experimental models reflects activity level, not a business outcome tied to cost, revenue, or customer experience.
    • B. Dataset size is a technical input measure and has no direct connection to a business outcome leadership should evaluate.
    • C. Counting mentions of a word in press releases reflects messaging volume, not any real business result, making it a classic vanity metric.
    • D. A measurable drop in resolution time compared with a recorded baseline ties directly to customer experience and operational cost, making it a genuine business KPI.

    Subdomain 2.2: Measure and demonstrate AI business value.

    17.After rolling out an AI coding assistant, an engineering director wants to report an improvement in developer productivity. What must be true for this claim to be credible?

    1. A.The AI assistant must be priced using the batch inference pricing tier.
    2. B.The company must report only intangible benefits and skip productivity numbers.
    3. C.Developer output must have been measured before rollout as a baseline comparison.
    4. D.The engineering team must double in size to justify the AI investment.
    Show answer & explanation

    Correct answer: CDeveloper output must have been measured before rollout as a baseline comparison.

    • A. The pricing tier chosen for the assistant affects cost, not whether a productivity claim can be validated against prior performance.
    • B. Productivity is itself a legitimate metric to report; avoiding it entirely does not make the claim more credible.
    • C. Recording developer output before the rollout provides the baseline needed to credibly attribute any measured change to the AI assistant.
    • D. Team size has no bearing on whether a productivity improvement claim is supported by measured evidence.

    Domain 3: AI Governance and Responsible AI Leadership

    Subdomain 3.2: Establish AI governance structures and ensure regulatory compliance.

    18.A financial services firm's AI governance team wants to make it easier to demonstrate regulatory compliance during a future audit of its credit-decisioning AI system. Which practice best supports this goal?

    1. A.Maintain documented records of model decisions, data sources, and approvals across the lifecycle.
    2. B.Limit the credit-decisioning system to processing applications only during standard business hours.
    3. C.Give every employee across the firm direct access to the credit model's underlying source code.
    4. D.Reduce the number of credit officers assigned to review borderline or edge-case applications.
    Show answer & explanation

    Correct answer: AMaintain documented records of model decisions, data sources, and approvals across the lifecycle.

    • A. Keeping documented records of decisions, data sources, and approvals gives auditors a traceable history to review, which is exactly what supports demonstrating compliance later.
    • B. Restricting processing hours changes operations but produces no documentation an auditor could use to verify compliance.
    • C. Broad source code access increases exposure risk and does not itself create the documentation an audit requires.
    • D. Reducing reviewer staffing changes workload but does not create the records needed to demonstrate compliance during an audit.

    Subdomain 3.2: Establish AI governance structures and ensure regulatory compliance.

    19.A manufacturing company is deciding how much governance oversight to apply to two new AI systems: one that recommends optimal factory temperature settings, and one that determines whether a supplier's safety certification is approved or denied. Which approach reflects a correct application of an AI risk classification framework?

    1. A.Apply stricter oversight and review to the supplier certification system because its decisions carry higher consequences.
    2. B.Apply identical oversight to both systems since they were both built using the same development team.
    3. C.Apply stricter oversight to the temperature recommendation system because it runs continuously throughout the day.
    4. D.Apply no formal oversight to either system because both are considered internal operational tools.
    Show answer & explanation

    Correct answer: AApply stricter oversight and review to the supplier certification system because its decisions carry higher consequences.

    • A. The supplier certification system directly determines a consequential approve-or-deny outcome, so a risk classification framework correctly assigns it stricter oversight based on the impact of its decisions.
    • B. Using the same team to build both systems says nothing about the impact of the decisions each system makes, which is the basis a risk classification framework should use.
    • C. How often a system runs does not reflect the consequence of its decisions, so frequency of use is not the right basis for prioritizing oversight.
    • D. Treating both as low-priority ignores that one system makes a consequential approval decision, which a risk classification framework would flag for more oversight.

    Subdomain 3.2: Establish AI governance structures and ensure regulatory compliance.

    20.An airline's legal team identifies that a proposed dynamic-pricing AI system could raise regulatory concerns around price discrimination in certain markets. What should the AI governance structure do with this information?

    1. A.Incorporate the legal team's concern into the project's risk review before the system launches.
    2. B.Proceed with the launch as planned and address concerns only if regulators raise them later.
    3. C.Ask the legal team to stop reviewing AI projects so development can move ahead more quickly.
    4. D.Postpone discussing the concern until after the next fiscal year's budget planning cycle.
    Show answer & explanation

    Correct answer: AIncorporate the legal team's concern into the project's risk review before the system launches.

    • A. Incorporating the legal team's concern into the pre-launch risk review lets the governance structure evaluate and address the issue before it becomes a live regulatory problem, which is the purpose of cross-functional review.
    • B. Waiting for regulators to raise the issue is reactive and abandons the proactive role governance review is meant to play.
    • C. Removing legal from the review process eliminates exactly the cross-functional input that surfaced the concern in the first place.
    • D. Deferring the concern to a future budget cycle delays addressing a live regulatory risk for reasons unrelated to the risk itself.

    Subdomain 3.1: Apply responsible AI principles to business decisions.

    21.A company is deciding which of its AI use cases require mandatory human review before a decision takes effect. Which of the following circumstances should trigger that requirement? (Select all that apply.)(Select 3)

    1. A.The decision is high-stakes and difficult to reverse, such as a loan denial or termination.
    2. B.The model was only recently deployed and has not yet been validated against real-world outcomes.
    3. C.The AI system suggests font sizes and colors for an internal weekly team newsletter.
    4. D.A regulator or internal policy requires explicit human sign-off for this category of decision.
    5. E.The system reformats an uploaded spreadsheet into a different file type on request.
    Show answer & explanation

    Correct answers: A, B, DThe decision is high-stakes and difficult to reverse, such as a loan denial or termination.; The model was only recently deployed and has not yet been validated against real-world outcomes.; A regulator or internal policy requires explicit human sign-off for this category of decision.

    • A. High-stakes, hard-to-reverse decisions such as loan denials or terminations carry serious consequences if the AI system errs, which is exactly the situation where a human should confirm the outcome before it takes effect.
    • B. A model that has not yet been validated against real-world outcomes is more likely to behave unpredictably, so human review provides a safety net until its real-world performance is established.
    • C. Choosing a font size or color for an internal newsletter carries essentially no risk of harm, so mandatory human review would add cost without a corresponding benefit.
    • D. When a regulator or internal policy explicitly requires human sign-off for a category of decision, that requirement itself establishes the need for human review regardless of the AI system's apparent accuracy.
    • E. Reformatting a spreadsheet into a different file type is a low-risk, easily reversible task, so it does not present the kind of stakes that warrant mandatory human review.

    Subdomain 3.1: Apply responsible AI principles to business decisions.

    22.What is the primary purpose of AWS AI Service Cards?

    1. A.To disclose a service's intended use cases, known limitations, and responsible AI design considerations.
    2. B.To act as a legally binding contract guaranteeing a specific accuracy level for an AWS AI service.
    3. C.To act as a technical checklist for deploying an AWS AI service in a specific AWS Region.
    4. D.To provide a pricing comparison across AWS AI services for a customer's procurement team.
    Show answer & explanation

    Correct answer: ATo disclose a service's intended use cases, known limitations, and responsible AI design considerations.

    • A. AI Service Cards are AWS's documentation resource that discloses a service's intended use cases, known limitations, and responsible AI design considerations, giving customers transparency into how a given AI service was built and where it should and should not be used.
    • B. AI Service Cards are informational documentation, not a contract, and they do not guarantee any specific accuracy level for a service.
    • C. AI Service Cards focus on responsible AI transparency rather than Region-specific deployment configuration steps.
    • D. Pricing comparisons are covered by AWS pricing pages, not AI Service Cards, which focus on responsible AI disclosures instead.

    Subdomain 3.1: Apply responsible AI principles to business decisions.

    23.In the context of responsible AI, what does 'governance by design' mean?

    1. A.Integrating responsible AI practices, such as risk identification, from a project's earliest stages.
    2. B.Assigning one executive to sign off on every AI project, regardless of its size or risk level.
    3. C.Waiting until a system is fully built to run a one-time compliance review before launch.
    4. D.Publishing a governance policy publicly so customers can review it whenever they choose.
    Show answer & explanation

    Correct answer: AIntegrating responsible AI practices, such as risk identification, from a project's earliest stages.

    • A. Governance by design means embedding responsible AI practices, such as identifying risks and defining required controls, from the earliest planning stages of a project, so those considerations shape the system as it is built rather than being retrofitted afterward.
    • B. Requiring a single executive sign-off describes one possible accountability mechanism, but it does not by itself describe integrating responsible AI practices throughout a project's lifecycle.
    • C. Conducting a one-time review only once the system is fully built is the opposite of governance by design, which calls for integrating these practices from the start of the project.
    • D. Publishing a policy publicly is a transparency practice, but it does not describe when or how responsible AI practices are integrated into a project's planning and development.

    Subdomain 3.3: Identify enterprise AI risks and direct mitigation strategies.

    24.A loan-approval model performed fairly across demographic groups when it launched two years ago. Recent audits show its approval rates have started diverging by group even though the model itself has not been retrained. What does this scenario best illustrate?

    1. A.Bias drift, where a model's fairness characteristics change over time as the population and inputs it sees evolve.
    2. B.A one-time coding defect that was present in the very first version of the model.
    3. C.A pricing change made by the cloud provider hosting the model.
    4. D.A permanent and unchangeable property of the model that was fixed the moment it was trained.
    Show answer & explanation

    Correct answer: ABias drift, where a model's fairness characteristics change over time as the population and inputs it sees evolve.

    • A. Fairness outcomes can change after launch as the applicant population and input distributions shift, and this gradual change in disparate outcomes over time is exactly what bias drift describes.
    • B. A one-time coding defect would typically appear immediately at launch rather than emerge gradually years later.
    • C. Hosting cost changes affect the cloud bill, not the statistical fairness of the model's approval decisions.
    • D. This scenario shows the opposite: fairness characteristics changed after launch, so treating them as fixed and unchangeable is incorrect.

    Subdomain 3.3: Identify enterprise AI risks and direct mitigation strategies.

    25.A media company's generative AI tool sometimes reproduces text that closely resembles copyrighted articles from its training data. Which category of enterprise risk does this scenario represent?

    1. A.Intellectual property risk, from generated content that may infringe on rights held by original content creators.
    2. B.Latency risk, from the extra time it takes the model to generate longer text passages.
    3. C.Currency risk, from fluctuations in the cost of foreign cloud infrastructure.
    4. D.Capacity risk, from insufficient compute allocated to the generation endpoint.
    Show answer & explanation

    Correct answer: AIntellectual property risk, from generated content that may infringe on rights held by original content creators.

    • A. Output that closely mirrors copyrighted source material raises the risk of infringing on the rights of the original creators, which is precisely what intellectual property risk describes.
    • B. Response generation time is a performance concern and has no connection to whether output content infringes on someone else's copyright.
    • C. Exchange rate movements affect infrastructure spending, not whether generated text resembles protected source material.
    • D. Insufficient compute capacity affects throughput, not the likelihood that a model reproduces copyrighted phrasing.

    Subdomain 3.3: Identify enterprise AI risks and direct mitigation strategies.

    26.A pharmaceutical company's AI system summarizes clinical research papers for internal analysts. Analysts have started noticing occasional summaries that state findings not actually present in the source papers. Which mitigation should the company prioritize first?

    1. A.Add a grounding verification step that checks each summary claim against the source paper before it is shared.
    2. B.Increase the number of research papers the system can summarize per hour.
    3. C.Redesign the visual layout of the summary report template.
    4. D.Reduce the number of analysts with access to the summarization tool.
    Show answer & explanation

    Correct answer: AAdd a grounding verification step that checks each summary claim against the source paper before it is shared.

    • A. Verifying each claim in a summary against its source paper directly targets the described problem of summaries containing findings that are not actually present in the source material.
    • B. Increasing throughput addresses volume, not whether the content of each summary is factually accurate to its source.
    • C. A layout redesign changes presentation, not whether the substance of the summary reflects the actual paper.
    • D. Restricting user access controls who can use the tool but does not address whether the tool's summaries are factually accurate.

    Domain 4: Business Readiness, Leadership, and AI Transformation

    Subdomain 4.1: Assess AI business readiness and maturity.

    27.A retailer wants to deploy an AI system to forecast regional demand, but a review finds that sales figures are recorded in three incompatible formats across regions, roughly 20 percent of transaction records are missing product categories, and no single owner is responsible for correcting these records. Which readiness dimension does this scenario primarily expose a gap in?

    1. A.Cultural preparedness
    2. B.Technical infrastructure
    3. C.Data quality
    4. D.Leadership alignment
    Show answer & explanation

    Correct answer: CData quality

    • A. The scenario describes inconsistent and incomplete records, not employee attitudes or resistance to change, so cultural preparedness is not the dimension exposed.
    • B. Incompatible formats and missing fields are data problems, not descriptions of compute capacity, network capability, or platform limitations.
    • C. Inconsistent formats, missing values, and no clear data ownership are textbook data quality problems, since accurate and complete data is a prerequisite for a reliable forecasting model.
    • D. The scenario says nothing about whether executives support the initiative, so leadership alignment is not the gap being illustrated.

    Subdomain 4.1: Assess AI business readiness and maturity.

    28.A logistics company wants to deploy a machine learning model that requires real-time predictions on streaming shipment data, but its systems currently batch-process data once nightly through an on-premises mainframe with no API layer for external services to query results. Which readiness dimension is the primary obstacle here?

    1. A.Technical infrastructure
    2. B.Cultural preparedness
    3. C.Leadership alignment
    4. D.Data quality
    Show answer & explanation

    Correct answer: ATechnical infrastructure

    • A. A nightly batch-processing mainframe with no API layer cannot support real-time predictions, which is a direct limitation of the company's technical infrastructure.
    • B. The scenario describes a systems limitation, not employee attitudes toward adopting AI, so cultural preparedness is not the obstacle described.
    • C. There is no mention of executive endorsement or the lack of it, so leadership alignment is not what is being tested here.
    • D. The problem described is about system architecture and processing speed, not about the accuracy or completeness of the shipment data itself.

    Subdomain 4.1: Assess AI business readiness and maturity.

    29.A manufacturer has an experienced analytics team and a documented AI project workflow, but its factory sensors send data to disconnected local databases with no shared data pipeline, and the company has no cloud-based platform capable of training or hosting a machine learning model at scale. Which category of capability gap does this represent?

    1. A.Technology
    2. B.Process
    3. C.People
    4. D.Governance
    Show answer & explanation

    Correct answer: ATechnology

    • A. Disconnected databases, no shared data pipeline, and no platform capable of training or hosting models at scale are direct examples of a technology capability gap.
    • B. The scenario explicitly states a documented AI project workflow already exists, so process is not the gap being illustrated.
    • C. The scenario explicitly states the analytics team is experienced, so people is not the capability gap described here.
    • D. The scenario does not mention approval authority or risk policy, so governance is not the gap being tested.

    Subdomain 4.3: Lead enterprise-wide change and build AI-ready workforce capabilities.

    30.A regional bank's AI transformation stalls a few weeks after the kickoff announcement because employees no longer see visible senior support for the effort. What should leadership do to sustain momentum?

    1. A.A senior executive publicly sponsors the initiative and empowers AI champions in each business unit
    2. B.An all-staff memo lists projected AI cost savings and is archived on the intranet without follow-up
    3. C.The technical team runs the AI rollout alone so business units are not slowed by requests for input
    4. D.Leadership waits for one pilot to succeed before communicating the initiative to any other team
    Show answer & explanation

    Correct answer: AA senior executive publicly sponsors the initiative and empowers AI champions in each business unit

    • A. A visible executive sponsor signals organizational priority and unblocks resources, while AI champions embedded in each unit keep momentum alive day-to-day instead of fading after a single announcement. This combination is the standard way leadership sustains an enterprise AI effort past the kickoff phase.
    • B. A one-time memo with no follow-up does not sustain momentum because employees have no ongoing point of contact or visible leadership involvement. Cost figures alone do not address the lack of active sponsorship that caused the stall.
    • C. Excluding business units removes the cross-functional input needed to keep the initiative relevant to daily work and does nothing to restore visible senior support. It also risks building a solution business teams will not adopt.
    • D. Delaying communication with other teams leaves the broader workforce without any sponsorship signal, which is the exact problem causing the stall. Momentum requires ongoing visible support, not a wait-and-see approach.

    Subdomain 4.3: Lead enterprise-wide change and build AI-ready workforce capabilities.

    31.What does responsible AI training for a general workforce typically emphasize, distinct from technical AI skills training?

    1. A.Recognizing bias, verifying outputs, and knowing when to escalate AI-assisted decisions
    2. B.Writing production-grade code to fine-tune foundation models for department-specific use cases
    3. C.Configuring cloud infrastructure permissions for AI model training environments
    4. D.Selecting the lowest-cost compute instance type for a given machine learning workload
    Show answer & explanation

    Correct answer: ARecognizing bias, verifying outputs, and knowing when to escalate AI-assisted decisions

    • A. Responsible AI training focuses on judgment skills like spotting potential bias, checking outputs before acting on them, and knowing when a decision needs human escalation. These are the practical, non-technical skills a broad workforce needs to use AI tools safely.
    • B. Fine-tuning production code is a technical AI skill aimed at practitioners building models, not the responsible-use judgment training intended for the general workforce. This falls outside what the general-audience training is meant to cover.
    • C. Configuring infrastructure permissions is an operational and security task for technical teams, not a responsible-use topic for general workforce training. It requires specialized access most employees would never need.
    • D. Compute instance selection is a cost and infrastructure decision made by technical or platform teams, unrelated to the bias-awareness and escalation judgment that responsible AI training targets. It does not build general workforce readiness.

    Subdomain 4.2: Establish data and infrastructure foundations for AI.

    32.A retail company is defining data ownership as part of its AI data foundation. Which of the following responsibilities should typically fall to a designated data owner? (Select 3.)(Select 3)

    1. A.Deciding who is authorized to access the dataset and for what purposes
    2. B.Being accountable for the ongoing accuracy and quality of the dataset
    3. C.Approving changes to how the dataset is classified and governed
    4. D.Writing the AI model's training code and tuning its hyperparameters
    5. E.Personally provisioning every cloud server the AI team uses
    6. F.Designing the marketing campaign that promotes the finished AI product
    Show answer & explanation

    Correct answers: A, B, CDeciding who is authorized to access the dataset and for what purposes; Being accountable for the ongoing accuracy and quality of the dataset; Approving changes to how the dataset is classified and governed

    • A. Deciding who may access a dataset and for what purpose is a core data ownership responsibility. This access decision authority is central to keeping data use accountable.
    • B. A data owner is accountable for the dataset's ongoing accuracy and quality, since they are the responsible party if the data degrades or becomes unreliable. This accountability is a defining feature of ownership.
    • C. Approving how a dataset is classified and governed falls under the owner's accountability for how the data is treated and protected. This ensures classification decisions have a clear responsible party.
    • D. Writing training code and tuning hyperparameters is a data science or machine learning engineering task, not a data ownership responsibility. Ownership concerns the data itself, not the model-building work.
    • E. Provisioning cloud servers is an infrastructure or operations task performed by engineering teams, not something a data owner personally does. It falls outside the scope of data ownership.
    • F. Designing a marketing campaign is a business and communications function unrelated to being accountable for a dataset's quality and access. It is not part of the data owner role.

    Subdomain 4.2: Establish data and infrastructure foundations for AI.

    33.A healthcare provider is drafting a data strategy to support its AI initiatives. Which outcomes should this strategy be designed to achieve? (Select 2.)(Select 2)

    1. A.Alignment between how data is managed and the organization's AI and business priorities
    2. B.Defined accountability for data quality, ownership, and access across the organization
    3. C.A guarantee that every AI project will be completed under the original proposed budget
    4. D.A requirement that all data be deleted automatically ninety days after collection
    5. E.A commitment to purchase the newest laptop model for every employee each year
    Show answer & explanation

    Correct answers: A, BAlignment between how data is managed and the organization's AI and business priorities; Defined accountability for data quality, ownership, and access across the organization

    • A. A data strategy is meant to connect how data is collected, governed, and used to what the organization is actually trying to accomplish with AI and the business. This alignment is one of its central purposes.
    • B. Defining accountability for data quality, ownership, and access is a core outcome of a data strategy, since it clarifies who is responsible for the data that AI initiatives depend on. Without this, data foundations remain unclear and inconsistent.
    • C. A data strategy cannot guarantee project budgets, since cost outcomes depend on scope, staffing, and execution, not data management practices. Budget assurance is not something a data strategy is designed to deliver.
    • D. A blanket ninety-day deletion rule is an arbitrary retention policy, not a general outcome of a data strategy, and it could conflict with legitimate business or regulatory needs. Retention rules should be tailored to actual requirements rather than fixed universally.
    • E. Committing to purchase new laptops annually is a procurement decision unrelated to how an organization manages and governs its data. It has no place as an outcome of a data strategy.

    Subdomain 4.4: Scale AI from pilots to enterprise-wide deployments.

    34.A logistics company's demand-forecasting model has performed well in a three-month pilot. Before moving it into full production, leadership wants to ensure the model meets production-grade requirements. Which action best addresses this transition?

    1. A.Establish ongoing model monitoring, defined incident-response procedures, and clear operational ownership before go-live.
    2. B.Archive the pilot results and immediately reassign the data science team to a new experimental project.
    3. C.Expand the model to every regional warehouse without any additional review of monitoring or support processes.
    4. D.Postpone production deployment indefinitely until a completely different vendor platform is evaluated.
    Show answer & explanation

    Correct answer: AEstablish ongoing model monitoring, defined incident-response procedures, and clear operational ownership before go-live.

    • A. Ongoing monitoring, defined incident response, and clear operational ownership are exactly the governance and operational requirements that mark a production-grade transition.
    • B. Reassigning the team without setting up monitoring or ownership leaves the production system without the operational support it needs.
    • C. Expanding without reviewing monitoring or support processes skips the operational readiness that a production-grade transition requires.
    • D. Indefinitely postponing deployment to evaluate an unrelated vendor does not address the operational and governance gaps the model actually needs closed.

    Subdomain 4.4: Scale AI from pilots to enterprise-wide deployments.

    35.An enterprise transformation office is reviewing three completed AI pilots and must choose which one to scale first. Which pilot should be prioritized based on the guidance to build toward enterprise-wide deployment from short-term wins?

    1. A.The pilot that delivered a clearly measurable cost reduction and received strong support from its business unit.
    2. B.The pilot that generated the most internal excitement on social media despite unclear results.
    3. C.The pilot that took the least time to build, regardless of whether it produced any measurable outcome.
    4. D.The pilot that used the newest technology available, even though its business impact was not yet assessed.
    Show answer & explanation

    Correct answer: AThe pilot that delivered a clearly measurable cost reduction and received strong support from its business unit.

    • A. A clearly measurable cost reduction combined with strong business-unit support is exactly the kind of demonstrated short-term win that justifies further investment and expansion.
    • B. Internal excitement without clear results does not provide the evidence needed to justify scaling investment.
    • C. Build speed alone says nothing about whether the pilot delivered value worth scaling.
    • D. Using new technology without an assessed business impact does not demonstrate the proof point that scaling decisions should be based on.

    Want the full experience?

    These are just samples. Practice the full AWS Certified AI Business Strategist (AIB-C01) question bank in quiz mode — free, no signup, with domain practice and exam simulation.