Which service allows you to process streams of data in real-time?
ADataflow
BFirestore
CBigQuery
DCloud Storage
Explanation
Dataflow is designed for stream and batch processing; Firestore and BigQuery target databases and analysis, while Cloud Storage is for file storage.
Q122
A company needs to ensure all data is auditable and can be reverted once deleted. Which GCP service should they use?
ACloud SQL
BCloud Spanner
CFireStore
DCloud Storage with Object Versioning
Explanation
Cloud Storage with Object Versioning allows data recovery while the others do not provide this specific functionality.
Q123
What happens when you delete a Google Cloud Pub/Sub topic?
AMessages are deleted permanently
BSubscribers are notified
CIt cannot be restored
DOnly subscriptions are deleted
Explanation
Deleting a topic removes all messages, and none can be restored; subscribers are not notified, and subscriptions are also deleted.
Q124
Which service would you use to manage containerized applications?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Google Kubernetes Engine is specifically for managing containers, whereas others are for different purposes.
Q125
A company needs to analyze streaming data in real-time. Which tool should they use?
ABigQuery
BDataflow
CCloud Storage
DCloud Pub/Sub
Explanation
Dataflow is designed for real-time data processing, unlike the others which serve different functions.
Q126
You are configuring IAM roles for a developer. What happens if you assign a custom role with no permissions?
AUser can access everything
BUser has no access
CUser has limited access only
DUser is denied IAM roles
Explanation
Assigning a custom role with no permissions gives the user no access at all.
Q127
Which service can be used for serverless container management?
ACloud Run
BCompute Engine
CKubernetes Engine
DApp Engine
Explanation
Cloud Run is designed for serverless containers, while the others require more management.
Q128
A company needs to load balance HTTP traffic. Which GCP service should they choose?
AHTTP(S) Load Balancing
BNetwork Load Balancing
CCloud CDN
DCloud Functions
Explanation
HTTP(S) Load Balancing is specifically tailored for web traffic, unlike the other options.
Q129
What happens when you configure a Pub/Sub subscription with AcknowledgeDeadline of 30 seconds?
AMessages are deleted after 30 seconds.
BDelivery retries occur for 30 seconds.
CAcknowledgment must occur within 30 seconds.
DMessages expire after 30 seconds.
Explanation
An AcknowledgeDeadline means messages must be acknowledged within that time frame, otherwise they become available for redelivery.
Q130
Which service enables real-time data processing in Google Cloud?
ADataflow
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Dataflow is designed for real-time data processing, while the others serve different purposes.