A company needs to automate the deployment of machine learning models. Which Google Cloud service should be used?
ACloud AutoML
BAI Platform
CBigQuery ML
DCloud Storage
Explanation
AI Platform enables model deployment and automation, while others pertain to specific tasks like training or data storage.
Q342
What happens when you set a BigQuery table to 'Partitioned' on a key column?
AData is stored in JSON format.
BTable life cycle management is enabled.
CQuery performance significantly declines.
DData is segmented by key column values.
Explanation
Partitioning organizes data for performance optimization based on the key column, while other options are incorrect or unrelated.
Q343
Which service is best for real-time data processing?
ACloud Pub/Sub
BCloud Functions
CCloud Storage
DCloud SQL
Explanation
Cloud Pub/Sub is designed for real-time messaging, unlike the others which serve different purposes.
Q344
A company needs to store sensitive data securely. Which service should they use?
ACloud Firestore
BCloud Spanner
CCloud Storage with encryption
DBigQuery
Explanation
Cloud Storage with encryption protects sensitive data much better than the others listed.
Q345
What happens when you delete a Cloud SQL instance?
AData is permanently lost
BData is archived automatically
CInstance can be restored later
DOnly backups are deleted
Explanation
Deleting a Cloud SQL instance results in permanent data loss if no backups exist.
Q346
Which service would you use for real-time data processing?
ADataflow
BBigQuery
CCloud Storage
DCloud Functions
Explanation
Dataflow is designed for real-time data processing; BigQuery is for analytics, Cloud Storage for storage, and Cloud Functions for event-driven executions.
Q347
A company needs to store sensitive user data securely. What Google Cloud service can help them comply with GDPR?
ACloud Spanner
BCloud Bigtable
CCloud Firestore
DCloud Pub/Sub
Explanation
Cloud Spanner offers strong consistency and security features compliant with GDPR, while the others are less suited for managing sensitive data.
Q348
You are configuring a Dataflow pipeline, which parameter controls thread scaling?
AmaxNumWorkers
BnumShards
CworkerMachineType
DpubsubPullSize
Explanation
maxNumWorkers determines the number of threads for scaling, while others manage different aspects of workload and resources.
Q349
Which service is best for real-time data analytics?
ABigQuery
BDataflow
CCloud Storage
DFirestore
Explanation
Dataflow is designed for real-time stream processing, unlike others.
Q350
What happens when you set IAM policy with 'Deny' permissions?
AOverrides all other permissions
BOnly denies specific users
CHas no effect on permissions
DHas the highest priority
Explanation
'Deny' policies override all other permissions granted to a user.