A company needs to regularly back up data from their Compute Engine instances. Which service should they use?
ACloud Firestore
BCloud Backup and DR
CCloud Spanner
DCloud Functions
Explanation
Cloud Backup and DR is specifically designed for backing up and recovering VM data, unlike the other options.
Q102
You are configuring IAM roles for a service account. What happens if you grant it the Owner role?
ACan access specific project resources only
BCan delete the project
CCannot edit resources at all
DCan only view resources
Explanation
The Owner role provides all permissions, including deletion of the project, while the others are inaccurate statements about its capabilities.
Q103
Which service is best for deploying containerized applications?
AGoogle Kubernetes Engine
BGoogle Cloud Functions
CGoogle Cloud Storage
DGoogle App Engine
Explanation
Google Kubernetes Engine is optimized for container orchestration, while the others serve different purposes.
Q104
A company needs to securely authenticate users for its cloud application. Which Google Cloud product should they use?
ACloud Identity
BBigQuery
CCloud Pub/Sub
DCloud Storage
Explanation
Cloud Identity provides user authentication and access management, while the others do not focus on authentication.
Q105
What happens when you delete a Google Cloud project?
AAll resources are automatically backed up
BProject data is permanently lost
CResources are retained until manually deleted
DBilling continues until the project is restored
Explanation
Deleting a project results in permanent data loss; the other options do not accurately reflect the consequences of deletion.
Q106
Which service provides managed Kubernetes on Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Run
DApp Engine
Explanation
Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the other options are for different purposes.
Q107
A company needs to analyze streaming data in real-time. Which service should they use?
ABigQuery
BCloud Pub/Sub
CDataflow
DCloud Storage
Explanation
Dataflow is designed for real-time data processing and analysis, while BigQuery is for batch analysis and the others do not fit this use case.
Q108
What happens when you set a Compute Engine instance to autoscale?
AIt decreases available CPU
BIt automatically adjusts instance count
CIt stops all services temporarily
DIt only monitors usage
Explanation
Autoscaling adjusts the number of instances based on demand, while the other options do not reflect the function of autoscaling.
Q109
Which service allows automated scaling of Google Kubernetes Engine clusters?
AHorizontal Pod Autoscaler
BCloud Functions
CCloud Run
DApp Engine
Explanation
The Horizontal Pod Autoscaler adjusts the number of pods based on CPU/memory usage, while others are not for Kubernetes scaling.
Q110
A company needs to ensure that sensitive data is encrypted at rest. Which option is best?
AUse IAM permissions only
BUse Google Cloud Storage default encryption
CNo encryption needed
DUse external encryption keys only
Explanation
Google Cloud Storage by default encrypts all data at rest, while the other options do not address encryption directly.