13Storage spend doubled though traffic barely moved. Walk me through S3 storage classes and getting the bill back down.▼mediumNewAmazon & AWSFlipkartWalmart Global Tech○ sign inThe cheapest storage class is rarely the cheapest answer. Retrieval pricing, minimum durations and per-transition fees decide whether a lifecycle rule saves money or manufactures waste.Open full answer →
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 →
24Users upload photos and videos from phones on unreliable networks. Design the path from camera roll to CDN.▼mediumNewNetflixMetaSwiggy◆ premiumThe app server that proxies uploads through itself is the design that fails this question. Direct-to-storage, validate after arrival, and make CDN invalidation almost never necessary.Open full answer →
35Your GPUs sit at 40 percent utilisation during training and the model code is fine. What is starving them?▼hardNewNVIDIAMetaDatabricks2 replies◆ premiumExpensive accelerators waiting on cheap storage is the most common form of waste in a training cluster, and it looks exactly like a code problem on every dashboard.Open full answer →