Latihan GCP Professional Machine Learning Engineer
Latih 60 soal GCP Professional Machine Learning Engineer asli tentang arsitektur ML, pipeline data, Vertex AI, skalabilitas, keamanan, dan MLOps, dengan penjelasan.
Tingkat: Google Cloud Professional Machine Learning Engineer CertificationKesulitan: advanced60 soal60 mnt
Konten latihan orisinal: soal-soal ini adalah latihan yang ditulis secara mandiri. Bukan soal ujian resmi atau asli, dan QuestionBank tidak berafiliasi dengan atau didukung oleh organisasi ujian atau penyelenggara tes mana pun.
Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasan. Jawaban salah disimpan secara lokal.
Hari beruntun: 0 hariTersimpan hanya di perangkat ini
Kemajuan0 / 60
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 1
What is Vertex AI?
Vertex AI combines training, tuning, pipelines, and prediction services into one managed ML platform. Data warehouses, messaging, and function runners are different services.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 6
What is a Vertex AI endpoint?
Endpoints host model versions and route online prediction traffic. SQL instances, topics, and functions serve different purposes.
Soal 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.
Soal 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.
Soal 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.
Soal 10
Match each architecture concept to its purpose.
Pipelines orchestrate workflows, Experiments track runs, the Registry manages model versions, and endpoints serve predictions.
Soal 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.
Soal 12
What is Dataflow?
Dataflow provides unified stream and batch processing with autoscaling. Notebooks, secrets, and load balancers serve other roles.
Soal 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.
Soal 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.
Soal 15
What is Dataproc?
Dataproc runs managed Spark, Hadoop, Flink, and related clusters. Warehouses, event buses, and registries are different services.
Soal 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.
Soal 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.
Soal 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.
Soal 19
What is a Dataflow template?
Templates package pipeline configuration so teams can launch repeatable jobs. Image formats, frameworks, and DNS are unrelated.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 33
What is GPU quota used for?
GPU quota limits accelerator usage per region and project. Encryption, key rotation, and billing are separate controls.
Soal 34
What is TPU quota?
TPU quota caps tensor processing unit capacity for training jobs. Version labels, retention, and DNS are unrelated.
Soal 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.
Soal 36
What is online prediction?
Online prediction responds to individual requests quickly. Training, exporting, and backups are not real-time serving.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 43
What is Cloud KMS?
Cloud KMS manages cryptographic keys and their lifecycle. Pipelines, networks, and billing are unrelated.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 49
What is Vertex AI Workbench?
Vertex AI Workbench offers managed notebooks with preinstalled ML tools. Queues, routers, and key management are not notebooks.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.