- A
Pull subscription with exactly-once delivery enabled
Pub/Sub supports exactly-once delivery on pull subscriptions, minimising duplicates while the subscriber processes idempotently.
- B
Push subscription with retry policy
Why wrong: Push subscriptions can have retry policies but do not natively provide exactly-once delivery; they are at-least-once by default.
- C
Push subscription with acknowledgment deadline extended
Why wrong: Extending acknowledgment deadline prevents premature redelivery but does not guarantee exactly-once.
- D
Pull subscription with a dead letter topic
Why wrong: Dead letter topics handle undeliverable messages, not duplicate prevention.
Cloud Digital Leader Exactly-once delivery Practice Question
This GCDL practice question tests your understanding of google cloud products and services. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: exactly-once delivery. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
An engineer needs to create a Pub/Sub subscription that delivers messages exactly once to a subscriber that processes them idempotently. The subscriber runs on Compute Engine and must handle messages at least once but the engineer wants to minimise duplicates. Which subscription type should be configured?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"least"Why it matters: You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Pull subscription with exactly-once delivery enabled
In Google Cloud Pub/Sub, exactly-once delivery is a property that can be enabled only on pull subscriptions. It ensures that each message is delivered to the subscriber no more than once, reducing duplicates. Push subscriptions do not support exactly-once delivery; they operate on an at-least-once basis. Therefore, the correct configuration is a pull subscription with exactly-once delivery enabled.
Key principle: Exactly-once delivery
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Pull subscription with exactly-once delivery enabled
Why this is correct
Pub/Sub supports exactly-once delivery on pull subscriptions, minimising duplicates while the subscriber processes idempotently.
Clue confirmation
The clue word "least" in the question point toward this answer.
Related concept
Exactly-once delivery
- ✗
Push subscription with retry policy
Why it's wrong here
Push subscriptions can have retry policies but do not natively provide exactly-once delivery; they are at-least-once by default.
- ✗
Push subscription with acknowledgment deadline extended
Why it's wrong here
Extending acknowledgment deadline prevents premature redelivery but does not guarantee exactly-once.
- ✗
Pull subscription with a dead letter topic
Why it's wrong here
Dead letter topics handle undeliverable messages, not duplicate prevention.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Candidates may think that push subscriptions also support exactly-once delivery and choose a push option, but the push options listed do not enable exactly-once delivery.
Detailed technical explanation
How to think about this question
Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.
KKey Concepts to Remember
- Exactly-once delivery
- Pull subscription
- Idempotent processing
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Exactly-once delivery
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Review exactly-once delivery, then practise related GCDL questions on the same topic to reinforce the concept.
- →
Google Cloud Products and Services — study guide chapter
Learn the concepts, then practise the questions
- →
Google Cloud Products and Services practice questions
Targeted practice on this topic area only
- →
All GCDL questions
1,000 questions across all exam domains
- →
Google Cloud Digital Leader study guide
Full concept coverage aligned to exam objectives
- →
GCDL practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why Cloud Technology Can Transform Business practice questions
Practise GCDL questions linked to Why Cloud Technology Can Transform Business.
Fundamental Cloud Concepts practice questions
Practise GCDL questions linked to Fundamental Cloud Concepts.
Google Cloud Security practice questions
Practise GCDL questions linked to Google Cloud Security.
How Google Cloud Resources Are Managed practice questions
Practise GCDL questions linked to How Google Cloud Resources Are Managed.
Google Cloud Products and Services practice questions
Practise GCDL questions linked to Google Cloud Products and Services.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this GCDL question test?
Google Cloud Products and Services — This question tests Google Cloud Products and Services — Exactly-once delivery.
What is the correct answer to this question?
The correct answer is: Pull subscription with exactly-once delivery enabled — In Google Cloud Pub/Sub, exactly-once delivery is a property that can be enabled only on pull subscriptions. It ensures that each message is delivered to the subscriber no more than once, reducing duplicates. Push subscriptions do not support exactly-once delivery; they operate on an at-least-once basis. Therefore, the correct configuration is a pull subscription with exactly-once delivery enabled.
What should I do if I get this GCDL question wrong?
Review exactly-once delivery, then practise related GCDL questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "least". You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
What is the key concept behind this question?
Exactly-once delivery
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More GCDL practice questions
- A DevOps team wants to adopt GitOps practices for managing their Google Cloud infrastructure. Which combination of tools…
- A startup is building an application that sends daily promotional push notifications to millions of mobile users on both…
- An organization's leadership wants to foster a 'fail fast' culture to accelerate innovation. A cloud environment directl…
- A company's on-premises applications occasionally need more compute capacity than their own infrastructure can provide (…
- A digital media company hosts video content globally. They want to reduce origin server load and deliver content faster…
- A security audit finds that a company's application service accounts have been granted broad IAM roles (e.g., Storage Ad…
Last reviewed: Jul 4, 2026
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.