
Answer-first summary for fast verification
Answer: 1. Install an RDP client on your desktop 2. Set a Windows username and password in the GCP Console 3. Use the credentials to log in to the instance
Option A is incorrect because SSH is not applicable for Windows-based instances; it's used for Linux-based instances. Option B is correct as it outlines the necessary steps to establish a remote desktop connection using an RDP client with the Windows credentials set in the GCP Console. Option C is incorrect because it references port 22, which is for SSH, not RDP (which uses port 3389). Option D is less explicit about the need for an RDP client, making B the clearer and more complete choice for connecting to the Windows Compute Engine instance. For more details, refer to [Google Cloud documentation](https://cloud.google.com/compute/docs/instances/connecting-to-windows).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As the head of the backend and database management team, your team has upgraded an SQL server on a Windows Compute Engine instance to the latest version. You need to connect to this instance for debugging purposes. What is the most efficient method to establish a connection?
A
B
C
D
No comments yet.