1.2 AIP-C01 Scoring & Professional Decision Strategy

Key Takeaways

  • AIP-C01 has 65 scored and 10 unscored questions in a 180-minute appointment.
  • Multiple-response items require every requested correct response; the item states how many to select.
  • Constraint words such as least overhead or lowest latency must be evaluated against every stated requirement.
Last updated: September 2026

1.2 AIP-C01 Scoring & Professional Decision Strategy

Scoring Mechanics & Question Formats

Compensatory Scoring

The AIP-C01 exam uses a compensatory scoring model. This means there are no domain-specific minimum passing scores; a candidate who achieves a lower score in Domain 4 or Domain 5 can still pass the examination provided their high performance in Domains 1, 2, and 3 elevates their total scaled score to 750 or above. Furthermore, there is no penalty for incorrect answers. Unanswered questions and incorrect selections receive zero credit, making it critical that candidates never leave any question unanswered.

Question Formats and the Zero Partial Credit Rule

The exam consists of two question styles:

  1. Multiple-choice: Exactly one correct option out of four choices.
  2. Multiple-response: Two or more correct responses from five or more options; the item tells you how many responses to select.

[!IMPORTANT] AWS does not award partial credit on multiple-response questions. If a question prompts you to "Select TWO" and you select one correct option and one incorrect option, you receive zero points for the entire item. Every choice must be individually verified against the scenario requirements.

Unscored Pretest Items

Out of the 75 questions presented, exactly 10 are unscored pretest items used by AWS to statistically evaluate candidate performance on newly authored questions before introducing them into future scored banks. These 10 items are indistinguishable from the 65 scored items and are distributed randomly throughout the exam. Candidates must treat every question with identical focus and avoid attempting to guess whether a question is pretest or scored.


Pacing Strategy & Time Management Architecture

With 180 minutes to complete 75 questions, candidates have an average of 2.4 minutes per item. Professional-level scenario questions typically feature 2 to 4 paragraphs of technical requirements, architectural constraints, and four verbose response options. Adopting an unstructured approach risks running out of time on later questions.

A proven three-pass execution strategy provides structured time management:

Pass 1: Rapid Sweep & Baseline Answers (Minutes 0 – 120)
  - Answer high-confidence questions within 60–90 seconds.
  - For complex scenario items, eliminate obvious distractors, record a provisional answer, and flag the question.
  - Target: Complete initial pass across all 75 questions.

Pass 2: Flagged Item Deep Analysis (Minutes 120 – 160)
  - Focus exclusively on the 15–20 flagged questions.
  - Allocate 2 to 2.5 minutes per flagged question.
  - Re-read constraints, map qualifiers, and verify multi-response selections.

Pass 3: Final Verification & Sanity Check (Minutes 160 – 180)
  - Verify that all 75 questions have an answer recorded.
  - Confirm no accidental misclicks occurred.
  - Ensure zero unanswered items remain.

Deconstructing Professional Question Stems & Constraint Qualifiers

Success on the AIP-C01 exam requires deciphering constraint qualifiers. When analyzing a question stem, identify the exact discriminator phrase that defines the winning architecture:

  1. "LEAST operational overhead":

    • Architecture Meaning: Eliminate custom infrastructure, self-hosted containers, manual scaling configurations, and custom cron synchronization tasks.
    • AWS Selection: Choose native, fully managed AWS features. For example, select Amazon Bedrock Knowledge Bases with managed OpenSearch Serverless rather than provisioning a self-managed OpenSearch cluster on Amazon EC2 or configuring custom vector indexing Lambda workers.
  2. "MOST cost-effective":

    • Architecture Meaning: Minimize idle compute, compute hours, and token consumption.
    • AWS Selection: Use smaller, specialized models (such as Amazon Nova Micro or Claude 3 Haiku) for classification and routing instead of frontier models. Select Bedrock Batch Inference for asynchronous document processing (which offers a 50% discount compared to on-demand pricing). Avoid Provisioned Throughput unless continuous, high-volume 24/7 utilization justifies fixed hourly Model Units.
  3. "LOWEST latency":

    • Architecture Meaning: Minimize time-to-first-token (TTFT) and overall generation duration.
    • AWS Selection: Leverage streaming APIs (InvokeModelWithResponseStream or ConverseStream), prompt caching for static prefixes, Provisioned Throughput to eliminate queuing bottlenecks, and smaller model architectures.
  4. "STRICTEST security / regulatory compliance":

    • Architecture Meaning: Prevent data exposure, enforce encryption at rest and in transit, restrict public network egress, and redact sensitive data.
    • AWS Selection: Configure AWS KMS customer-managed keys (CMK), interface VPC endpoints (AWS PrivateLink), Amazon Bedrock Guardrails with PII masking and contextual grounding checks, and ensure Bedrock model invocation logging to CloudWatch Logs or S3 is encrypted and access-restricted.

Common Exam Traps to Avoid

  • The Over-Engineering Trap: Selecting custom model fine-tuning or continued pre-training when prompt engineering, few-shot examples, or Bedrock Knowledge Bases fully solve the problem with a fraction of the cost and complexity.
  • The Control Plane vs. Data Plane Trap: Confusing administrative IAM actions with inference actions. For example, generating model responses requires bedrock:InvokeModel or bedrock:Converse, whereas listing models requires bedrock:ListFoundationModels.
  • The Incomplete Verification Trap on Multi-Response Questions: Confirming only one valid architectural component and guessing the second. Both selections must be fully validated against the scenario constraints.
  • The Premature Model Escalation Trap: Selecting the most capable model in the catalog (such as Claude 3 Opus or Amazon Nova Pro) for simple categorization or sentiment analysis tasks, violating cost and latency efficiency principles.
Test Your Knowledge

An enterprise development team is designing an internal document question-answering assistant on AWS. The solution must index corporate PDF policies stored in Amazon S3, perform vector retrieval, and synthesize answers using a foundation model with citations. The lead architect mandates that the solution require the LEAST operational overhead. Which architecture should the developer recommend?

A
B
C
D
Test Your Knowledge

When prioritizing study hours across the five domains of the AIP-C01 exam blueprint, which domain allocation represents the highest proportion of the total examination score?

A
B
C
D