14A nightly 40 GB export to S3 fails at 85 percent and starts over. How does multipart upload change that story?▼mediumNewAmazon & AWSDatabricksFlipkart○ sign inLarge object uploads are a reliability design problem, not a bandwidth one. Parts, retries and the completion call decide whether a flaky link costs one chunk or the whole night.Open full answer →
02Design multi-region active-active for a tier-1 API. What breaks, and what does it cost?▼hard★ EssentialNewNetflixStripeUber2 repliesunlockedThe design round where the honest answer is mostly about data. Stateless traffic across regions is straightforward; the database is where active-active is either solved or pretended.Open full answer →
11A network partition split your database cluster in half and both sides kept serving writes. What does CAP predict about this?▼mediumNewGoogleSnowflakeJPMorgan Chase○ sign inCAP is not a menu of two letters per system. The scored answer knows what the theorem claims (narrowly), what most engineers misquote, and what a split-brain costs when both halves accept writes.Open full answer →
17Design a feature flag service used by 200 services. Why keep ordinary evaluation off the network path?▼mediumNewAtlassianGoldman SachsWalmart Global Tech○ sign inFlags sit on the request path of everything, so a slow flag service is a site-wide outage waiting to happen. Local snapshots, propagation numbers, and audit trails are what interviewers dig for.Open full answer →