A company needs to build a machine learning model with minimal setup and high scalability. Which Google Cloud service is most appropriate?
AGoogle BigQuery ML
BGoogle AI Platform
CGoogle Cloud AutoML
DGoogle Cloud Functions
Explanation
Google Cloud AutoML requires minimal setup and scales automatically, unlike the others which need more configuration or are not specifically for building models.
Q162
What happens when you significantly increase the 'max_steps' parameter during training in TensorFlow?
AFaster convergence
BOverfitting risk increases
CDecreased model performance
DNo change in performance
Explanation
Increasing 'max_steps' can lead to overfitting as the model may learn noise in the training data, while the other options are less likely outcomes.
Q163
Which service is used for real-time data streaming in Google Cloud?
APub/Sub
BCloud Functions
CBigQuery
DCloud Storage
Explanation
Pub/Sub enables real-time messaging, while others serve different purposes.
Q164
A company needs to deploy a machine learning model on-premises and leverage its cloud infrastructure for scalability when necessary. Which Google Cloud service should they choose?
AAI Platform
BCloud Functions
CVertex AI
DApp Engine
Explanation
Vertex AI supports hybrid deployment, while the other options do not.
Q165
What happens when you set a lower priority for a Google Cloud Dataflow job?
AJob runs faster
BJob is stopped immediately
CJob consumes fewer resources
DJob could be preempted
Explanation
Lower priority jobs can be preempted for higher priority tasks, unlike the other options.
Q166
Which Google Cloud service is primarily used for large-scale data processing?
ABigQuery
BCloud Functions
CApp Engine
DCloud Storage
Explanation
BigQuery is designed for large-scale analytics, unlike the others.
Q167
A financial services company needs to ensure that all sensitive data is encrypted both at rest and in transit. Which Google Cloud service should they use to automatically manage encryption keys?
ACloud Key Management Service
BCloud Identity
CCloud Pub/Sub
DCloud SQL
Explanation
Cloud Key Management Service manages encryption keys, unlike the other options.
Q168
You are configuring an AutoML model for image classification. What happens if your training dataset contains significantly fewer labeled images than the validation dataset?
AModel performance will improve
BModel training will fail
CModel performance may degrade
DNo effect on model accuracy
Explanation
An imbalanced dataset can lead to overfitting in the model.
Q169
Which service is designed for data labeling in GCP?
ACloud Data Labeling Service
BBigQuery
CCloud AutoML
DCloud Dataproc
Explanation
Cloud Data Labeling Service specifically supports data labeling; other options do not serve this purpose directly.
Q170
A company needs to analyze geospatial data in real time. Which GCP service should they use?
ACloud Pub/Sub
BBigQuery with GIS features
CCloud Storage
DDataflow
Explanation
BigQuery with GIS features supports geospatial analysis, while others may not handle such data as effectively.