🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial →
📝 **Task:** Predict the output. `daily_traces` multiplies requests-per-second by the sample rate by seconds-in-a-day, then truncates to int. The test passes rps=5000, traces_sample_rate=0.05.
📋 Implement the function above. Tests run automatically.
💡 **Hint:** Re-read the theory if stuck.