Question 141 of 507
Google Cloud products, services, and solutionseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is to integrate a third-party transactional email service like SendGrid, Mailgun, or Postmark via API from Cloud Run or Cloud Functions. This is the standard approach because Google Cloud does not provide a native SMTP email service, so applications must rely on external providers to handle critical deliverability tasks such as SPF, DKIM, and DMARC authentication, which are essential for transactional emails like order confirmations and password resets. On the Google Cloud Digital Leader exam, this question tests your understanding of Google Cloud’s service boundaries and the common pattern of using serverless compute with third-party APIs for specialized functions. A common trap is assuming Google Cloud offers a built-in email service, but it does not—unlike some other cloud providers. Memory tip: think “Google Cloud sends data, not emails—use a third-party API for your transactional mail.”

Cloud Digital Leader Practice Question: Google Cloud products, services, and solutions

This GCDL practice question tests your understanding of google cloud products, services, and solutions. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.

A company is building a new application that needs to send transactional emails (order confirmations, password resets, account notifications) to customers. Google Cloud does not provide a native SMTP email service. Which approach is standard for sending transactional emails from Google Cloud applications?

Question 1easymultiple choice
Read the full NAT/PAT explanation →

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

Integrating a third-party transactional email service (such as SendGrid, Mailgun, or Postmark) via API from the Cloud Run or Cloud Functions application

Option B is correct because Google Cloud does not offer a native SMTP service for sending transactional emails. The standard approach is to integrate a third-party transactional email service (e.g., SendGrid, Mailgun, Postmark) via API from serverless compute services like Cloud Run or Cloud Functions. These services handle deliverability, reputation, and compliance with email standards (SPF, DKIM, DMARC) that are critical for transactional email.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Using Cloud Storage to store email templates and delivering them directly to customers' inboxes

    Why it's wrong here

    Cloud Storage stores files; it has no email sending capability. Email requires SMTP servers and deliverability infrastructure.

  • Integrating a third-party transactional email service (such as SendGrid, Mailgun, or Postmark) via API from the Cloud Run or Cloud Functions application

    Why this is correct

    This is the standard pattern. Applications hosted on Cloud Run or Cloud Functions call third-party email service APIs to send transactional emails. These services provide the SMTP infrastructure, deliverability management, and analytics that transactional email requires.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Running a self-managed SMTP server on a Compute Engine VM and configuring MX records to deliver email

    Why it's wrong here

    Running a self-managed SMTP server on a cloud VM is technically possible but problematic: cloud provider IPs are frequently blocklisted by spam filters, deliverability management is complex, and it doesn't scale easily. Third-party email services exist precisely to solve these problems.

  • Using Gmail directly by authenticating the application with a corporate Gmail account and sending through Gmail SMTP

    Why it's wrong here

    Gmail's SMTP service has severe rate limits (500 emails/day) unsuitable for production transactional email. It also creates deliverability issues and account suspension risks when used for application email sending.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may assume Google Cloud provides a native SMTP service (like AWS SES) or that Gmail SMTP can be repurposed for application use, but Google Cloud explicitly lacks this service, and Gmail's SMTP is restricted to personal use and low-volume sending.

Detailed technical explanation

How to think about this question

Third-party transactional email services provide REST APIs that integrate with Cloud Run or Cloud Functions via HTTP calls, handling SMTP relay, bounce processing, and delivery analytics. These services also manage IP warm-up and sender reputation, which are critical for avoiding spam filters. In contrast, self-managed SMTP on Compute Engine would require configuring Postfix or Exim, setting up SPF/DKIM records, and monitoring blacklists—a significant operational burden.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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.

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, services, and solutions — This question tests Google Cloud products, services, and solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Integrating a third-party transactional email service (such as SendGrid, Mailgun, or Postmark) via API from the Cloud Run or Cloud Functions application — Option B is correct because Google Cloud does not offer a native SMTP service for sending transactional emails. The standard approach is to integrate a third-party transactional email service (e.g., SendGrid, Mailgun, Postmark) via API from serverless compute services like Cloud Run or Cloud Functions. These services handle deliverability, reputation, and compliance with email standards (SPF, DKIM, DMARC) that are critical for transactional email.

What should I do if I get this GCDL question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More GCDL practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.