Which Google Cloud service is used for real-time data processing?
ACloud Dataflow
BCloud Functions
CCloud Datalab
DCloud Pub/Sub
Explanation
Cloud Dataflow is designed for stream and batch data processing, while the others serve different purposes.
Q62
A company needs to consistently deploy applications in multiple environments with minimal manual intervention. Which Google Cloud service should they use?
ACloud Deployment Manager
BCloud Console
CCloud Functions
DCloud Storage
Explanation
Cloud Deployment Manager allows automated and repeatable deployment of resources, unlike the other options which do not offer this functionality.
Q63
What happens when you attempt to manually delete a Google Cloud Storage bucket that contains objects?
AOnly empty bucket gets deleted
BAll objects are automatically deleted
CDeletion is not allowed; operation fails
DBucket can be deleted quietly
Explanation
You cannot manually delete a bucket with objects; you must first remove all contained objects.
Q64
Which service provides serverless mobile backend functionalities?
AFirebase Cloud Functions
BGoogle Compute Engine
CCloud Storage
DBigQuery
Explanation
Firebase Cloud Functions is designed for serverless mobile backends; other options provide different functionalities.
Q65
A company needs to schedule recurring tasks in Cloud Tasks. What should they use to define the timing?
ATask Queue
BSchedule Triggers
CTimer Functions
DCloud Scheduler
Explanation
Cloud Scheduler allows scheduling of recurring tasks, while others do not specifically provide scheduling capabilities.
Q66
What happens when you attempt to access a Cloud Storage bucket with insufficient IAM permissions?
AAccess granted with a warning
BAccess denied with an error message
CAccess granted but no data returned
DAccess randomly granted or denied
Explanation
Access is denied with a strict error message when IAM permissions are insufficient; other options are incorrect behavior.
Q67
Which service provides managed Kubernetes in Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DApp Engine
Explanation
Google Kubernetes Engine is specifically designed for Kubernetes management, unlike the others.
Q68
A company needs to securely store sensitive data. What should they use?
ACloud Storage bucket with public access
BCloud SQL with encryption
CBigQuery without IAM roles
DCloud Pub/Sub for data retention
Explanation
Cloud SQL supports encryption for sensitive data, while the others either lack security features or are misconfigured.
Q69
What happens when you assign a user a role with very few permissions?
AUser accesses all resources
BRole access denied entirely
CUser can still read some resources
DUser has access to all APIs
Explanation
The user retains limited access to resources specified in the role, depending on assigned permissions.
Q70
Which service is best for running containerized applications?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine is designed for container orchestration, while the others have different purposes.