LyraLearn AI Learning Platform
Exams
← Module 24 Β· Design Exercises and Exam Readiness
🎧 Listen

Exam Tactics and Trade-off Drills

You have the method and two full rehearsals. This final lesson is about the exam room itself: how AI-architecture questions are built, which trade-off tables to have memorized, and the habits that separate passing answers from failing ones.

Exam constraints acting as elimination filters that strike out architecture options until exactly one survives, which must then be tied back to a requirement by an explicit because-link.

How the questions are structured

Nearly every design question follows one shape: scenario β†’ constraints β†’ "what do you recommend and why?" The scenario sets the domain (an agency, a hospital, a bank); the constraints are the real question β€” data residency, budget, freshness, a compliance regime, an SLA. Read the constraints twice: each one usually eliminates an option, and examiners choose them so that exactly one pattern survives. If two options still look viable, you missed a constraint. Then answer in the method's order β€” requirements, data, pattern, guardrails, operations β€” so the grader can follow your reasoning even where they would have chosen differently.

The trade-off tables worth memorizing

Four comparisons cover most questions. Know each side's one-line strength and cost:

Red flags that fail candidates

Graders pattern-match failures fast. Never submit an answer with: no evaluation plan (no golden set, no metric, no pre-release gate); no failure handling (what happens when retrieval is empty, the model hallucinates, the API is down β€” if you never say refuse, fail closed, or escalate to a human, you fail the governance dimension); LLM-for-everything (proposing a model where a SQL query, a rules engine, or classical ML is cheaper and deterministic β€” spotting where not to use AI is scored as architecture maturity); and ignoring cost at volume.

The closing habit: every recommendation gets a "because"

Never end a sentence at the technology. "Use RAG" earns nothing; "use RAG because the fee schedules change weekly and answers must cite the official page" earns the marks β€” the because ties the choice to a requirement, which is the entire job. Drill it until it is a reflex, in writing and out loud. An architect is someone whose every decision can be traced back to a requirement; show that on every line, and you are ready.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.