Hands-On Practice Beats Video Courses (And the Data Is Not Close)
Why watching someone else configure a load balancer produces almost no retention, and what to do with your study time instead.
Table of contents
The comfortable illusion
Video courses feel productive. You follow along, everything makes sense, and you finish a module with a strong sense of having learned something. Then you sit a practice question two weeks later and cannot remember which load balancer handles UDP.
This is not a failure of discipline. Watching someone perform a task creates recognition of the explanation, not recall of the procedure. Those feel identical while you are watching and are entirely different a fortnight later.
What cloud exams actually test
Cloud exams are recognition tests. You are shown a command and asked what it does. You are given an outcome and asked which service produces it. You are shown an error and asked what caused it.
That kind of recall is built by having done the thing and, ideally, by having got it wrong once. The engineer who has spent twenty minutes debugging why their instances were unreachable never forgets that ingress is denied by default.
A better use of study time
We would suggest roughly this split for an Associate-level exam:
- 40% building things. Creating, configuring, breaking and fixing.
- 30% reading. Documentation and structured material, used to answer questions the building raised.
- 20% practice questions. With every explanation read, including for correct answers.
- 10% review. Returning to weak topics deliberately.
Deliberate breaking
The single highest-value study habit we know of is deliberately breaking things you have built. Not because failure is inherently instructive, but because exam scenarios describe failures, and you will recognise the ones you have caused.
- Delete a firewall rule and observe exactly what stops working.
- Remove a permission from a service account and read the resulting error carefully.
- Point a health check at the wrong port and watch the load balancer take the backend out.
- Set a resource request higher than any node can satisfy and see the pod stay Pending.
- Overwrite an object in a versioned bucket, then recover the previous version.
Each of these takes ten minutes and produces a memory that survives months. Each corresponds directly to a question shape that appears on the exams.
The cost objection
People avoid hands-on practice because they worry about the bill. It is a reasonable concern and largely a solvable one. Set a budget alert on day one, use the smallest machine types, and shut things down when you finish a session.
A full Associate-level study plan can usually be completed for a very small amount, and the always-free tier covers a surprising proportion of it. The habit of watching your own spend is itself directly examinable material.
Related Certifications
Related Articles
- Why Capable Engineers Fail Professional Cloud ArchitectThe Architect exam fails people who know the products well. The reason is almost never knowledge — it is how they read the question.
- How to Read a Cloud Exam QuestionCloud exam questions are written carefully. Learning to read them is a distinct skill worth practising separately from the material.