Which Google Cloud service provides a fully managed NoSQL document database?
AFirestore
BCloud SQL
CCloud Bigtable
DCloud Storage
Explanation
Firestore is designed for NoSQL document storage; others do not provide this capability.
Q152
A company needs to analyze streaming data and build real-time dashboards. Which GCP service should they use?
ACloud Pub/Sub
BDataflow
CBigQuery
DCloud Functions
Explanation
Dataflow is ideal for processing streaming data; the others are not specifically for real-time analytics.
Q153
What happens when a Cloud Pub/Sub message is not acknowledged within the specified acknowledgment deadline?
AMessage is deleted immediately
BMessage becomes visible again
CMessage is sent to Dead Letter Queue
DMessage is ignored and lost
Explanation
Unacknowledged messages reappear for redelivery; deletion and ignoring do not occur automatically.
Q154
Which Google Cloud service can provide real-time analytics on streaming data?
ABigQuery
BPub/Sub
CDataflow
DCloud Storage
Explanation
Dataflow is specifically designed for stream processing, whereas the others provide different functionalities or batch processing only.
Q155
A company needs to analyze historical BigQuery data to generate daily reports. Which feature should they utilize?
AScheduled Queries
BStreaming Inserts
CData Federation
DMaterialized Views
Explanation
Scheduled Queries automate the extraction of daily reports from historical data easily; others do not focus specifically on scheduled reporting.
Q156
What happens when you delete a Google Cloud Storage bucket with Object Lifecycle Management enabled?
AObjects are deleted immediately
BObjects become archived
CObjects are moved to Coldline
DBucket is deleted, objects remain
Explanation
Deleting a bucket removes the bucket but not the objects if object retention settings are configured; the others incorrectly imply objects are immediately affected.
Q157
Which service is best for real-time data processing in Google Cloud?
ACloud Dataflow
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud Dataflow is optimized for streaming data, unlike others.
Q158
A company needs to integrate a machine learning model into its customer service system. Which Google Cloud product should they use?
AGoogle Kubernetes Engine
BAI Platform
CCloud Pub/Sub
DCloud Spanner
Explanation
AI Platform is focused on deploying ML models.
Q159
What happens when you exceed the quota of BigQuery API requests?
ARequests will be processed normally
BAll requests will fail immediately
CYou will receive a delay
DRequests will queue until quota resets
Explanation
Exceeding quotas leads to immediate failure of requests.
Q160
Which Google Cloud service is best for real-time data processing?
ADataflow
BCloud Storage
CBigQuery
DApp Engine
Explanation
Dataflow is designed specifically for real-time data processing, while the others are not primarily geared for this purpose.