What happens when you delete a Google Cloud Bucket without enabling versioning?
AData is permanently lost
BBucket becomes inactive
CData is moved to trash
DBucket automatically restores
Explanation
Deleting a bucket without versioning results in permanent data loss, as there is no recovery process available.
Q82
Which service is best for serverless data processing?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions provides a serverless execution environment, unlike the others which require more management.
Q83
A company needs a highly available database solution with global replication. Which service should they choose?
ACloud Firestore
BCloud Memorystore
CCloud SQL
DBigtable
Explanation
Cloud Firestore offers global replication and high availability, while the others do not meet these criteria adequately.
Q84
What happens when you promote a read replica to a master in Cloud SQL?
AData is lost from replica
BReplication halts temporarily
CNew master assumes write operations
DAll replicas become read-write
Explanation
Promoting a read replica allows it to handle write operations as the new master, while the other options do not reflect the correct behavior.
Q85
Which service is best for serverless computing in GCP?
AGoogle Cloud Functions
BGoogle Kubernetes Engine
CGoogle Compute Engine
DGoogle App Engine
Explanation
Google Cloud Functions is designed for serverless execution, while others require infrastructure management.
Q86
A company needs to back up its data regularly with minimal downtime. What should they implement?
AVM Snapshots
BData Transfer Appliance
CCloud Pub/Sub
DCloud SQL
Explanation
VM Snapshots allow for quick backups with minimal impact on VM operations; others do not focus on minimal downtime.
Q87
You are configuring VPC peering between two projects. What happens when you delete the peering?
AResources become unreachable
BTraffic continues to flow
CBoth projects merge
DCloud Router configuration is lost
Explanation
Deleting the peering disconnects the VPC network and makes resources unreachable; the other options are incorrect as they misinterpret the consequences of deletion.
Q88
Which service would you use for managing Kubernetes clusters?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Google Kubernetes Engine is specifically designed for orchestrating Kubernetes clusters, while the others serve different purposes.
Q89
A company needs to log edge caching events in Chrome to a centralized location. Which service should they use?
ACloud Pub/Sub
BCloud Logging
CDataflow
DFirebase Analytics
Explanation
Cloud Logging allows for centralized logging, whereas the other options serve different logging or data-processing functions.
Q90
What happens when you set a VM instance’s boot disk to be read-only?
AYou cannot write any data.
BThe VM won't start.
CIt affects only metadata.
DOnly certain files become read-only.
Explanation
Setting the boot disk to read-only prohibits any write operations, while the other statements are misleading.