Which service in Google Cloud is best for serving static website content?
ACloud Storage
BCompute Engine
CCloud Functions
DApp Engine
Explanation
Cloud Storage is designed for easily hosting static content, whereas other options require additional configurations or are not optimized for static files.
Q134
A company needs to implement a machine learning solution that can process video streams in real time. What Google Cloud service is most suitable for this requirement?
ACloud Pub/Sub
BCloud Dataflow
CVertex AI
DCloud Functions
Explanation
Cloud Dataflow is optimized for processing streaming data, including video, while other options are not tailored to this specific need.
Q135
What happens when you configure a TensorFlow model using early stopping?
AModel training will stop early.
BModel accuracy will decrease.
CTraining will always reach 100% accuracy.
DModel is regularized automatically.
Explanation
Early stopping is a technique to halt training when performance on validation data stops improving, optimizing resource usage and preventing overfitting.
Q136
Which service is best for real-time data processing in Google Cloud?
ACloud Pub/Sub
BCloud Functions
CCloud Storage
DBigQuery
Explanation
Cloud Pub/Sub is designed for real-time data ingestion, while others focus on storage or batch processing.
Q137
A company needs to deploy a model that predicts product demand based on time series data. What should they use?
AAutoML Tables
BBigQuery ML
CTensorFlow
DCloud Dataprep
Explanation
BigQuery ML allows time series forecasting directly in SQL, suited for demand prediction.
Q138
You are configuring a machine learning model for sensitive user data. What happens when you enable data pseudonymization?
AData remains unchanged.
BOnly user IDs are encrypted.
CData can be traced back easily.
DIdentities are masked for privacy.
Explanation
Pseudonymization masks identities, enhancing privacy; the other options incorrectly suggest unchanged or insecure data.
Q139
Which service would you use for real-time data processing in GCP?
ACloud Dataflow
BCloud Functions
CCloud Storage
DBigQuery
Explanation
Cloud Dataflow is designed for stream processing, while others serve different purposes.
Q140
A company needs to integrate multiple machine learning models into a single inference API. What is the best GCP service to achieve this?
AAI Platform
BCloud Functions
CApp Engine
DCloud Run
Explanation
AI Platform allows for model serving, while others are for different functions.