Question 73 of 284
Single answerYou are setting up a Windows VM on Compute Engine and want to make sure you can log in to the VM via RDP. What should you do?
AAfter the VM has been created, use your Google Account credentials to log in into the VM.
✓BAfter the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
CWhen creating the VM, add metadata to the instance using 'windows-password' as the key and a password as the value.
DAfter the VM has been created, download the JSON private key for the default Compute Engine service account. Use the credentials in the JSON file to log in to the VM.
✓
Correct Answer: B
After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.