The first thing I watched when I was learning to audit exam questions 12 years ago is how experienced candidates read. They did not read like students. They read like analysts. Specifically, they did three passes of every stem, and each pass had a different goal. I have been teaching this method since, and the candidates who adopt it consistently save 15–20 seconds per question and raise their accuracy by 4–8 percentage points on full-length mocks.

Here is the method.

The problem with linear reading

The default reading pattern — start at the first word, read every word once, continue to the end, then look at options — is a disaster for exam performance for three reasons:

1. The last sentence usually has the question. Everything before it is context. If you do not know what the question is until the end, you have read 60+ words without a purpose.

2. Scenario details bury the decision criterion. A 75-word stem typically has one sentence that actually determines the answer. The other sentences are atmospheric. Linear reading gives every sentence equal weight.

3. Linear reading does not prime pattern recognition. You finish the stem, look at the options, and then have to re-read parts of the stem to match options to scenario. The second read is wasted if the first read was structured better.

The 3-pass method fixes all three.

Pass 1: the question (3–5 seconds)

Read the last sentence first. Usually the last sentence contains the verb that defines what the question is asking for. Examples:

  • "Which solution provides the MOST cost-effective architecture?"
  • "What should the solutions architect recommend?"
  • "Which combination of actions will achieve these requirements?"
  • "What is the MOST LIKELY cause of the issue?"

These verbs tell you the shape of the answer. "Most cost-effective" means you are ranking by cost. "Most likely cause" means you are diagnosing, not prescribing. "Combination of actions" tells you it is a multi-select (on AWS, the stem will tell you to select two or three).

Five seconds. Now you know what you are looking for.

Pass 2: the criteria (10–15 seconds)

Read the full stem, but only for disqualifying criteria. You are not reading for context. You are reading for the specific words that will eliminate options.

What counts as a disqualifying criterion:

  • Numbers (500 GB, 99.99%, 15 minutes, 3 regions)
  • Compliance constraints (HIPAA, PCI DSS, GDPR)
  • Budget or cost signals ("startup with limited budget", "cost is the primary concern")
  • Performance signals ("sub-second latency", "real-time")
  • Scale signals ("petabyte", "millions of requests per second")
  • Operational signals ("minimal operational overhead", "fully managed")
  • Availability signals ("multi-region", "zero downtime")
  • Time-to-deliver signals ("as quickly as possible", "over a weekend")

Circle or mentally mark these as you read. The stem is now a list of constraints. Each option will either satisfy all constraints (maybe the answer) or violate at least one (definitely not the answer).

Ten to fifteen seconds for a medium-length stem, up to 20 seconds for a 100-word SAP-C02 stem. You now have the question (from pass 1) and the constraints (from pass 2).

Pass 3: the scenario color (5 seconds, or skip)

Only if you need it. Scenario color is the flavor text — which industry the company is in, why they are migrating, what their current state looks like. Most of this does not affect the answer.

Skip this pass unless:

  • The industry is mentioned (could imply compliance — healthcare implies HIPAA, payment implies PCI DSS)
  • A current-state system is named (hints at migration path)
  • A team structure or skill set is mentioned (implies operational capability)

Five seconds at most. Often zero.

Total: 15–25 seconds, not 45–60

Linear reading takes a typical candidate 40–55 seconds per question before they even look at the options. 3-pass reading takes 15–25 seconds. On a 65-question exam, that is 16–32 minutes saved over the full form. Which is the difference between "ran out of time" and "had time to review flagged questions."

Pass 4, which is actually reading the options

After the three passes above, you read the options with a clear framework:

  • The question type (from pass 1)
  • The constraints (from pass 2)

Eliminate options that violate a constraint. Usually this eliminates 2 of 4 or 3 of 5 options immediately. If two remain, go back to the stem for the tiebreaker detail you missed.

A worked example

"A retail company is migrating a legacy on-premises application to AWS. The application handles up to 50,000 transactions per second during peak hours. The architecture must support automatic failover to a second region within 60 seconds if the primary region becomes unavailable. The company has strict PCI DSS compliance requirements. They do not have in-house database operations expertise. Which database should the solutions architect recommend?"

Pass 1 (5s): "Which database should the solutions architect recommend?" → database selection question.

Pass 2 (15s): Constraints:

  • 50,000 TPS peak (large scale)
  • Automatic failover to second region within 60s (RTO ≤ 60s, multi-region)
  • PCI DSS (compliance)
  • No in-house DB ops (managed required)

Pass 3 (skip): Retail is ambient context but PCI already caught the compliance angle.

Options: A) RDS MySQL Multi-AZ B) DynamoDB with global tables C) Aurora PostgreSQL with cross-region read replica D) Self-managed PostgreSQL on EC2

Apply the filter:

  • A: Multi-AZ is single-region. Fails the cross-region requirement. Out.
  • B: DynamoDB global tables give cross-region active-active. 50k TPS is within capacity. PCI-compliant. Managed. Candidate.
  • C: Cross-region read replica promotion takes 5–15 minutes, not 60 seconds. Fails RTO. Out.
  • D: Self-managed fails the "no in-house DB ops" requirement. Out.

Answer: B.

Total time: ~30 seconds from start to confident answer. Linear reading on this stem averages 75–90 seconds.

Practicing the method

This is a skill, not a theory. It takes 4–6 weeks of deliberate practice to become automatic. Here is the drill:

  • Week 1: do 10 questions a day, using the 3-pass method explicitly. Time each pass. Feel slow and awkward.
  • Week 2: 20 questions a day. Same method. Still slow.
  • Week 3: 25 questions a day. Notice you stop needing pass 3 on most questions.
  • Week 4: 30 questions a day. Reading becomes purposeful but still deliberate.
  • Week 5: 40 questions a day. The passes blend together.
  • Week 6+: method is automatic.

In our cohort, candidates who did this deliberate practice averaged 1.4 minutes per question by week 6 on SAA-C03 mocks, down from 2.1 minutes at week 0. That is 45 minutes saved across a 65-question form.

What the method does not help with

Knowledge gaps. If you do not know that Aurora Global Database is a thing, no reading method will help you pick it. The 3-pass method is a speed and accuracy multiplier on knowledge you already have. If your baseline score is 55%, faster reading alone will not push you to 75%. You need content study + reading technique.

But if your baseline is 65–70% and you are running out of time on mocks, the 3-pass method is likely worth 10 minutes of time savings and 5 percentage points of accuracy.

The best candidates look calm during an exam because they read calmly. The frantic candidates are the ones whose reading method is random. Adopt the method, drill for a month, and the exam will feel 30% shorter than it did.