Lesson 45

Exam Strategy & Question Tactics

How the CLF-C02 exam works, question types, time management, elimination techniques, and the flagged-review method

CLF-C02 Exam Format at a Glance

AttributeDetail
Total questions65 questions (50 scored + 15 unscored)
Time limit90 minutes
Passing score700 out of 1,000 (scaled)
Exam feeUSD 100 (varies by region)
Delivery methodTesting center or online proctored (Pearson VUE)
Scoring modelCompensatory — you do NOT need to pass each domain individually
Question typesMultiple choice (1 correct + 3 distractors) and Multiple response (2+ correct out of 5+ options)
Guessing penaltyNone — unanswered = incorrect, so answer every question
Unscored questions15 questions are pretest (not identified). Treat every question as scored.

Domain Weightings & Question Allocation (Scored)

The 50 scored questions distribute approximately as follows. Plan your preparation time accordingly:

DomainWeightEst. QuestionsStrategic Priority
3. Cloud Technology & Services34%~17Highest — largest domain, services depth
2. Security & Compliance30%~15High — IAM, shared responsibility, compliance
1. Cloud Concepts24%~12High — Well-Architected, CAF, economics
4. Billing, Pricing & Support12%~6Moderate — support plans, pricing models

Two Question Types

1. Multiple Choice (Most Common)

One correct answer from four options. The distractors are plausible — designed to catch candidates with partial knowledge.

Example (from official sample): "Why is AWS more economical than traditional data centers for applications with varying compute workloads?"
  • A) Amazon EC2 costs are billed on a monthly basis
  • B) Customers retain full administrative access to their Amazon EC2 instances
  • C) Amazon EC2 instances can be launched on-demand when needed
  • D) Customers can permanently run enough instances to handle peak workloads

Distractor A is close but misleading — EC2 is billed per hour/second, not monthly. D sounds reasonable but contradicts the "varying workload" premise — always running peak capacity is wasteful.

2. Multiple Response (Less Common)

Two or more correct answers out of five or more options. The exam tells you exactly how many to select (e.g., "Choose TWO"). Read the instruction carefully.

Key difference: Multiple response questions are weighted differently. The instruction always states the number to select. If you select fewer or more than required, the answer is marked incorrect.

Time Management: 90 Minutes for 65 Questions

Three-Pass Strategy

PassTimeAction
Pass 1: First pass~60 minAnswer every question you know confidently. Flag 15-20 harder questions for review. Read all options — don't jump at the first plausible answer.
Pass 2: Flagged review~20 minRevisit flagged questions. Re-read carefully. Apply elimination (see below). Make a decision — don't spend more than 2 minutes per question.
Pass 3: Final sweep~10 minReview all questions for silly mistakes. Confirm you answered every question (remember: no penalty for guessing). Verify multiple-response instruction counts.

Time Budget Per Question

  • Average: ~1.4 minutes per question (90 min / 65 questions)
  • Easy questions: 30-45 seconds — bank time for hard ones
  • Hard/flagged questions: 2 minutes max — then pick best guess and flag
  • If you hit 3 minutes on one question: guess, flag, and move on immediately

Elimination Technique: The AWS-Style Approach

AWS questions are designed with distractors that sound correct but contain subtle flaws. The elimination method is your strongest tool for questions you are unsure about.

Step-by-Step Elimination

  1. Read the last sentence first — it contains the actual question. The preamble sets context but the question is always in the last line or two.
  2. Identify the KEYWORD — most questions have one or two service-defining keywords. Examples: "serverless" → Lambda, "dedicated connection" → Direct Connect, "recommendations" → Trusted Advisor, "SSD-backed" → EBS, "NoSQL" → DynamoDB.
  3. Cross out obviously wrong answers — services from the wrong domain, answers that contradict a fundamental principle (e.g., "customer manages physical hardware").
  4. Compare the remaining two — one is usually more specific or more aligned with the keyword. The AWS answer is typically the most precisely matched service, not the most general one.
  5. Use the "AWS does it for you" rule — if the question describes reducing operational overhead, favor managed services (RDS over EC2-hosted DB, Lambda over EC2, S3 over self-managed storage).
Common Trap Patterns:
  1. Service name confusion: CloudTrail ≠ CloudWatch ≠ Compute Cloud. Know what each service does.
  2. Responsibility model swap: Options that put AWS's responsibility on the customer (or vice versa) are distractors.
  3. Overly broad answers: "All of the above" or "Both A and B" can be correct but are less common on AWS exams than specific answers.
  4. Real-but-irrelevant services: A real AWS service listed as an option that solves a different problem (e.g., "Amazon Connect" when the question is about data migration).

Keyword Cheat Sheet: Service Recognition

Memorize these high-frequency keyword→service mappings. They appear so consistently that recognizing the keyword often gives you the answer immediately.

