Which service manages SQL databases in Google Cloud?
ACloud SQL
BBigQuery
CFirestore
DCloud Spanner
Explanation
Cloud SQL is specifically for managing SQL databases, while others serve different purposes.
Q92
A company needs to optimize their data analytics workload. Which service is most suitable for large-scale analytics?
ACloud Spanner
BFirestore
CBigQuery
DCloud SQL
Explanation
BigQuery is designed for large-scale analytics, unlike the other choices.
Q93
You are configuring IAM roles for a Cloud Storage bucket. What happens when you assign a 'roles/storage.objectViewer' role?
AView objects only
BEdit objects
CDelete objects
DCreate objects
Explanation
This role allows users to view objects, but not modify or delete them.
Q94
Which service is best for managing relational databases in Google Cloud?
ACloud SQL
BCloud Spanner
CBigtable
DFirestore
Explanation
Cloud SQL is designed for managed relational databases, while others cater to different data models.
Q95
A company needs to analyze large datasets with SQL-like queries on a serverless platform. Which service should they choose?
ABigQuery
BCloud SQL
CDataproc
DCloud Dataflow
Explanation
BigQuery is designed for serverless SQL analytics on large datasets.
Q96
You are configuring high availability for a Cloud Spanner instance. What configuration is required?
ASingle region configuration
BRegional multi-instance
CMulti-region configuration
DSingle instance configuration
Explanation
Multi-region configurations ensure high availability through data redundancy.
Q97
Which service focuses on managing NoSQL databases in Google Cloud?
ACloud Spanner
BBigtable
CFirestore
DCloud SQL
Explanation
Firestore is designed for NoSQL data, while others focus on SQL or other database types.
Q98
A company needs to combine data from multiple sources in real-time. Which Google Cloud service should they use?
ACloud Function
BDatastream
CDataflow
DCloud Pub/Sub
Explanation
Dataflow is optimized for real-time data processing and transformation, unlike the other options.
Q99
What happens when you enable the Active Location feature in Cloud Spanner?
AIncreases leader replica counts
BReplicates data across all regions
COptimizes for low-latency reads
DDisables read-write capabilities
Explanation
Active Location minimizes latency by optimizing data locations for reads and writes, while other options are incorrect actions related to Spanner capabilities.
Q100
Which service allows you to analyze big data on Google Cloud?
ABigQuery
BCloud SQL
CCloud Spanner
DFirebase
Explanation
BigQuery is designed for analytics on big data; the others focus on different use cases.