Which service provides a fully managed NoSQL database in Google Cloud?
ACloud Firestore
BCloud Spanner
CCloud Memorystore
DBigQuery
Explanation
Cloud Firestore is designed for NoSQL, while others serve different purposes.
Q62
A company needs to grant temporary access to a freelancer for a specific Google Cloud resource. What should they use?
AIAM Roles
BService Accounts
CAccess Control Lists
DFederated Identity
Explanation
IAM Roles allow for temporary permission grants, unlike the others.
Q63
You are configuring a virtual machine in Google Cloud. What happens if the VM is stopped and then restarted?
AIP address remains the same
BDisk data is deleted
CNew VM instance is created
DStatic external IP is preserved
Explanation
A stopped VM retains its internal IP but may lose the external IP unless assigned statically.
Q64
Which Google Cloud service can provide real-time data processing?
ADataflow
BDataproc
CBigQuery
DCloud Storage
Explanation
Dataflow is designed for real-time data processing, while Dataproc is for batch processing, BigQuery for analytics, and Cloud Storage for object storage.
Q65
A company needs to enforce fine-grained access control to their Cloud Storage buckets. Which IAM feature should they use?
AIAM Roles
BService Accounts
CBucket Policies
DVPC Service Controls
Explanation
IAM Roles allow for granular permissions, while Bucket Policies are less flexible, and Service Accounts are for identity, not access control.
Q66
You are configuring a Kubernetes cluster in GKE and need to ensure nodes can auto-repair themselves. Which feature should you enable?
ANode Pool Autoscaler
BAuto-upgrade
CNode Auto-repair
DPod Disruption Budget
Explanation
Node Auto-repair is specifically for self-repairing nodes; the other options do not address node health and repairs directly.
Q67
Which Google Cloud service provides container orchestration?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Google Kubernetes Engine is designed for container orchestration; others have different purposes.
Q68
A company needs to manage user access based on job roles effectively. What should they use?
ACloud Identity
BCloud IAM Roles
CCloud Functions
DFirestore Security Rules
Explanation
Cloud IAM Roles provide role-based access control, while others do not manage access directly.
Q69
You are configuring a Cloud Pub/Sub topic. What happens to messages if no subscribers are active?
AMessages are lost
BMessages are stored temporarily
CMessages are immediately delivered
DMessages are converted to files
Explanation
Messages are stored temporarily until subscribers receive them; others do not accurately describe this behavior.
Q70
Which service allows you to run containers without managing infrastructure?
AGoogle Kubernetes Engine
BCloud Run
CCompute Engine
DApp Engine
Explanation
Cloud Run enables serverless execution of containers, whereas the others require managing some infrastructure.