Question 38 of 499
Operationalizing machine learning modelshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to update the existing feature store to enable online serving. This is correct because Vertex AI Feature Store separates offline and online serving capabilities; offline queries use BigQuery for batch access, while online serving requires a dedicated low-latency endpoint backed by infrastructure like Bigtable, which must be explicitly enabled during or after feature store creation. On the Google Professional Data Engineer exam, this scenario tests your understanding of Feature Store architecture and the distinction between serving modes—a common trap is assuming the store is fully functional if offline queries work, or that you must recreate the store entirely. Remember the memory tip: "Offline is batch, online needs a latch"—meaning online serving requires a specific configuration toggle to activate the real-time endpoint, not a full rebuild.

PDE Operationalizing machine learning models Practice Question

This PDE practice question tests your understanding of operationalizing machine learning models. 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.

Exhibit

gcloud ai featurestores describe projects/.../locations/us-central1/featurestores/my_fs
Output:
online_serving_config:
  fixed_node_count: 0
  scaling:
    min_node_count: 1
    max_node_count: 10
    cpu_utilization_target: 80
state: STABLE

Refer to the exhibit. The feature store 'my_fs' responds to offline queries but online serving requests fail. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Full question →

Exhibit

gcloud ai featurestores describe projects/.../locations/us-central1/featurestores/my_fs
Output:
online_serving_config:
  fixed_node_count: 0
  scaling:
    min_node_count: 1
    max_node_count: 10
    cpu_utilization_target: 80
state: STABLE

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

Update the existing feature store to enable online serving

The feature store 'my_fs' responds to offline queries but not online serving requests, which indicates that online serving is not enabled for the feature store. In Vertex AI Feature Store, online serving requires a dedicated endpoint and underlying infrastructure (e.g., Bigtable) to serve low-latency requests. Updating the existing feature store to enable online serving (option C) is the correct fix, as it activates the necessary serving resources without recreating the store.

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.

  • Create a new feature store with online serving enabled

    Why it's wrong here

    Existing feature store can be updated; creation of new one is not needed.

  • Use Cloud Bigtable directly

    Why it's wrong here

    Switching to Bigtable bypasses the feature store but is not a best practice.

  • Update the existing feature store to enable online serving

    Why this is correct

    Online serving can be enabled by setting appropriate scaling configuration.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Re-import features into a new store

    Why it's wrong here

    Re-importing does not fix the online serving configuration.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the misconception that a feature store's offline and online serving are automatically coupled, leading candidates to think a new store or data re-import is required when online serving fails, rather than recognizing that online serving is an optional configuration that must be explicitly enabled on the existing store.

Detailed technical explanation

How to think about this question

Vertex AI Feature Store uses a Bigtable-backed online serving endpoint that must be explicitly enabled per feature store. When online serving is disabled, the store only supports batch/offline queries via BigQuery. Enabling online serving provisions a Bigtable cluster and exposes a gRPC endpoint for real-time feature retrieval, which is essential for production ML serving pipelines. A common real-world scenario is a team that initially creates a feature store for offline training and later needs to serve features for online inference, forgetting to update the serving configuration.

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 PDE 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 PDE 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 PDE question test?

Operationalizing machine learning models — This question tests Operationalizing machine learning models — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Update the existing feature store to enable online serving — The feature store 'my_fs' responds to offline queries but not online serving requests, which indicates that online serving is not enabled for the feature store. In Vertex AI Feature Store, online serving requires a dedicated endpoint and underlying infrastructure (e.g., Bigtable) to serve low-latency requests. Updating the existing feature store to enable online serving (option C) is the correct fix, as it activates the necessary serving resources without recreating the store.

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

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

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

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 30, 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 PDE 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 PDE exam.