What happens when a Google Cloud Pub/Sub topic has no subscribers?
AMessages are deleted immediately.
BMessages are stored indefinitely.
CMessages are queued indefinitely.
DMessages are sent to BigQuery.
Explanation
Messages remain queued until they expire or a subscriber exists, rather than being deleted or sent elsewhere.
Q352
Which Google Cloud service automates machine learning model training?
AAI Platform
BBigQuery
CCloud Functions
DCloud Storage
Explanation
AI Platform is specifically designed for automating model training, while the others serve different purposes.
Q353
A company needs to securely store sensitive customer data. Which Google Cloud service should they use?
ACloud Datastore
BCloud Firestore
CCloud Storage with encryption
DBigtable
Explanation
Cloud Storage with encryption provides the necessary security for sensitive data, unlike other options that do not focus primarily on data security.
Q354
You are configuring a new IAM role on GCP. What happens when you assign this role at the organization level?
AInactive for all resources
BApplicable only to projects
CInherited by all child resources
DExclusive to organization admin
Explanation
Roles assigned at the organization level are inherited by all child resources, while other options misinterpret inheritance rules.
Q355
Which service provides a managed environment for building ML models?
AAI Platform
BCloud CDN
CBigQuery
DCloud Functions
Explanation
AI Platform is specifically designed for machine learning tasks, while the other services serve different purposes.
Q356
A company needs to analyze real-time streaming data. Which service should they use?
ABigQuery
BPub/Sub
CCloud Storage
DDataflow
Explanation
Dataflow is designed for real-time data processing, while the others focus on storage or static analysis.
Q357
You are configuring IAM roles. What happens if a user has conflicting permissions?
ADenied access always
BAccess will be granted
CAccess denied for all actions
DRole with highest permissions wins
Explanation
In IAM, conflicting permissions are resolved in favor of granting access.
Q358
Which service allows real-time message streaming in Google Cloud?
ACloud Pub/Sub
BCloud Functions
CCloud Storage
DBigQuery
Explanation
Cloud Pub/Sub facilitates real-time messaging, while the others serve different purposes.
Q359
A finance company is deploying a new Generative AI model for customer service inquiries. What key aspect should be prioritized for data compliance?
ACustomization of response styles
BRegulatory data privacy adherence
CResponse speed optimization
DUser interface aesthetics
Explanation
Data privacy compliance is essential in finance, unlike the other options.
Q360
You are configuring a Generative AI application and need a model that can adapt to user-specific contexts over time. What consideration should be made?
ABatch processing capabilities
BModel retraining mechanisms
COptimizing GPU usage only
DMinimizing data input requirements
Explanation
Model retraining is crucial for adaptation, whereas the others do not address this need effectively.