Skip to main content
← CoursesSystem Design for Python JuniorsModule 5 · Real-World Case StudiesPredict: back-of-envelope for global LBpredict71 / 101
💬 Discuss🧪 Playground+75 XP
Task
📝 **Question:** Tokyo user → us-east round-trip is ~200ms; same user → Tokyo region is ~5ms. Single API call extra latency from running only us-east? 📋 Pick the right answer. 💡 **Hint:** Re-read the theory above if unsure.

Keep going

🔮 Predict the output

Read the code carefully

# RTT Tokyo ↔ us-east ≈ 200ms
# RTT Tokyo ↔ Tokyo region ≈ 5ms
# Difference per call: ~195ms
print('~195 ms per call')

What will the program print? Write here:

📣 Help someone learn PythonShare this lesson with a friend — the first 15 are free, no signup.Tweet

💬 Discussion

Be the first to ask a question or share a tip.
Sign in to join the discussion. Reading is free.
Loading discussion…