Which service enables serverless machine learning model deployment?
AGoogle Cloud Functions
BAI Platform
CCloud Run
DBigQuery
Explanation
Cloud Run allows for serverless deployment ofML models, whereas the others focus on different functionalities.
Q272
A company needs to automatically label images in a dataset. Which AI service should they use?
ACloud AutoML Vision
BBigQuery ML
CDialogflow
DVertex AI
Explanation
Cloud AutoML Vision provides specific tools for image labeling, unlike the other options.
Q273
What happens when you set a tensorflow model's 'learning rate' too high?
ATraining converges successfully.
BTraining diverges.
CModel accuracy increases.
DNo effect on training.
Explanation
A high learning rate can cause the model to diverge instead of converge, making it unstable.
Q274
Which Google Cloud service is optimized for event-driven architectures?
ACloud Pub/Sub
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging; the others do not specialize in event-driven processes.
Q275
A company needs to deploy a machine learning model for real-time predictions; which service should they use?
AAI Platform Prediction
BCloud Bigtable
CCloud Functions
DCloud Spanner
Explanation
AI Platform Prediction is specifically designed for serving ML models in real time, while the others are not tailored for this use case.
Q276
What happens when a Cloud Function exceeds its timeout limit?
AFunction completes successfully
BFunction throws an error
CFunction is queued for execution
DFunction continues running indefinitely
Explanation
Exceeding the timeout limit results in an error; the other options do not accurately represent the loss of execution.
Q277
Which service should you use for scalable data storage in unstructured formats?
ACloud Storage
BBigQuery
CCloud Pub/Sub
DCloud Spanner
Explanation
Cloud Storage is ideal for unstructured data, while BigQuery is for structured data analytics, Cloud Pub/Sub for messaging, and Cloud Spanner for relational databases.
Q278
A company needs to implement a framework for building secure AI applications. Which Google Cloud service is best suited for integrating privacy controls?
AVertex AI
BCloud Functions
CDataproc
DCloud Run
Explanation
Vertex AI provides built-in tools for privacy and security compliance in AI applications, unlike the others which focus on different functions.
Q279
You are configuring a model to optimize prediction accuracy. What happens if you overly tune hyperparameters based on training data?
AModel becomes more generalized
BTraining accuracy decreases significantly
CModel might overfit to training data
DHyperparameters become irrelevant
Explanation
Over-tuning hyperparameters can lead to overfitting, making the model less effective on unseen data; the others describe incorrect outcomes.
Q280
Which service helps in versioning machine learning models?
AGoogle Cloud AI Platform
BGoogle Dataflow
CGoogle BigQuery
DGoogle Cloud Functions
Explanation
Google Cloud AI Platform provides capabilities to manage and version models; the others do not focus on model management.