Which service allows creation of relational databases in Google Cloud?
ACloud SQL
BCloud Firestore
CBigQuery
DCloud Spanner
Explanation
Cloud SQL is designed for relational database management, while others serve different purposes.
Q62
A company needs a fully managed, horizontal database scalability. Which service should they choose?
ACloud Firestore
BCloud Storage
CCloud SQL
DCloud Datastore
Explanation
Cloud Firestore offers automatic scaling and real-time syncing, unlike SQL and Cloud Storage which don't inherently support horizontal scaling.
Q63
What happens when using a multi-region Cloud Spanner instance in a region-specific operation?
AIncreased latency
BLower costs
CImproved reliability
DNo change in performance
Explanation
Using multi-region instances can introduce latency due to inter-region communication, while others are misleading.
Q64
Which service enables automatic backup of Cloud SQL instances?
ACloud Storage
BCloud Firestore
CCloud SQL Automated Backups
DBigQuery
Explanation
Cloud SQL Automated Backups provides built-in backup features, unlike the other services listed.
Q65
A company needs a solution for storing unstructured data with high retrieval rates. Which Google service should they use?
ABigQuery
BCloud Pub/Sub
CCloud Storage
DCloud SQL
Explanation
Cloud Storage is optimized for unstructured data and high-frequency access, unlike the other options.
Q66
You are configuring a Cloud Spanner database. What happens if you leave the 'average row size' configuration empty?
ADefaults to an estimated value
BDatabase creation fails
CUses maximum possible size
DRequires manual input only
Explanation
Leaving the configuration empty defaults to a system-estimated value, contrary to other options.
Q67
Which service is best for simultaneously processing data streams and batch data in real time?
ACloud Dataflow
BCloud Dataproc
CBigQuery
DCloud SQL
Explanation
Cloud Dataflow is designed specifically for this dual processing capability, while the others serve different use cases.
Q68
You are configuring IAM roles for a new Cloud SQL instance. What is the correct minimum role needed to enable backups?
ACloud SQL Admin
BEditor
CViewer
DCloud SQL Backup Operator
Explanation
The Cloud SQL Backup Operator has permissions specifically for backup management, unlike the other roles.
Q69
A company needs to migrate its on-premises SQL database to Google Cloud SQL. What is the recommended initial step?
APerform data backup
BUse Database Migration Service
CExport data to CSV
DCreate a new Cloud SQL instance
Explanation
Using Database Migration Service is the most efficient method for direct migration, while the other options are not required initially.
Q70
Which service is best for managing NoSQL databases on Google Cloud?
ABigtable
BCloud SQL
CFirestore
DMemorystore
Explanation
Bigtable is designed for NoSQL workloads, while others focus on SQL or caching.