Which service allows you to deploy applications on Kubernetes?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the other options cater to different use cases.
Q392
A company needs to ensure that their application can tolerate regional outages. Which service should they utilize?
ACloud Memorystore
BCloud Spanner
CFirestore
DCloud Datastore
Explanation
Cloud Spanner is designed for high availability and multi-region configurations, unlike the other storage solutions.
Q393
What happens when you set up a Firewall rule without a target in GCP?
AIt applies to all instances
BIt is ignored by GCP
CIt applies to no instances
DIt generates an error message
Explanation
Firewall rules without a target apply to all instances by default, meaning they affect overall security policies.
Q394
Which service provides a fully managed NoSQL database?
ACloud Firestore
BBigQuery
CCloud SQL
DCloud Storage
Explanation
Cloud Firestore is a NoSQL database service, while BigQuery and Cloud SQL are designed for analytics and relational data respectively.
Q395
A company needs to serve its Docker containers at scale. Which Google Cloud service should they use?
AGoogle App Engine
BCompute Engine
CGoogle Kubernetes Engine
DCloud Functions
Explanation
Google Kubernetes Engine is designed for managing and deploying containerized applications, unlike App Engine which abstracts away infrastructure.
Q396
What happens when a Cloud Function's execution time exceeds its timeout setting?
AExecution is completed partially.
BFunction terminates without error.
CFunction crashes with a 500 error.
DExecution queued for later retry.
Explanation
The function will terminate without completing its execution when it exceeds the specified timeout limit, not crashing or queuing the task.
Q397
Which service provides a fully managed NoSQL database?
ACloud Firestore
BCloud SQL
CCloud Spanner
DBigQuery
Explanation
Cloud Firestore is the NoSQL database; others serve different data models.
Q398
A company needs to deploy a containerized web application. Which Google Cloud service should they use?
AApp Engine
BCloud Functions
CGoogle Kubernetes Engine
DCloud Run
Explanation
Google Kubernetes Engine is designed for managing container orchestration; others are less suited for this specific need.
Q399
What happens when you disable billing on a Google Cloud project?
AAll resources are terminated immediately.
BServices within the project stop.
CData is deleted in 30 days.
DBilling alerts remain active.
Explanation
Services stop running, but resources remain intact; data is not deleted immediately and alerts are not affected.
Q400
Which service is designed for managing Kubernetes clusters?
AGoogle Kubernetes Engine
BCloud Run
CCloud Functions
DCompute Engine
Explanation
Google Kubernetes Engine specializes in Kubernetes management, while others have different purposes.