Which Google Cloud service is best for real-time data processing?
ADataflow
BFirestore
CBigQuery
DCloud Storage
Explanation
Dataflow is designed for real-time data processing, whereas Firestore is for document storage, BigQuery for analytics, and Cloud Storage for blob storage.
Q29
A company needs to restrict database access after hours. What should you configure?
AIAM Roles
BVPC Peering
CScheduled Queries
DFirewall Rules
Explanation
IAM Roles can control access based on conditions, while VPC Peering connects networks, Scheduled Queries automate tasks, and Firewall Rules manage traffic.
Q30
What happens when you use an unsupported SQL feature in Cloud SQL?
AFeature execution fails
BDatabase ignores feature
CServer crashes
DFeature works partially
Explanation
The execution of unsupported features fails outright; they are not ignored, do not cause crashes, and cannot work partially.