18 pts
Bottleneck-first scaling
A course platform becomes slow during assessment submission. Name five possible bottlenecks, one metric to confirm each, and the first scaling or design response you would consider.
This assessment verifies the Scalability Foundations module. Passing it contributes up to 9 points in the 27-35 score band.
Questions
5
Limit
70m
Pass
85%
Score
+9
18 pts
A course platform becomes slow during assessment submission. Name five possible bottlenecks, one metric to confirm each, and the first scaling or design response you would consider.
16 pts
Design traffic routing for a learning platform with public course pages, authenticated assessment submissions, image assets, and admin routes. Include load balancer/CDN choices and health-check strategy.
18 pts
Review this design: a resume upload API stores uploaded files on container disk, records parse jobs in an in-memory array, and relies on sticky sessions so the same user returns to the same instance. Explain why this fails under horizontal scaling and redesign it.
16 pts
For a product detail page, define caching rules for image, title/description, inventory count, reviews summary, and personalized discount. Include source of truth, freshness, and privacy concerns.
10 pts
A service is horizontally scaled behind a load balancer, but users randomly lose login sessions after deploys. Which explanation and fix is strongest?