Which Google Cloud service is best for container orchestration?
AGoogle Kubernetes Engine
BCloud Run
CCompute Engine
DApp Engine
Explanation
Google Kubernetes Engine is designed specifically for managing containerized applications, while the others serve different purposes.
Q362
A company needs to store large volumes of unstructured data. Which storage option should they choose?
AGoogle Cloud Bigtable
BGoogle Cloud Storage
CCloud SQL
DGoogle Firestore
Explanation
Google Cloud Storage is optimized for unstructured data, while the others are suited for different types of structured or semi-structured data.
Q363
What happens when a VM instance reaches a high CPU usage on Google Compute Engine?
AAutomatically scales the instance up
BLocks the instance until usage decreases
CTriggers an alert based on set policies
DShuts down and restarts the instance
Explanation
High CPU usage can trigger alerts if monitoring is configured, while scaling and locking are not automatic behaviors.
Q364
Which service is best for big data processing in real-time?
ACloud Dataflow
BCloud Storage
CCloud Pub/Sub
DCloud Functions
Explanation
Cloud Dataflow is designed for real-time data processing, while other options serve different purposes.
Q365
A company needs to analyze data from multiple cloud sources in one unified view. What can they use?
ACloud Console
BBigQuery
CCloud Spanner
DCloud Composer
Explanation
BigQuery allows for the integration of data from various sources for analysis, unlike the other options.
Q366
What happens when a service account hits its quota limit?
ARequests are auto-scaled
BRequests are denied
CQuota resets immediately
DService continues unaffected
Explanation
When a service account hits its quota, further requests are denied until the quota resets, while other options are incorrect.
Q367
Which service is used for large-scale data processing in Google Cloud?
AGoogle BigQuery
BGoogle Cloud Functions
CGoogle Cloud Pub/Sub
DGoogle Cloud Storage
Explanation
Google BigQuery is designed for large-scale data analysis, while others serve different purposes.
Q368
A company needs to monitor resource utilization in a Kubernetes cluster. Which tool should they use?
AGoogle Cloud Monitoring
BGoogle Cloud Functions
CGoogle Cloud Dataproc
DGoogle Cloud Spanner
Explanation
Google Cloud Monitoring is specifically for monitoring cloud resources, unlike the other options.
Q369
You are configuring IAM roles for a GCP project. What happens when you assign a role that gives 'editor' permissions to a user?
AUser can manage everything.
BUser can only read resources.
CUser can manage without deleting.
DUser has no access rights.
Explanation
Assigning 'editor' allows full management of resources in the project.
Q370
Which service is best for data transformation in Google Cloud?
ACloud Dataflow
BBigQuery
CCloud Storage
DCloud Functions
Explanation
Cloud Dataflow is designed for data processing and transformation; BigQuery is for analytics, Cloud Storage is for object storage, and Cloud Functions is for serverless compute.