Google Cloud Associate Cloud Engineer — Question 2
You created an instance of SQL Server 2017 on Compute Engine to test features in the new version. You want to connect to this instance using the fewest number of steps. What should you do?
Answer options
- A. Install a RDP client on your desktop. Verify that a firewall rule for port 3389 exists.
- B. Install a RDP client in your desktop. Set a Windows username and password in the GCP Console. Use the credentials to log in to the instance.
- C. Set a Windows password in the GCP Console. Verify that a firewall rule for port 22 exists. Click the RDP button in the GCP Console and supply the credentials to log in.
- D. Set a Windows username and password in the GCP Console. Verify that a firewall rule for port 3389 exists. Click the RDP button in the GCP Console, and supply the credentials to log in.
Correct answer: D
Explanation
Answer D is correct because it ensures that both the Windows username and password are set, as well as verifying the necessary firewall rule for RDP access on port 3389, allowing for a straightforward connection. Option A is incorrect as it lacks the necessary username and password setup. Option B is incorrect because it does not confirm the firewall rule for RDP access. Option C is wrong since it mentions port 22, which is used for SSH, not RDP.