You are configuring a Cloud SQL instance. What happens if you choose the 'High Availability' option?
AData is replicated to multiple regions
BAutomatic backups are disabled
CA standby instance is created
DPerformance is reduced by half
Explanation
High Availability creates a standby instance for failover, ensuring continuity.
Q352
Which Google Cloud service automates database backups?
ACloud SQL
BDataflow
CCloud Storage
DFirestore
Explanation
Cloud SQL offers automated backups; the others do not specifically provide this service.
Q353
A company needs to analyze big data with minimal operational overhead. Which service should they use?
ABigQuery
BSpanner
CCloud SQL
DDatastore
Explanation
BigQuery is designed for big data analytics; Spanner and Cloud SQL are for transactional workloads.
Q354
What happens when you configure a Cloud Memorystore instance with a 0% eviction policy?
ACache is not stored
BOld data gets deleted
CNew data cannot be added
DInstance will crash
Explanation
A 0% eviction policy prevents old data eviction, thus disallowing new writes if the memory limit is reached; the others are incorrect about storage behavior.
Q355
Which service is best for managed NoSQL database solutions?
AGoogle Cloud Bigtable
BGoogle Cloud SQL
CGoogle Cloud Datastore
DGoogle Cloud Spanner
Explanation
Cloud Datastore is optimized for NoSQL data.
Q356
A company needs to analyze real-time streaming data. Which service should they use?
AGoogle Cloud Pub/Sub
BGoogle Cloud Storage
CGoogle Cloud BigQuery
DGoogle Cloud Functions
Explanation
Cloud Pub/Sub is designed for real-time data streaming.
Q357
You are configuring IAM roles for a service account. What is the least privilege principle?
AAssign maximum permissions possible
BAssign only necessary permissions
CAssign default project permissions
DIgnore permission assignment
Explanation
Least privilege means minimal necessary permissions.
Q358
Which Google Cloud service is designed for interactive analytics?
ABigQuery
BCloud SQL
CDatastore
DCloud Spanner
Explanation
BigQuery is specifically optimized for interactive analytics, while the others serve different database purposes.
Q359
A company needs a scalable solution for NoSQL data. Which product should they choose?
ACloud SQL
BRedis on Cloud Memorystore
CCloud Firestore
DCloud Bigtable
Explanation
Cloud Bigtable is designed for large-scale NoSQL data, unlike the other options which focus on different paradigms.
Q360
You are configuring high availability for your Cloud SQL instance. What happens when one zone becomes unavailable?
AThe instance is deleted automatically.
BAutomatic failover occurs.
CYou lose all data immediately.
DNo change; it remains unavailable.
Explanation
Automatic failover helps maintain availability in case of zone failure, unlike the other options which are incorrect scenarios.