GCP_PDE_Pub_Sub

GCP_PDE_Pub_Sub

Professional Development

5 Qs

quiz-placeholder

Similar activities

Cloud Physics Enablement

Cloud Physics Enablement

Professional Development

10 Qs

Aula 03/10/21

Aula 03/10/21

Professional Development

10 Qs

Generalidades Fotogrametría

Generalidades Fotogrametría

Professional Development

10 Qs

GCP_CS2_Day2

GCP_CS2_Day2

Professional Development

10 Qs

SAPIENT_Quiz_Day1

SAPIENT_Quiz_Day1

Professional Development

10 Qs

AWS Architect - Módulo 6 - BR - Ago/2025

AWS Architect - Módulo 6 - BR - Ago/2025

Professional Development

10 Qs

Quiz 65 Civil express

Quiz 65 Civil express

Professional Development

10 Qs

Cloud Engineering Quiz

Cloud Engineering Quiz

Professional Development

10 Qs

GCP_PDE_Pub_Sub

GCP_PDE_Pub_Sub

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

CloudThat Technologies

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A large enterprise using GCP has recently acquired a startup that has an IoT platform. The acquiring company wants to migrate the IoT platform from an on-premises data center to GCP and wants to use Google Cloud managed services whenever possible. What GCP service would you recommend for ingesting IoT data?

Cloud Storage

Cloud SQL

Cloud Pub/Sub

Cloud Spanner

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are using Cloud Pub/Sub to buffer records from an application that generates a stream

of data based on user interactions with a website. The messages are read by another service

that transforms the data and sends it to a machine learning model that will use it for train-

ing. A developer has just released some new code, and you notice that messages are sent

repeatedly at 10-minute intervals. What might be the cause of this problem?

The new code release changed the subscription ID.

The new code release changed the topic ID.

The new code changed the subscription from pull to push.

The new code disabled acknowledgments from the consumer.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is considered a good practice to make your processing logic idempotent when consuming messages from a Cloud Pub/Sub topic. Why is that?

Messages may be delivered multiple times.

Messages may be received out of order.

Messages may be delivered out of order.

A consumer service may need to wait extended periods of time between the delivery of

messages.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your department is migrating some stream processing to GCP and keeping some on premises. You are tasked with designing a way to share data from on-premises pipelines that use Kafka with GPC data pipelines that use Cloud Pub/Sub. How would you do that?

Stream data to a Cloud Storage bucket and read from there

Use CloudPubSubConnector and Kafka Connect

Write a service to read from Kafka and write to Cloud Pub/Sub

Use Cloud Pub/Sub Import Service

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Inventory team's subscriber only receives messages that are published after the subscription was created.

True

False