Cloud IDE (Sandbox Code Execution)
Asked by:OpenAI
Design a cloud-based IDE similar to Google Colab, Replit, or GitHub Codespaces. Users can write, execute code, and see real-time output—all in the browser without local setup.
This problem tests your ability to design systems with resource management, real-time streaming, and multi-tenancy isolation. The core challenges are VM/container lifecycle management and efficient log streaming at scale.