Skip to content

Quick-Ref: Two-Pass Reading, Color Coding & Time Allocation

Scannable cheat sheet for the two-pass scenario reading method, domain color coding system, and minute-by-minute time allocation during the 180-minute CTA preparation phase.

Two-Pass Reading Method

flowchart TD
    subgraph "Pass 1: Skim (15-20 min)"
        P1A[Read entire scenario\nend to end]
        P1B[Identify company,\nindustry, scope]
        P1C[Count systems,\nuser types, regions]
        P1D[Note complexity\nmultipliers]
        P1E["DO NOT solution yet"]
    end

    subgraph "Pass 2: Annotate (25-35 min)"
        P2A[Re-read with\ncolor coding]
        P2B[Mark requirements\nby domain]
        P2C[Flag ambiguities\nand assumptions]
        P2D[Identify the\nBig 3 diagrams]
        P2E[Start sketching\nartifact outlines]
    end

    P1A --> P1B --> P1C --> P1D --> P1E --> P2A --> P2B --> P2C --> P2D --> P2E

Pass 1 Checklist — What to Identify on First Read

Complete these counts before starting Pass 2:

CountWhy It MattersWhere to Look
Number of external systemsDrives integration complexity and middleware decisionCurrent state section, integration landscape
Number of user typesDrives license strategy and sharing modelCompany overview, stakeholder sections
Number of regions/countriesDrives data residency, multi-currency, time zonesCompany overview, growth plans
Number of business unitsDrives org strategy (single vs. multi-org)Org structure, subsidiaries
Data volume indicatorsDrives LDV strategy, archival, indexingData sections, growth projections
Compliance triggersDrives security model, encryption, auditIndustry type, regulatory mentions

The “so what?” test

For every fact you note, ask “so what?” — if the company has 50,000 new records per month, that is a clue about LDV strategy. If they operate in the EU, that triggers GDPR. Train yourself to read facts as architectural drivers.


Domain Color-Coding System

Use this consistent marking system during Pass 2. In Google Docs (which you receive on exam day), use the highlight tool or comment tags.

ColorDomainWhat to Highlight
BlueD1 — System ArchitectureSystems mentioned, org strategy clues, mobile refs, reporting needs, license implications
RedD2 — SecurityUser types, access requirements, auth mentions, data sensitivity, compliance refs
GreenD3 — DataData volumes, migration mentions, object relationships, archival needs, data quality
OrangeD4 — Solution ArchitectureFeature requirements, AppExchange refs, build vs. buy decisions, declarative vs. code
PurpleD5 — IntegrationExternal systems, data flows, real-time vs. batch, API refs, middleware mentions
YellowD6 — Dev LifecycleTimeline, phasing, team structure, governance, testing requirements, release cadence
PinkD7 — CommunicationStakeholder concerns, executive priorities, change management refs

Color-Coding Quick Tips

  • If a sentence maps to multiple domains, use the primary domain’s color and add a comment noting the secondary
  • Stakeholder quotes often contain hidden requirements — highlight the entire quote
  • Watch for the word “also” mid-sentence — requirements after “also” are frequently missed
  • Blank space between sections often means implicit requirements — note what is NOT said

Minute-by-Minute Time Allocation

Standard Scenario (3-4 external systems)

Minute RangeActivityHard Stop?
0-20Pass 1: Full skim, count systems/users/regionsYes — stop reading
20-50Pass 2: Color-code, annotate, flag ambiguitiesYes — start designing
50-75System Landscape + Data Model diagrams
75-95Security model + Integration architecture
95-115Migration + Governance + DevOps diagrams
115-130Actors/Licenses table, remaining artifacts
130-150Presentation flow, speaking notes, transitions
150-165Gap check: every domain addressed? Every requirement?
165-180Buffer: fix critical gaps, practice opening mentally

Integration-Heavy Scenario (5+ systems)

Minute RangeActivityAdjustment
0-15Pass 1: Fast skimShorter skim — you know the pattern
15-40Pass 2: Focus on integration pointsExtra attention to purple (D5) items
40-70System Landscape + Integration diagrams firstIntegration moves up in priority
70-90Data Model + Security
90-115Migration + Governance + remaining
115-130Presentation prep
130-145Review + Q&A prep for integration questionsAnticipate deep integration probing
145-180Buffer + error path documentationAdd error flows to integration diagrams

