8 pts
System design purpose
Which answer best describes professional system design thinking?
This assessment verifies the System Design Thinking module. Passing it contributes up to 8 points in the 0-8 score band.
Questions
5
Limit
60m
Pass
85%
Score
+8
8 pts
Which answer best describes professional system design thinking?
18 pts
A product manager says: 'Build live order tracking for a delivery app.' Before drawing the architecture, write a design-ready requirement brief with users, core flows, data, scale assumptions, latency/reliability expectations, and out-of-scope items.
16 pts
Rewrite these vague NFRs into measurable targets: 'The payment receipt system should be fast, reliable, secure, and scalable.' Include at least four measurable targets and explain one architecture implication.
18 pts
Estimate a URL shortener with 20 million new links/day, 2 billion redirects/day, 600 bytes per stored mapping, 3-year retention, and 4x peak traffic. Estimate write QPS, average redirect QPS, peak redirect QPS, and raw storage before replicas/indexes.
10 pts
A design needs to accept notification requests quickly, persist accepted jobs, retry provider failures, and observe delivery failures. Which answer shows the best cloud-mapped reasoning?