Which service handles automatic scaling of NoSQL databases?
ACloud Firestore
BCloud SQL
CBigQuery
DCloud Data Fusion
Explanation
Cloud Firestore automatically scales to handle traffic, while the others require more manual setup for scaling needs.
Q182
A company needs to analyze large datasets without provisioning resources. Which Google Cloud service should they use?
ACloud Functions
BBigQuery
CCloud Datastore
DCloud Spanner
Explanation
BigQuery supports serverless analysis of large datasets, unlike the other options that require resource provisioning.
Q183
What happens when you enable IAM conditions for a Cloud Storage bucket?
APermissions are always granted.
BPermissions are evaluated based on conditions.
CConditions will introduce errors.
DIAM conditions become irrelevant.
Explanation
IAM conditions allow permissions to be granted based on specified circumstances, unlike the other options which misrepresent IAM behavior.
Q184
Which service helps with low-latency data access for unstructured data in Google Cloud?
ACloud Storage
BBigQuery
CCloud Spanner
DFirestore
Explanation
Cloud Storage is optimized for unstructured data, allowing low-latency access, while the other options cater to structured data or different use cases.
Q185
A company needs to build a multi-region database for high availability. What should they use?
ACloud SQL
BCloud Spanner
CFirestore
DDatastore
Explanation
Cloud Spanner is designed for multi-region deployments and high availability, whereas the other options do not support multi-region configurations effectively.
Q186
What happens when exceeding the read/write throughput limit in Cloud Firestore?
ARequests are queued.
BRequests receive a retry error.
CTraffic is automatically throttled.
DData is stored in Cloud Storage.
Explanation
Exceeding throughput limits directly leads to retry errors; queuing or throttling are not provided, and data storage doesn't shift to Cloud Storage.
Q187
Which service provides managed NoSQL database solutions?
ACloud Firestore
BCloud Functions
CCloud Storage
DCloud Pub/Sub
Explanation
Cloud Firestore is specifically built for NoSQL storage, while others serve different purposes.
Q188
A company needs to ensure data consistency across global applications. Which strategy is best?
AUse global transactions
BUse multiple regional instances
CUse eventual consistency
DUse GCE for hosting
Explanation
Global transactions ensure immediate data consistency, unlike others that might delay updates.
Q189
What happens when you set Cloud SQL's storage auto-increase feature?
AStorage will decrease automatically
BQueries will run faster
CInstance may stop on limit
DStorage grows as needed
Explanation
Auto-increase allows storage to expand as your data needs grow, preventing limits from being reached.
Q190
Which service provides automatic scaling for databases?
ACloud SQL
BCloud Spanner
CBigQuery
DCloud Firestore
Explanation
Cloud Spanner is designed for horizontal scaling, unlike the others.