Google Cloud Professional Cloud Architect — Question 137

Your company is developing a new application that will allow globally distributed users to upload pictures and share them with other selected users. The application will support millions of concurrent users. You want to allow developers to focus on just building code without having to create and maintain the underlying infrastructure. Which service should you use to deploy the application?

Answer options

Correct answer: A

Explanation

App Engine is ideal for this scenario as it is a fully managed platform that allows developers to focus on writing code without worrying about the infrastructure. In contrast, Compute Engine requires more management of virtual machines, Google Kubernetes Engine involves orchestrating containers which adds complexity, and Cloud Endpoints is primarily for managing APIs rather than deploying applications.