Question 173 of 1,786
Data Operations and SupporteasyMultiple SelectObjective-mapped

Quick Answer

The correct answer is Amazon CloudWatch and Amazon SNS. CloudWatch is the native monitoring service for AWS Glue, capturing job metrics, logs, and state changes like failures or timeouts, while SNS handles the notification delivery by publishing alerts to email, SMS, or other endpoints when a CloudWatch alarm triggers. On the AWS Certified Data Engineer Associate DEA-C01 exam, this pairing tests your understanding of the native monitoring and alerting architecture for Glue ETL jobs—a common scenario in pipeline reliability questions. A frequent trap is choosing AWS Lambda or Step Functions for notifications, but remember that SNS is the simplest, fully managed pub/sub service for direct alerts without additional orchestration. Memory tip: think “Glue sticks to CloudWatch, CloudWatch rings SNS.”

DEA-C01 Data Operations and Support Practice Question

This DEA-C01 practice question tests your understanding of data operations and support. 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. 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 data engineer is setting up a data pipeline using AWS Glue. The engineer wants to monitor job failures and receive notifications. Which TWO services can be used together for this purpose?

Question 1easymulti select
Full question →

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

Amazon CloudWatch

Amazon CloudWatch (B) is correct because it is the native monitoring service for AWS Glue, capturing job metrics, logs, and state changes. You can configure CloudWatch alarms to trigger on job failures, which then invoke Amazon SNS (C) to send notifications via email, SMS, or other endpoints. Together, they provide a complete monitoring and alerting solution without additional orchestration.

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.

  • AWS Step Functions

    Why it's wrong here

    Step Functions orchestrates workflows.

  • Amazon CloudWatch

    Why this is correct

    Glue publishes job metrics to CloudWatch.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon SNS

    Why this is correct

    SNS sends notifications from CloudWatch alarms.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon Kinesis Data Streams

    Why it's wrong here

    Kinesis is for real-time data streaming.

  • Amazon SQS

    Why it's wrong here

    SQS is a queue service.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse AWS Step Functions (A) as a monitoring tool because it can orchestrate retries, but it does not natively send notifications and is not the primary service for monitoring Glue job failures.

Detailed technical explanation

How to think about this question

Under the hood, AWS Glue publishes job run state changes (e.g., FAILED, SUCCEEDED, TIMEOUT) to CloudWatch Events (now part of Amazon EventBridge). You can create an EventBridge rule that matches a 'Glue Job Run State Change' event with a status of 'FAILED' and routes it to an SNS topic. SNS then fans out the notification to subscribed endpoints (e.g., email, SMS, HTTP/S). This pattern avoids polling and provides near-real-time alerts with minimal latency.

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 cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

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 DEA-C01 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 DEA-C01 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 DEA-C01 question test?

Data Operations and Support — This question tests Data Operations and Support — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Amazon CloudWatch — Amazon CloudWatch (B) is correct because it is the native monitoring service for AWS Glue, capturing job metrics, logs, and state changes. You can configure CloudWatch alarms to trigger on job failures, which then invoke Amazon SNS (C) to send notifications via email, SMS, or other endpoints. Together, they provide a complete monitoring and alerting solution without additional orchestration.

What should I do if I get this DEA-C01 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 DEA-C01 practice questions

Last reviewed: Jun 24, 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 DEA-C01 practice question is part of Courseiva's free Amazon Web Services 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 DEA-C01 exam.