Ultimate access to all questions.
A new intern has joined your team and requires access to Google Compute Engine within your sandbox project to experiment with various settings and launch compute instances for testing purposes. You are tasked with providing this access. What is the most appropriate way to grant the intern access to Compute Engine without exceeding the necessary permissions?
Explanation:
The correct answer is to Grant Compute Engine Instance Admin Role for the sandbox project. This role provides the intern with full control over Compute Engine instances, instance groups, disks, snapshots, and images, along with read access to all Compute Engine networking resources, without granting unnecessary permissions.
For more details, refer to the Google Cloud IAM documentation.