ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 73 - Associate Cloud Engineer discussion

Report
Export

You 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?

A.
After the VM has been created, use your Google Account credentials to log in into the VM.
Answers
A.
After the VM has been created, use your Google Account credentials to log in into the VM.
B.
After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
Answers
B.
After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
C.
When creating the VM, add metadata to the instance using 'windows-password' as the key and a password as the value.
Answers
C.
When creating the VM, add metadata to the instance using 'windows-password' as the key and a password as the value.
D.
After 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.
Answers
D.
After 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.
Suggested answer: B

Explanation:

You can generate Windows passwords using either the Google Cloud Console or the gcloud command-line tool. This option uses the right syntax to reset the windows password.

gcloud compute reset-windows-password windows-instance

Ref:https://cloud.google.com/compute/docs/instances/windows/creating-passwords-for-windows-instances#gcloud

asked 18/09/2024
Farah Fauzi
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first