Vertex AI combines training, tuning, pipelines, and prediction services into one managed ML platform. Data warehouses, messaging, and function runners are different services.
题目 2
What is Vertex AI Pipelines?
Vertex AI Pipelines runs compiled pipeline steps on managed infrastructure so training, evaluation, and deployment can be reproduced. Storage, notebooks, and dashboards are not orchestrators.
题目 3
What is a Vertex AI Experiment?
Experiments record runs, parameters, and metrics so teams can compare attempts. VMs, deployment targets, and databases do not track experiments.
题目 4
What is Vertex AI Feature Store?
The Feature Store centralizes feature definitions and online or offline serving. Key management, scheduling, and DNS are unrelated.
题目 5
What is Vertex AI Model Garden?
Model Garden provides access to Google and partner foundation models plus ready-to-use solutions. Billing, firewalls, and data lakes are not catalogs.
题目 6
What is a Vertex AI endpoint?
Endpoints host model versions and route online prediction traffic. SQL instances, topics, and functions serve different purposes.
题目 7
What is Vertex AI TensorBoard?
Vertex AI TensorBoard visualizes scalars, images, graphs, and other training data. Load balancers, warehouses, and policies are not visualization tools.
题目 8
What is Vertex AI Vector Search (Matching Engine)?
Vector Search indexes embeddings and returns nearest neighbors at scale. Relational databases, job runners, and resolvers do not perform similarity search.
题目 9
What does a traffic split on a Vertex AI endpoint do?
Traffic split supports gradual rollouts by routing a configurable share of requests to a model version. Deleting, compressing, and retraining are separate actions.
题目 10
Match each architecture concept to its purpose.
Pipelines orchestrate workflows, Experiments track runs, the Registry manages model versions, and endpoints serve predictions.
题目 11
What is BigQuery ML?
BigQuery ML trains and evaluates models with SQL so analytics teams can run ML without moving data. Notebooks, key stores, and load balancers are not SQL ML services.
题目 12
What is Dataflow?
Dataflow provides unified stream and batch processing with autoscaling. Notebooks, secrets, and load balancers serve other roles.
题目 13
What is Pub/Sub used for in ML pipelines?
Pub/Sub ingests and delivers real-time messages so streaming pipelines can react to new data. Models, SQL, and DNS are handled elsewhere.
题目 14
What is Cloud Storage typically used for in ML?
Cloud Storage holds datasets, checkpoints, and model artifacts that training and prediction jobs read. SQL, messages, and keys use other services.
题目 15
What is Dataproc?
Dataproc runs managed Spark, Hadoop, Flink, and related clusters. Warehouses, event buses, and registries are different services.
题目 16
What is Cloud Composer?
Cloud Composer schedules and orchestrates data and ML workflows with Airflow. Vector databases, firewalls, and key management are not orchestrators.
题目 17
What are BigQuery reservation slots?
Slots are units of query compute capacity that reservations allocate to projects and teams. Keys, storage, and roles are separate concepts.
题目 18
What is a Vertex AI Dataset?
Vertex AI Datasets organize and version data for AutoML and custom training. Topics, registries, and images are not datasets.
题目 19
What is a Dataflow template?
Templates package pipeline configuration so teams can launch repeatable jobs. Image formats, frameworks, and DNS are unrelated.
题目 20
Match each data tool to its purpose.
BigQuery runs SQL analytics, Dataflow processes streams and batches, Pub/Sub delivers real-time events, and Cloud Storage stores artifacts.
题目 21
What is a custom training job on Vertex AI?
Custom training jobs execute your containerized training code on managed compute. AutoML, warehouse queries, and registry entries are different.
题目 22
What is AutoML in Vertex AI?
AutoML handles architecture search, training, and tuning for common data types. Storage, load balancing, and roles are unrelated.
题目 23
What is Vertex AI hyperparameter tuning?
Hyperparameter tuning runs trials with different values to maximize a target metric. Encryption, versioning, and logging are separate capabilities.
题目 24
What is Vertex AI Vizier?
Vizier performs black-box optimization over parameters defined by the user. Views, runtimes, and alert channels are not optimizers.
题目 25
What is Vertex AI Explainable AI?
Explainable AI computes attributions such as integrated gradients for predictions. Queues, buckets, and endpoints do not explain predictions.
题目 26
What is Vertex AI Forecast?
Vertex AI Forecast builds time-series predictions using historical data. Databases, DNS, and key management are not forecasting services.
题目 27
What are Vertex AI Tabular Workflows?
Tabular Workflows package automated pipelines that train and evaluate models on tabular data. Spreadsheets, SQL builders, and firewall rules are unrelated.
题目 28
What is a custom training container?
Custom training containers bundle code and dependencies so Vertex AI can run them consistently. Registry policies, empty images, and queues do not train models.
题目 29
What is a custom prediction container?
Custom prediction containers let you control dependencies and runtime for model serving. AutoML models, tables, and alerts are different resources.
题目 30
Match each model development concept to its purpose.
Custom jobs run your code, AutoML automates training, tuning searches parameters, and Explainable AI provides prediction explanations.
题目 31
What does minReplicaCount on a Vertex AI endpoint do?
minReplicaCount keeps a baseline number of replicas warm so latency stays low. Network, epochs, and encryption are separate settings.
题目 32
What does maxReplicaCount on a Vertex AI endpoint do?
maxReplicaCount caps autoscaling so cost stays controlled during traffic spikes. Batch size, accuracy, and log storage are different.
题目 33
What is GPU quota used for?
GPU quota limits accelerator usage per region and project. Encryption, key rotation, and billing are separate controls.
题目 34
What is TPU quota?
TPU quota caps tensor processing unit capacity for training jobs. Version labels, retention, and DNS are unrelated.
题目 35
What is batch prediction?
Batch prediction runs offline jobs over large inputs without per-request latency guarantees. Real-time serving, resharding, and compression are different.
题目 36
What is online prediction?
Online prediction responds to individual requests quickly. Training, exporting, and backups are not real-time serving.
题目 37
What is BigQuery slot autoscaling?
Slot autoscaling automatically adds query capacity when demand rises, up to a configured maximum. Buckets, keys, and functions are separate.
题目 38
What does Vertex AI Prediction autoscaling do?
Autoscaling adjusts endpoint replicas in response to traffic while respecting min and max limits. Retraining, formats, and deletion are different.
题目 39
What is Dataflow Streaming Engine?
Streaming Engine decouples stream job compute from state, allowing efficient scaling and updates. SQL optimization, serving, and firewalls are unrelated.
题目 40
Match each scalability concept to its purpose.
minReplicaCount keeps warm standby, maxReplicaCount sets the ceiling, batch prediction handles bulk inference, and Streaming Engine scales stream processing.
题目 41
What is VPC Service Controls?
VPC Service Controls applies perimeters to Google Cloud services so data cannot move outside allowed contexts. GPUs, registries, and warehouses are not perimeters.
题目 42
What is a customer-managed encryption key (CMEK)?
CMEK gives customers control over the keys protecting data in supported Google Cloud services. Passwords, firewall rules, and aliases are different.
题目 43
What is Cloud KMS?
Cloud KMS manages cryptographic keys and their lifecycle. Pipelines, networks, and billing are unrelated.
题目 44
What is a Confidential VM?
Confidential VMs use AMD SEV to encrypt memory in use. Private IPs, batch use, and perimeters address different concerns.
题目 45
What is Cloud DLP used for in ML?
Cloud DLP inspects data for sensitive content and applies redaction or masking before use in ML. Scaling, storage, and SQL are separate.
题目 46
What is an IAM principal?
IAM principals are identities such as users, groups, service accounts, and workloads. Keys, storage classes, and DNS records are not identities.
题目 47
What is a custom service account?
Custom service accounts let workloads use only the permissions required. User accounts, firewalls, and versions are not workload identities.
题目 48
What does a private endpoint (Private Service Connect) do for Vertex AI?
Private Service Connect lets clients reach Vertex AI through private IP addresses inside their VPC. Encryption, deletion, and projects are unrelated.
题目 49
What is Vertex AI Workbench?
Vertex AI Workbench offers managed notebooks with preinstalled ML tools. Queues, routers, and key management are not notebooks.
题目 50
Match each security control to its purpose.
VPC Service Controls builds perimeters, CMEK gives key control, Cloud DLP de-identifies data, and IAM roles control access.
题目 51
What does Vertex AI Model Monitoring detect?
Model Monitoring watches input distributions and compares them to training data to detect skew and drift. Billing, routes, and vulnerabilities are separate.
题目 52
What is training-serving skew?
Training-serving skew occurs when prediction inputs differ in distribution or processing from training data. Scheduling, policies, and regions are different issues.
题目 53
What is data drift?
Data drift means the live data distribution has moved away from what the model was trained on. Corruption, quotas, and networks are unrelated.
题目 54
What is the Vertex AI Model Registry?
The Model Registry tracks model versions, aliases, and deployment state. Labeling, GPUs, and logging are different resources.
题目 55
What is a model alias?
Aliases let deployments follow a stable name while the underlying version changes. Keys, accounts, and schemas are not model aliases.
题目 56
What is continuous training?
Continuous training triggers retraining on a schedule or on new data so models stay current. Manual runs, tuning, and copies are not continuous.
题目 57
What is Cloud Logging used for in ML?
Cloud Logging centralizes audit and operational logs from ML resources. Training, routing, and scaling are handled by other services.
题目 58
What do Vertex AI Experiments and Metadata track?
Together they capture experiment runs and lineage so teams can reproduce and audit ML workflows. Network, billing, and login data are outside their scope.
题目 59
What does Vertex AI Pipelines caching do?
Caching reuses outputs for unchanged steps, saving time and cost. Prediction caching, encryption, and VM sizing are different.
题目 60
Match each MLOps concept to its purpose.
Model Monitoring detects skew and drift, the Registry manages versions, caching skips unchanged steps, and Cloud Logging provides an audit trail.