0PricingLogin
AWS Solutions Architect · Lesson

Process of Elimination and Distractor Patterns

Recognise common distractor answer patterns—wrong service, wrong tier, wrong scope—and use elimination to narrow four options to one confidently.

Why Elimination Is Essential

On SAA-C03, you will rarely be 100% certain about every question. The process of elimination is a structured technique to reach the correct answer by removing options that violate stated requirements, use the wrong service category, or are factually incorrect. Even if you cannot identify the correct answer directly, eliminating 2 or 3 wrong answers improves your odds from 25% to 50–100%. Practising elimination makes it automatic under exam time pressure.

Distractor Pattern 1: Wrong Service Category

The most common distractor uses a service from the wrong category — a storage service when the question needs a database, a network service when the question needs compute, or a monitoring service when the question needs security. If the question asks for a solution to reduce database latency and an answer mentions CloudTrail, you can eliminate it immediately: CloudTrail is an audit logging service, not a performance service. Categorise each answer option before evaluating it.

# Example distractor elimination by service category:
# Question: Reduce read latency for an RDS MySQL database
# A. Enable RDS Multi-AZ -> NOT for read performance (it is for HA)
# B. Add an ElastiCache Redis read-through cache -> CORRECT category
# C. Enable AWS CloudTrail on the RDS instance -> WRONG category (audit)
# D. Increase EC2 instance type of the app servers -> WRONG layer (app, not DB)
#
# Eliminate A, C, D by category/purpose mismatch. Answer: B

All lessons in this course

  1. Understanding the Exam Format and Domain Weights
  2. Identifying Keywords and Service Signals in Questions
  3. Process of Elimination and Distractor Patterns
  4. Time Management and Review Techniques
← Back to AWS Solutions Architect