Hard timers are non-negotiable

Use your phone or laptop timer. When the timer goes off, stop the current activity and move to the next phase. An incomplete but well-structured solution scores better than a beautiful half-finished one.


What to Build While Reading

Do not wait until you finish both reading passes to start designing. Build incrementally:

As You Read About…Start Sketching…
Current state systemsSystem landscape — place boxes for each system
Data entities and relationshipsData model — add objects and relationship lines
User types and access patternsRole hierarchy — sketch the tree
External system connectionsIntegration arrows on system landscape
Compliance requirementsSecurity notes — SSO flow, encryption needs

The Requirement Extraction Matrix

During Pass 2, fill this mental (or scratch-paper) matrix:

RequirementExplicit or Implicit?DomainPriorityMy Approach
Real-time inventory syncExplicit (page 3)D5HighPlatform Events + MuleSoft
GDPR complianceImplicit (EU operations)D2HighData residency + encryption
Mobile field accessBuried (stakeholder quote, page 6)D1MediumSF Mobile App + offline
Executive dashboardsExplicit (page 4)D1MediumCRM Analytics
Data migration from legacy CRMExplicit (page 2)D3HighInformatica + phased cutover

Complexity Multipliers to Spot Immediately

These scenario signals multiply the complexity of your solution. Identify them during Pass 1:

MultiplierScenario SignalImpact on Your Solution
Multi-orgAcquisitions, separate subsidiaries, data isolation needsOrg strategy decision becomes critical
LDVMillions of records, “growing rapidly,” high-volume transactionsSkinny tables, indexes, archival, async processing
Global3+ regions, data residency, multi-currencyGDPR, data residency architecture, time zone handling
RegulatedHealthcare, finance, government, compliance mentionsShield encryption, audit trails, compliance frameworks
Portal/CommunityExternal users (customers, partners, dealers)Experience Cloud licensing, sharing model, security boundaries
Real-time”Near real-time,” “instant,” “live dashboard”Event-driven architecture, Platform Events, CDC
Legacy migrationMultiple legacy systems, data quality issuesMigration sequencing, data cleansing, cutover strategy

Post-Reading Sanity Check

Before you start designing, verify you can answer all of these:

QuestionIf You Cannot Answer It
What is the company’s core business problem?Re-read the executive summary
How many external systems need integration?Re-count from system mentions
How many distinct user types exist?Re-read stakeholder and user sections
What are the top 3 non-functional requirements?Check for performance, scale, security clues
What domains does this scenario emphasize most?Review your color-coding — which colors dominate?
What are the 2-3 biggest ambiguities?Review your flagged items from Pass 2

Reverse-Engineered Use Cases

Use Case 1: The Color-Coding Save

Situation: During Pass 2, a candidate color-coded a sentence on page 7 as purple (Integration): “The finance team needs daily reconciliation reports comparing Salesforce opportunities with SAP invoices.”

The save: By marking this as an integration requirement (not just a reporting requirement), the candidate designed a batch integration pattern with a reconciliation staging object — which the judges specifically probed during Q&A. Without the color-coding discipline, this would have been treated as a simple report.

Use Case 2: The Missed “Also” Requirement

Situation: Page 4 of a scenario reads: “The sales team requires pipeline forecasting dashboards. The regional managers also need to approve discount requests above 15% in real-time.”

What candidates miss: The “also” clause is a distinct requirement — real-time approval workflow with a 15% threshold. This requires Flow-based approval process design, notification strategy, and mobile access (regional managers are often traveling). Candidates who skip “also” clauses lose points on D4 (Solution Architecture).

Use Case 3: The Time Allocation Recovery

Situation: A candidate spent 40 minutes on Pass 2 annotation (10 minutes over budget), leaving only 140 minutes for design and prep.

Recovery strategy: Compress the “remaining artifacts” phase — use bullet-point descriptions instead of full diagrams for migration and governance. Use the 7-domain sweep in the presentation closing to cover any gaps verbally. Reserve 10 minutes for Q&A prep notes on the domains you could not diagram fully. Judges prefer a candidate who manages time trade-offs consciously over one who runs out of time on the last 3 artifacts.


Deep-Dive References


Sources