Which service can automatically generate synthetic training data for AI models?
AGenerative AI Toolkit
BDataflow
CCloud Storage
DBigQuery
Explanation
Generative AI Toolkit specializes in creating synthetic training data, while the others do not.
Q92
A company needs to analyze unstructured data from customer interactions. Which Google Cloud service should they use?
ABigQuery ML
BVertex AI
CCloud Natural Language API
DDataflow
Explanation
Cloud Natural Language API is designed for unstructured text analysis, unlike the other options.
Q93
What happens when you use Vertex AI’s AutoML for creating a model?
AModel generation is fully manual.
BIt enhances existing models only.
CModels are created with minimal input.
DOnly image data is supported.
Explanation
AutoML automates model creation with minimal input, making it accessible for users with limited ML knowledge.
Q94
Which service is primarily used for creating virtual machines in Google Cloud?
ACompute Engine
BCloud Functions
CApp Engine
DCloud Storage
Explanation
Compute Engine is designed for creating and managing virtual machines, while the others serve different purposes like serverless computing or object storage.
Q95
A company needs to securely manage access to all Google Cloud resources. What should they use?
AIAM Roles
BCloud Functions
CCloud Pub/Sub
DCloud Storage
Explanation
IAM Roles allow for controlled access to resources, which is crucial for security management, unlike the other options which focus on other functionalities.
Q96
What happens when you set a Cloud Function's trigger to 'on finalize' for a Cloud Storage bucket?
ATriggers on file deletions
BTriggers when a file is created
CTriggers on file updates
DTriggers on bucket configuration changes
Explanation
The 'on finalize' trigger activates specifically when a new file is created in the bucket, not for deletions or configuration changes.
Q97
Which service is primarily used for building and deploying machine learning models on Google Cloud?
AVertex AI
BBigQuery
CCloud Functions
DCloud Run
Explanation
Vertex AI is designed specifically for machine learning tasks; others are not tailored for ML.
Q98
A company needs to analyze real-time streaming data from IoT devices. Which Google Cloud service should they utilize?
APub/Sub
BCloud Storage
CCloud SQL
DBigQuery
Explanation
Pub/Sub is designed for real-time data streaming; others are not optimized for this use case.
Q99
What happens when you disable a service account in Google Cloud?
AAccess tokens become invalid instantly.
BThe service account is permanently deleted.
CAll permissions to resources are revoked.
DLogs related remain unaffected.
Explanation
Disabling a service account revokes all its permissions; others are not accurate about service account behavior.
Q100
Which Google Cloud service allows real-time data processing?
ACloud Pub/Sub
BCloud Storage
CCloud Functions
DBigQuery
Explanation
Cloud Pub/Sub enables real-time messaging, unlike the others which are for storage or analytics.