You must make an emergency update from a non-corporate computer and cannot store source locally. How should you set up your developer environment?
Choose an answer
Tap an option to check your answer.
Correct answer: Use Cloud Shell and the built-in code editor for development. Send your source code updates as pull requests..
Why this is the answer
Cloud Shell provides a secure, web-based development environment directly in your browser, eliminating the need to store source code locally on an untrusted machine. It comes with a built-in code editor and pre-installed Git tools, allowing you to make changes and submit pull requests without exposing your credentials or code to the public computer. Using a text editor and Git command line on a public computer directly (first option) or on a VM on a public computer (second option) still carries the risk of credential exposure or data leakage, as the underlying machine might be compromised or retain data. Using a Cloud Storage bucket (fourth option) for direct code editing is not a standard or secure development workflow. While Cloud Storage offers versioning, it's not designed as a primary development environment for active coding and lacks the integrated tools and security posture of Cloud Shell for this specific use case.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed