What happens when you delete a Google Cloud Storage bucket?
AData is archived temporarily
BData is permanently deleted
CBucket becomes read-only
DBucket is moved to another location
Explanation
Deleting a bucket permanently removes all its data, while the other options are incorrect actions for a bucket deletion.
Q442
Which service is best for container orchestration?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Storage
Explanation
Google Kubernetes Engine is specifically designed for this purpose; other options are for different use cases.
Q443
A company needs to analyze real-time streaming data. Which service should they use?
ABigQuery
BPub/Sub
CCloud Storage
DCompute Engine
Explanation
Pub/Sub is designed for real-time data ingestion; the others are more suited for static data analysis or batch processing.
Q444
You are configuring IAM roles for a new project. What happens if a service account has multiple roles assigned?
ARoles overwrite each other
BAll roles apply cumulatively
CRoles are always denied
DOnly the last role applies
Explanation
In Google Cloud, multiple IAM roles combine their permissions; the others imply incorrect behavior.
Q445
Which service provides serverless event-driven computing on Google Cloud?
ACloud Functions
BCloud Run
CCompute Engine
DApp Engine
Explanation
Cloud Functions is specifically designed for serverless event-driven execution, unlike the other options which are for different use cases.
Q446
A company needs to store large amounts of unstructured data. Which storage solution is most appropriate?
ACloud SQL
BCloud Storage
CBigtable
DFirestore
Explanation
Cloud Storage is optimized for unstructured data storage, while the others are more suited for structured data.
Q447
You are configuring IAM roles. What happens if a user has multiple conflicting permissions?
AThey receive the highest permission
BThey lose all permissions
CPermissions are combined
DDeny permissions take precedence
Explanation
In IAM, permissions are evaluated with deny permissions always taking precedence over allow permissions.
Q448
Which Google Cloud service allows you to deploy Docker containers?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Google Kubernetes Engine is designed for orchestrating containers, while the others serve different purposes.
Q449
A company needs to analyze logs from multiple cloud resources. Which GCP service is best suited for this?
ACloud Pub/Sub
BCloud Logging
CCloud Functions
DBigQuery
Explanation
Cloud Logging aggregates logs from various resources, while others focus on messaging or querying.
Q450
What happens when you delete a Google Cloud Storage bucket not empty?
AEverything in it is archived.
BDeletion fails, bucket remains.
CObjects are deleted permanently.
DBucket's permissions reset automatically.
Explanation
The deletion of a non-empty bucket fails, preventing data loss.