Keywords in QuestionLikely Answer
"Serverless compute" / "run code without managing servers"AWS Lambda
"Container orchestration" / "Kubernetes"Amazon EKS
"NoSQL" / "key-value" / "millisecond performance"Amazon DynamoDB
"Data warehouse" / "petabyte-scale analytics"Amazon Redshift
"Object storage" / "any amount of data"Amazon S3
"Block storage" / "virtual hard disk for EC2"Amazon EBS
"DNS" / "domain name" / "route traffic"Amazon Route 53
"CDN" / "low-latency delivery" / "cache content"Amazon CloudFront
"Dedicated private network connection to AWS"AWS Direct Connect
"Managed MySQL/PostgreSQL/Oracle/SQL Server database"Amazon RDS
"API activity" / "who did what" / "governance" / "audit"AWS CloudTrail
"Monitor resources" / "metrics" / "alarms"Amazon CloudWatch
"Best practice recommendations" / "checks security gaps"AWS Trusted Advisor
"Track resource changes" / "compliance" / "inventory"AWS Config
"Access management" / "users, groups, roles"AWS IAM
"Managed DDoS protection"AWS Shield
"Web application firewall"AWS WAF
"Encryption keys" / "manage encryption"AWS KMS
"Compliance reports" / "download compliance docs"AWS Artifact
"Consolidate multiple AWS accounts" / "central billing"AWS Organizations
"Forecast costs" / "visualize spending" / "13 months"AWS Cost Explorer
"Set spending alerts" / "budget notifications"AWS Budgets
"Estimate costs before building"AWS Pricing Calculator
"Dedicated AWS expert as primary contact" / "TAM"Enterprise Support Plan

Common Question Patterns

Pattern 1: "Which AWS service…"

Direct service identification. The most common pattern. Match the described capability to the exact service name. All four options are real AWS services — the challenge is picking the right one.

Pattern 2: "A company needs to…" / "An organization wants to…" (Scenario-Based)

Presents a business scenario, then asks which service or approach meets the requirement. Strip away the story — focus on the technical requirement in the final sentence. The preamble is context, not the answer.

Pattern 3: "Which of the following is AWS's responsibility…" (Shared Responsibility)

Tests the shared responsibility model. Remember: AWS is responsible for security OF the cloud (physical, hypervisor, networking infrastructure). Customer is responsible for security IN the cloud (data, access, OS, applications, firewall config). For managed services (RDS, S3), AWS takes on more responsibility.

Pattern 4: "What are the advantages…" / "Which benefit…" (Cloud Concepts)

Tests the six advantages/benefits of cloud. Memorize them verbatim — trade CapEx for variable expense, massive economies of scale, stop guessing capacity, increase speed and agility, stop spending money running/maintaining data centers, go global in minutes.

Pattern 5: "Which pillar…" / "Which design principle belongs to…" (Well-Architected)

Maps a design principle to one of the six Well-Architected pillars. Know at minimum: "Perform operations as code" = Operational Excellence, "Automate security best practices" = Security, "Stop guessing capacity" = Reliability, "Democratize advanced technologies" = Performance Efficiency, "Adopt consumption model" = Cost Optimization, and know that Sustainability was added as the 6th pillar in 2021.

Pattern 6: "Cost-effective" / "Most economical" / "Least expensive" (Pricing)

Tests pricing model selection. Key mental model: Steady-state predictable → RIs; Interruptible batch → Spot; Unknown/variable → On-Demand; Compliance/BYOL → Dedicated Hosts; Flexible across services → Savings Plans.

Exam-Day Checklist

  • Testing center: Arrive 30 minutes early. Bring two forms of ID (one government-issued with photo and signature).
  • Online proctored: Run the system test 1-2 days before. Clear your desk completely. No dual monitors. No one in the room. No reading questions aloud. No phone within reach.
  • Night before: Light review only — focus on your keyword cheat sheet, not new content. Sleep 7-8 hours.
  • During the exam: Use the restroom before starting. You cannot pause the exam. The proctor will not answer content questions.
  • Scratch paper: At a testing center, you get erasable note board. Online: a digital notepad in the Pearson VUE interface. Jot down your keyword cheat sheet and the three-pass time targets immediately after starting.

If You Don't Pass

  • You must wait 14 days between attempts
  • No limit on total attempts
  • Your score report shows domain-level performance — use it to focus remediation
  • The compensatory model means a weak domain can be offset by strong performance elsewhere
  • Cost: each retake costs the same as the original exam fee
Ask your teacher: Pro tip — the 60/20/10 split: Spend 60% of your remaining study time on Domain 3 (services), 20% on Domain 2 (security), 15% on Domain 1 (concepts), and 5% on Domain 4 (billing). The exam weights and your existing lesson coverage reflect this distribution. The next lesson is a full timed practice exam that mirrors real exam conditions — 65 randomized questions, a 90-minute timer, fullscreen mode, flagging, and domain-level scoring. Take it multiple times; each attempt draws a fresh set of questions from the bank.
Primary Source: AWS Certified Cloud Practitioner (CLF-C02) Exam Guide (exam guide file). AWS Certified Cloud Practitioner Sample Questions (sample questions file). Exam format and question types from official AWS documentation.
Last updated: June, 2026© 2026 Shahriar Ahmed ShovonCredits