How to improve Vertex AI Feature Store serving performance during ingestion?
You recently deployed a model to a Vertex AI endpoint and set up online serving in Vertex AI Feature Store. You have configured a daily batch ingestion job to update your featurestore. During the batch ingestion jobs, you discover that CPU utilization is high in your featurestore’s online serving nodes and that feature retrieval latency is high. You need to improve online serving performance during the daily batch ingestion. What should you do?
Community Votes
64% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests the ability to choose between manual scaling and autoscaling for Vertex AI Feature Store nodes to handle ingestion-related traffic spikes.
To address high CPU and latency in Vertex AI Feature Store during batch ingestion, the consensus is to enable autoscaling for online serving nodes. This allows the infrastructure to dynamically adapt to the increased load without manual intervention.
Selecting Option A (scheduling node increases) is a common error because users assume manual provisioning is more reliable than autoscaling for predictable jobs.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Enabling autoscaling (Option B) allows the online serving nodes to automatically scale out in response to the increased load caused by the daily batch ingestion job. This directly addresses the high CPU utilization and feature retrieval latency by ensuring sufficient resources are available when needed, aligning with Google Cloud's best practices for managing Feature Stores.Why the Other Options Are Wrong
Option A suggests manually scheduling node increases, which is less flexible and requires precise prediction of the load. Option C is incorrect because it targets the Vertex AI endpoint's prediction nodes rather than the Feature Store's serving nodes where the bottleneck exists. Option D focuses on increasing the ingestion worker count, which speeds up data import but does not resolve the serving performance issues on the online nodes.Community Comment Notes
There is a notable split in the community between Options A and B. Proponents of Option A argue that manual scheduling ensures resources are ready before the spike starts, avoiding potential autoscaling lag. However, the majority and official documentation references favor Option B for its ability to handle workload dynamics automatically, as noted in comments citing Google Cloud docs.Official Reference
Exam Strategy
Focus on identifying the specific component causing the bottleneck—here, it is the Feature Store serving nodes, not the prediction endpoint. Prefer autoscaling over manual scheduling for handling recurring but variable workloads in cloud environments.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →