Google Cloud Professional Cloud Developer — Question 317

You are responsible for developing a new ecommerce application that is running on Cloud Run. You need to connect your application to a Cloud SQL database that is in a separate project. This project is on an isolated network dedicated to multiple databases without a public IP. You need to connect your application to this database. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a subnet and a Serverless VPC Access connector allows Cloud Run to connect to the private Cloud SQL database without needing a public IP. Options A and B suggest methods that do not directly create the necessary private connection to Cloud SQL, while option C lacks the requirement for establishing a subnet and VPC Access connector needed for secure access.