16Reads are drowning our database primary. Someone suggested Multi-AZ. Does that help, and if not, what does?▼easyNewRazorpaySwiggyJPMorgan Chase○ sign inAsk whether Multi-AZ means a DB instance or a DB cluster. One has a non-readable standby; the other has two readers. That distinction decides whether the proposal can relieve the primary.Open full answer →
17A DynamoDB table provisioned at 6,000 writes per second throttles at 2,000. The partition key is a date shared by many items. Fix it.▼hard★ EssentialNewAmazon & AWSFlipkartPhonePe○ sign inA busy date key can throttle while table capacity remains available. Check the actual key distribution and throttling reason before adding capacity or shards.Open full answer →
25Traffic grew thirty percent a quarter and our model said two years of headroom. We ran out in five months. What went wrong?▼hardNewNetflixLinkedInFlipkart◆ premiumWhere linear models break: compounding growth, step functions, peak days and saturation cliffs. Forecast per constrained resource, backtest, subtract lead time to get the real order-by date.Open full answer →
07When would you scale a system vertically rather than horizontally? Give me a case where vertical wins.▼easyNewOracleSAPGoldman SachsunlockedThe default answer is 'horizontal' because interviews reward it. The correct answer names the constraint that makes distribution expensive and knows when one big machine is the engineering choice.Open full answer →