nerdexam
Google

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.

Google Cloud Compute Services and Operational Models

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)
  • A
    91% (43)
  • B
    2% (1)
  • C
    2% (1)
  • D
    4% (2)

Why each option

Cloud Run is a fully managed platform that runs containerized applications in any language, abstracting all infrastructure management from developers.

ACloud RunCorrect

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.

BDataproc

Dataproc is a managed service for running Apache Spark and Hadoop big data processing jobs and is not a general-purpose application hosting platform.

CPub/Sub

Pub/Sub is a managed asynchronous messaging service for event-driven architectures and does not provide a runtime environment for building or hosting applications.

DBare Metal Solution

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

#Serverless#Managed Compute#Application Development#Operational Efficiency

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice