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
- A. Activate the Service Networking API in your project.
- B. Activate the Cloud Datastore API in your project.
- C. Create a private connection to a service producer.
- D. Create a custom static route to allow the traffic to reach the Cloud SQL API.
- E. Enable Private Google Access.
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.