Domain 2 trap answers — CCA-F Exam Prep
L3.08|Domain 2 trap answers
1/12
The 3 ways people over-engineer or under-engineer tools.
Domain 2 trap answers fall into 3 categories. Learn to spot them and you'll eliminate wrong answers instantly.
TRAP 1
Over-engineering — too many tools, too many parameters, too much complexity
TRAP 2
Missing error handling — tools that fail silently or return useless errors
TRAP 3
Wrong parameter types — strings where enums belong, free text where structured data is needed