A company needs to ensure compliance with GDPR. What should they use?
AData Loss Prevention API
BCloud Spanner
CCloud Functions
DBigQuery ML
Explanation
The Data Loss Prevention API helps identify and protect sensitive data, aiding compliance with regulations like GDPR, unlike the other options.
Q342
You are configuring a Cloud SQL instance. What happens if you set the maximum storage as unlimited?
AAutomatically deletes old data
BCan lead to increased costs
CDisables automatic backups
DPrevents database connection errors
Explanation
Setting maximum storage to unlimited can lead to unexpected cost increases as the data grows, while the others are not directly impacted by this setting.
Q343
Which Google Cloud service is designed for serverless data processing?
ABigQuery
BCloud Functions
CCloud SQL
DDatastore
Explanation
Cloud Functions enables serverless execution of code; the others are not serverless in this context.
Q344
A company needs to ensure high availability for their database. Which Cloud SQL feature should they implement?
ARead replicas
BAutomatic backups
CRegional failover
DCloud Functions trigger
Explanation
Regional failover ensures high availability by switching database automatically in case of zone failure; the other options do not ensure full high availability.
Q345
What happens when a Bigtable instance is deleted?
AData is stored for 30 days
BData can be restored instantly
CData is permanently lost
DInstance can be recreated without data
Explanation
Deleting a Bigtable instance results in permanent data loss; data restoration is not possible.
Q346
Which Cloud SQL feature allows automatic backups?
AAutomated Backups
BHigh Availability
CRead Replicas
DQuery Insights
Explanation
Automated Backups schedule restoration points, while others serve different purposes.
Q347
A company needs data analytics on large datasets without managing servers. Which Google Cloud service should they use?
ABigQuery
BCloud Spanner
CCloud SQL
DDataproc
Explanation
BigQuery is serverless and designed for large data analytics; others require more management or aren't optimized for large data processing.
Q348
What happens when you set a Cloud Firestore document to `update_time` in the future?
AThe document is deleted
BThe change is queued
CNo change occurs until then
DImmediate update occurs
Explanation
Future timestamps do not apply until the specified time, while other options misinterpret Firestore behaviors.
Q349
Which service offers managed NoSQL database solutions in GCP?
AFirestore
BCloud Spanner
CBigQuery
DCloud SQL
Explanation
Firestore is specifically designed for NoSQL solutions; others serve different purposes.
Q350
A company needs to ensure compliance with GDPR while storing customer data on Google Cloud. What should they implement?
ACloud Key Management Service
BVPC Service Controls
CData Loss Prevention API
DCloud Identity and Access Management
Explanation
The Data Loss Prevention API helps automate data classification and privacy compliance.