CLOUD-DIGITAL-LEADER · Question #306
An organization is looking for a solution to help them build applications using their preferred programming language and tools. They also want to minimize time spent on infrastructure management…
The correct answer is A. Cloud Run. Cloud Run is a fully managed platform that runs containerized applications in any language, abstracting all infrastructure management from developers.
Question
An organization is looking for a solution to help them build applications using their preferred programming language and tools. They also want to minimize time spent on infrastructure management. What solution should the organization use?
Options
- ACloud Run
- BDataproc
- CPub/Sub
- DBare Metal Solution
How the community answered
(47 responses)- A91% (43)
- B2% (1)
- C2% (1)
- D4% (2)
Why each option
Cloud Run is a fully managed platform that runs containerized applications in any language, abstracting all infrastructure management from developers.
Cloud Run is a fully managed serverless compute platform on Google Cloud that allows developers to deploy containerized applications written in any programming language using their existing tools and frameworks. It automatically handles all infrastructure provisioning, scaling, and server management, so teams can focus entirely on writing code. This directly satisfies both requirements - language flexibility and minimal infrastructure overhead.
Dataproc is a managed service for running Apache Spark and Hadoop big data processing jobs and is not a general-purpose application hosting platform.
Pub/Sub is a managed asynchronous messaging service for event-driven architectures and does not provide a runtime environment for building or hosting applications.
Bare Metal Solution provides dedicated physical servers in Google's data centers, requiring the organization to manage the underlying infrastructure themselves, which is the opposite of minimizing infrastructure management.
Concept tested: Cloud Run managed serverless container platform
Source: https://cloud.google.com/run/docs/overview/what-is-cloud-run
Topics
Community Discussion
No community discussion yet for this question.