LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


After installing an SQL server on a Windows instance in Google Cloud Platform (GCP), what is the most efficient method to connect to the instance?

Real Exam



Explanation:

The correct answer is D because connecting to a Windows instance requires the installation of an RDP client, as GCP does not provide one. You must generate a Windows instance password for authentication, and the RDP protocol uses port 3389. Options A and B are incorrect because an external RDP client is necessary, and you cannot connect directly from the GCP console. Options B and C are incorrect because port 22 is designated for SSH, not RDP. For more details, refer to the GCP documentation on Connecting to Windows Instances.

Powered ByGPT-5