Google Cloud Professional Cloud Network Engineer — Question 49

You are creating a new application and require access to Cloud SQL from VPC instances without public IP addresses.
Which two actions should you take? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Activating the Service Networking API and creating a private connection to a service producer are necessary for accessing Cloud SQL without public IP addresses, as they facilitate private connectivity. The other options, such as enabling the Cloud Datastore API or setting up static routes, do not directly support private access to Cloud SQL.