Question 109 of 500
Managing application performance monitoringhardMultiple ChoiceObjective-mapped

Quick Answer

The correct choice is to create a log-based metric in Cloud Logging. This approach is purpose-built for parsing structured logs to count occurrences of a specific field value, and it delivers near-real-time latency because the metric is updated as logs are ingested, not through batch processing. On the Google Professional Cloud Developer exam, this scenario tests your understanding of how Cloud Logging natively integrates with Cloud Monitoring—once the log-based metric is defined, it automatically appears in Metrics Explorer and can be used in alerting policies without any additional data pipeline. A common trap is to suggest exporting logs to BigQuery or Pub/Sub for analysis, but that introduces unnecessary delay and complexity; log-based metrics are the direct, serverless solution. Memory tip: think of log-based metrics as “live counters” that watch your logs as they flow, so you can alert on the spot.

PCD Managing application performance monitoring Practice Question

This PCD practice question tests your understanding of managing application performance monitoring. 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.

An application running on Compute Engine generates structured logs. The operations team needs to parse a specific field from the logs and create a metric that counts occurrences of a particular value. They want the metric to be available for alerting with minimal delay. What should they do?

Question 1hardmultiple choice
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

Create a log-based metric in Cloud Logging

Log-based metrics in Cloud Logging are designed to extract specific fields from structured logs and count occurrences of particular values with near-real-time latency, making them ideal for alerting with minimal delay. They are natively integrated with Cloud Monitoring, so the metric is automatically available for alerting policies without additional infrastructure or data movement.

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.

  • Export logs to BigQuery and use scheduled queries

    Why it's wrong here

    Batch processing introduces too much delay.

  • Write a Cloud Function to process logs from Pub/Sub

    Why it's wrong here

    Adds complexity and latency; log-based metrics are simpler.

  • Create a log-based metric in Cloud Logging

    Why this is correct

    Log-based metrics are designed for this use case and provide low-latency metrics.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use the Cloud Monitoring agent to collect logs

    Why it's wrong here

    The agent collects system metrics, not custom log parsing.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the distinction between log-based metrics (native, low-latency) and log export to external systems (higher latency, more complex), tempting candidates to choose BigQuery or Pub/Sub because they seem more powerful for analysis, but they are not optimal for real-time alerting.

Detailed technical explanation

How to think about this question

Log-based metrics work by defining a filter that matches log entries and extracting a value from a specified field (e.g., jsonPayload.status). The metric counter is updated as log entries are ingested, typically within seconds, because Cloud Logging processes the filter inline during ingestion. This avoids the latency of exporting or streaming logs to another service, and the metric is immediately available in Cloud Monitoring for alerting policies with a 1-minute evaluation frequency.

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

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.

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

Related practice questions

Related PCD 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 PCD 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 PCD question test?

Managing application performance monitoring — This question tests Managing application performance monitoring — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a log-based metric in Cloud Logging — Log-based metrics in Cloud Logging are designed to extract specific fields from structured logs and count occurrences of particular values with near-real-time latency, making them ideal for alerting with minimal delay. They are natively integrated with Cloud Monitoring, so the metric is automatically available for alerting policies without additional infrastructure or data movement.

What should I do if I get this PCD 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

Last reviewed: Jun 25, 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 PCD 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 PCD exam.