Google
ASSOCIATE-CLOUD-ENGINEER · Question #336
You need to deploy a single stateless web application with a web interface and multiple endpoints. For security reasons, the web application must be reachable from an internal IP address from your…
The correct answer is C. Deploy the web application on Cloud Run with Private Service Connect configured. We need to connect to the on-premise network. Private google access does not enable this.
Submitted by jakub_pl· Mar 30, 2026Deploying and implementing a cloud solution
Question
You need to deploy a single stateless web application with a web interface and multiple endpoints. For security reasons, the web application must be reachable from an internal IP address from your company's private VPC and on-premises network. You also need to update the web application multiple times per day with minimal effort and want to manage a minimal amount of cloud infrastructure. What should you do?
Options
- ADeploy the web application on Google Kubernetes Engine standard edition with an internal
- BDeploy the web application on Cloud Run with Private Google Access configured.
- CDeploy the web application on Cloud Run with Private Service Connect configured.
- DDeploy the web application to GKE Autopilot with Private Google Access configured.
How the community answered
(41 responses)- A17% (7)
- B5% (2)
- C68% (28)
- D10% (4)
Explanation
We need to connect to the on-premise network. Private google access does not enable this.
Topics
#Cloud Run#Private Service Connect#internal IP access#VPC networking
Community Discussion
No community discussion yet for this question.