Skip to content

Communication Trade-offs

Every presentation and communication decision at the CTA review board involves trade-offs. The board does not expect perfection — they expect you to make deliberate choices and articulate why. This page covers the major communication trade-offs.

The meta-trade-off

Communication is itself a trade-off domain: time spent on communication artifacts is time not spent on technical design. The best candidates find the right balance and can explain their allocation.


1. Depth vs Breadth in Presentation

The most fundamental presentation trade-off. You have 45 minutes to cover a solution that touches all 7 CTA domains.

DimensionGo Deep (2-3 domains)Go Broad (all 7 domains)
ImpressionExpert in key areasComprehensive thinker
RiskJudges see gaps in uncovered domainsJudges see shallow understanding
Scoring impactStrong scores in covered domains, weak in othersModerate scores across all domains
Q&A exposureJudges will probe uncovered domains hardJudges may not need to probe basics
Time per domain12-15 min on deep domains~6 min per domain
Diagram qualityDetailed diagrams for focus areasSimpler diagrams, more coverage

When Each Side Wins

flowchart TD
    SC["Analyze scenario"] --> EM{How many domains\ndoes scenario emphasize?}
    EM -->|"2-3 clearly\ndominant"| DEEP["Go deep on those\n(10-15 min each)\n+ sweep others"]
    EM -->|"Balanced across\nall domains"| BROAD["Go broad\n(~6 min each)\neven coverage"]
    EM -->|"Unsure / mixed"| BAL["Balanced approach:\nLead strongest (8-10 min)\nDominant (5-7 min each)\nSweep rest (1-2 min each)"]

    DEEP --> SWEEP["Always do 7-domain\nsweep in conclusion"]
    BROAD --> SWEEP
    BAL --> SWEEP

Go deep when: The scenario clearly emphasizes 2-3 domains (e.g., a heavy integration scenario), and you can briefly touch the others in your conclusion sweep.

Go broad when: The scenario is balanced across domains, or you are less confident in one area and want to show competence everywhere rather than risk zero in a domain.

The balanced approach: Lead with your strongest domain (8-10 min), cover the scenario’s dominant domains (5-7 min each), then do a rapid sweep of remaining domains (1-2 min each) in your conclusion. This gives depth where it matters most and coverage everywhere.


2. Technical vs Business Language

DimensionTechnical LanguageBusiness Language
Audience matchJudges are CTAs (technical)Judges evaluate business justification
CredibilityShows technical depthShows business acumen
AccessibilityRisk of jargon overloadRisk of appearing too high-level
Time efficiencyTechnical terms are preciseBusiness context adds explanation time
CTA expectationExpected for implementation detailExpected for design justification

When Each Side Wins

Technical language wins when: Describing implementation specifics — API names, governor limits, pattern names, configuration details. Judges expect technical precision here.

Business language wins when: Justifying architectural decisions — “This approach reduces time-to-market by 40%” is stronger than “This approach uses declarative configuration.”

Best practice: Start each section with a business justification, then dive into technical details. “The business needs real-time order visibility across all channels [business]. I achieve this with a Pub/Sub API integration from the OMS, using Platform Events for internal notification and CDC for external subscribers [technical].“


3. Scripted vs Conversational Delivery

DimensionScripted DeliveryConversational Delivery
ConsistencySame every time, reliableVaries by energy and context
NaturalnessCan sound robotic, rehearsedSounds authentic, engaging
RecoveryHard to recover if you lose your placeEasy to adapt and recover
Time controlPredictable timingRisk of running long or short
Q&A transitionJarring shift from script to extemporaneousSmooth transition, same register
Preparation effortHigh — must memorize or readMedium — must know the content deeply

When Each Side Wins

Scripted wins when: You have limited presentation experience, you need precise timing, or you want to ensure you cover all required points.

Conversational wins when: You know the material deeply, you present well extemporaneously, or the presentation platform makes it easy to use notes as prompts rather than scripts.

Recommended approach: Prepare a semi-structured delivery — bullet-point notes for each section with key phrases and transition sentences scripted, but the bulk of the content delivered conversationally. This gives you the safety net of structure with the authenticity of conversation.

Memorization trap

Do not memorize your presentation word-for-word. If a judge interrupts with a question mid-presentation (which happens), a memorized script falls apart. A deeply understood solution can handle any interruption gracefully.


