06Your batch fleet runs on spot and keeps losing nodes mid-job. How do you make interruptions survivable?▼mediumNewAmazon & AWSFlipkartDatadogunlockedEveryone quotes the discount. Fewer candidates can describe what happens when a notice arrives late or a worker disappears without completing shutdown and why some workloads shrug it off while others lose hours of compute.Open full answer →
32How often should a large training run checkpoint, and what does the answer depend on?▼hardNewNVIDIAMetaMicrosoft2 replies◆ premiumCheckpoint too rarely and a failure costs hours of GPU time. Checkpoint too often and you pay for stalled GPUs writing terabytes to storage. There is an arithmetic answer and most teams never do it.Open full answer →
34At 512 GPUs something fails every few hours. How does a training run survive that?▼expertNewNVIDIAMetaMicrosoft2 replies◆ premiumFailure stops being an event and becomes a rate. Once mean time between failures drops below the length of a run, the design question is not how to avoid interruption but how cheaply you can absorb one.Open full answer →
46You need to run a model over 200 million documents. How do you design that, and what does it cost?▼hardNewSnowflakeDatabricksNetflix2 replies◆ premiumNobody is waiting, which changes every constraint. Latency stops mattering, throughput per dollar becomes the only metric, and the design converges on something that looks like a data pipeline rather than a service.Open full answer →