Which service is designed for large-scale data processing?
ABigQuery
BCloud Storage
CCloud Functions
DCloud Run
Explanation
BigQuery is tailored for large-scale data analytics whereas others serve different functions.
Q92
A company needs to automate model deployment. Which tool should they use?
AVertex AI Pipelines
BCloud Pub/Sub
CCloud Tasks
DCloud Run
Explanation
Vertex AI Pipelines is specifically for automating ML workflows, while others focus on different management features.
Q93
What happens when a Cloud Function exceeds its timeout limit?
AFunction continues to run
BFunction returns an error
CFunction is paused
DFunction retries automatically
Explanation
When a Cloud Function exceeds its timeout, it always returns an error and ceases execution, not retrying unless explicitly coded to do so.
Q94
Which service is optimal for batch data processing on GCP?
ABigQuery
BCloud Pub/Sub
CCloud Dataflow
DCloud Functions
Explanation
Cloud Dataflow is designed for batch and stream processing, while the others focus on different functionalities.
Q95
A company needs to store and analyze real-time streaming data. What should they use?
ACloud Spanner
BCloud Pub/Sub
CCloud Storage
DCloud SQL
Explanation
Cloud Pub/Sub effectively ingests real-time streaming data, while the others serve different use cases.
Q96
What happens when you delete a model version in AI Platform?
AThe entire model gets deleted
BOnly the version is deleted
CModel gets archived
DRestores previous versions automatically
Explanation
Only the selected model version is deleted, leaving the model intact with other versions available.
Q97
Which Google Cloud service allows for real-time data processing?
ABigQuery
BDataflow
CCloud Functions
DCloud Run
Explanation
Dataflow is designed for real-time data processing; the others are not primarily focused on that.
Q98
A company needs to deploy a machine learning model with automatic scaling based on load. Which service should they use?
AApp Engine
BCloud Functions
CAI Platform
DCloud Run
Explanation
Cloud Run supports automatic scaling for containerized applications; the others do not meet this specific requirement as effectively.
Q99
What happens when you enable model versioning in AI Platform?
ACosts double
BAutomatic experiments conducted
CMultiple versions can coexist
DModel training stops
Explanation
Model versioning allows multiple versions to coexist without interfering; other options incorrectly imply negative consequences or functionalities that are not true.
Q100
Which Google Cloud service allows auto-scaling based on HTTP request rates?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DApp Engine
Explanation
App Engine supports automatic scaling based on HTTP traffic, unlike the other options.