4. Detailed Diagrams vs Readable Diagrams

DimensionDetailed DiagramsReadable Diagrams
Information densityShows comprehensive understandingShows clear architectural thinking
ReadabilityHard to read on screen, small textEasy to parse at a glance
Creation timeMore time to buildFaster to create
Presentation valueRequires walking through every elementSelf-explanatory as visual aids
Q&A referenceJudges can point to specific detailsJudges focus on high-level patterns
Professional impressionCan look clutteredLooks polished and intentional

When Each Side Wins

Detailed diagrams win when: The specific topic demands precision (e.g., a complex data migration sequence diagram showing all error paths, or a data model ERD for the core business objects).

Readable diagrams win when: The topic is a high-level overview (system landscape, integration topology) or when the diagram supports a verbal explanation rather than standing alone.

The layered approach: Create readable high-level diagrams for your presentation, with a second level of detail available in notes if judges ask to zoom in. This gives you the best of both: clean visuals for presentation and detail for Q&A.

Readability Rules

RuleThreshold
Maximum boxes per diagram10-12
Minimum font sizeReadable when shared screen is not fullscreen
Arrow labelsEvery arrow must have a label
Color usageMaximum 4-5 colors with a legend
WhitespaceAt least 30% of the diagram should be empty space

5. Covering All Domains vs Going Deep on Some

DimensionCover All 7 EquallyDeep on Scenario-Critical Domains
Scoring safetyNo zero in any domainRisk of zero in neglected domains
Demonstration of expertiseJack of all trades impressionMaster of the critical areas
Time allocation~6 min per domain (tight)10-15 min on key domains
Judge impressionComprehensive but potentially shallowFocused but potentially incomplete
Q&A preparationSpread thin across all domainsDeep knowledge where it matters most

When Each Side Wins

Cover all 7 when: The scenario does not clearly emphasize any subset, you are equally comfortable across all domains, or you want to minimize risk of any single-domain failure.

Go deep when: The scenario clearly signals 2-3 critical domains (heavy integration, complex data migration, regulated industry), and you can touch remaining domains in your conclusion.

The safe strategy: Always cover all 7 domains at minimum surface level. Use the “7-domain sweep” in your conclusion to guarantee every domain gets at least a mention. Then allocate deeper time to the domains the scenario emphasizes most.


Common Mistakes by Trade-off

Trade-offCommon MistakeBetter Approach
Depth vs breadthSpending 20 min on integration and skipping security entirelyCover all 7, allocate by scenario emphasis
Technical vs businessOpening with “I used REST API with OAuth 2.0 JWT bearer flow”Opening with “The business needs real-time order visibility”
Scripted vs conversationalMemorizing a 45-minute scriptBullet-point notes with key transitions scripted
Detailed vs readable30+ boxes on one diagram with 8pt font10-12 boxes, readable at screen-share resolution
All domains vs deepEqual time on all 7 when scenario clearly emphasizes 2-3Lead with scenario-critical domains, sweep the rest

Communication Trade-off Analysis Template

StepQuestionApplication
1What is the presentation goal?”Demonstrate I can architect a complete solution”
2What does the scenario emphasize?”Integration and data migration are the core challenges”
3Where should I spend depth?”Integration (D5) and data (D3) — 60% of presentation time”
4What do I sacrifice?”Less time on governance (D6) and system architecture (D1)“
5How do I mitigate?”Brief mentions in conclusion sweep + prepared Q&A notes”
6What is my presentation structure?”Business context, then deep on D5 + D3, then sweep remaining 5 domains”

Practice exercise

Take any mock scenario and apply this template. Time yourself making these 6 decisions in under 10 minutes. At the board, you will need to make these choices during the first 20 minutes of your 180-minute prep phase. Speed comes from practice.


Cross-Domain Connections


Sources

  • CTA coaches (Andrew Hart, Mike Gill, Apex Hours panel)
  • Ladies Be Architects community guidance
  • FlowRepublic CTA coaching framework
  • Successful CTA candidates’ retrospectives (2024-2026)
  • Nancy Duarte, “Slide:ology” and “Resonate” (presentation design)
  • Garr Reynolds, “Presentation Zen” (visual communication principles)