Objective 4.2

CDL

Describe the functionality, business use cases, and business value of Google Cloud’s infrastructure offerings.

Objective 4.2 sits in Modernize Infrastructure and Applications with Google Cloud, which carries 18% of the Cloud Digital Leader exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.

Objective title verbatim from the official objectives. Google Cloud exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

4-2Modernize Infrastructure and Applications with Google Cloud

A team has a nightly script that processes a set of files and then exits. Which Cloud Run resource type fits that work?

A serviceA service waits on HTTP requests at an endpoint.
A revisionA revision is a version of a service, not a type.
A worker poolA worker pool handles always-on background pulling.
A jobCorrect · your answerCorrect. It stops once the work is done.

Correct.

Concept

Runtime shape follows the lifecycle of the work. Something that finishes needs a different unit from something that waits for callers.

Why D

A Cloud Run job executes parallelizable tasks that run to completion, started either manually or on a schedule.

Source

The following table provides a high-level look at the options provided by each Cloud Run resource type. Resource Description Service Responds to HTTP requests sent to a unique and stable endpoint, using stateless instances that autoscale based on a variety of key metrics, also responds to events and functions. Job Executes parallelizable tasks that are executed manually, or on a schedule, and run to completion. Worker pool Handles always-on background workloads such as pull-based workloads, for example, Kafka consumers, Pub/Sub pull queues, or RabbitMQ consumers.

Google Cloud: What is Cloud Run, checked August 2026
#gcp#cloud-run#jobs#workload-fit

Now you: objective 4.2 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

4-2Modernize Infrastructure and Applications with Google Cloud

A company runs a low-traffic internal tool on Cloud Run and asks what happens overnight when nobody calls it at all.

Sample question 2 of 3

4-2Modernize Infrastructure and Applications with Google Cloud

A team wants one percent of requests sent to a new revision while it watches telemetry. What does Cloud Run provide for that?

Sample question 3 of 3

4-2Modernize Infrastructure and Applications with Google Cloud

An engineer notices that files written by a Cloud Run instance vanish. What should the application do before the instance shuts down?

Full Cloud Digital Leader question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Modernize Infrastructure and Applications with Google Cloud