Which service is best for automating infrastructure deployments?
ACloud Deployment Manager
BCloud Functions
CCloud DNS
DCloud Firestore
Explanation
Cloud Deployment Manager allows infrastructure automation, while others serve different functions.
Q362
A company needs to securely connect on-premise applications to their GCP services. What should they use?
ACloud VPN
BCloud Pub/Sub
CCloud Dataflow
DCloud Run
Explanation
Cloud VPN establishes secure connections between on-premises and GCP.
Q363
What happens when you enable Object Versioning in Cloud Storage?
AAll previous versions are deleted.
BPrevious file versions are retained.
CCosts increase to very high levels.
DAccess to objects becomes read-only.
Explanation
Object Versioning keeps all previous versions of a file, enabling recovery.
Q364
A company needs to deploy a multi-regional application with minimal latency for users in different geographical locations. Which Google Cloud service should they use?
ACloud CDN
BCompute Engine
CCloud Functions
DCloud SQL
Explanation
Cloud CDN distributes content across various locations, minimizing latency, while others are focused on compute or database functions.
Q365
What happens when a Google Cloud Storage bucket is configured to have uniform bucket-level access?
You are configuring a virtual machine in Google Cloud with preemptible instances. What is a significant consideration regarding these instances?
AThey cannot be used for any workloads
BThey can be stopped at any time
CThey are twice as expensive
DThey require a minimum of 5 VMs
Explanation
Preemptible instances can be stopped by Google Cloud at any moment, unlike regular instances.
Q367
A company needs to create a scalable, serverless solution for event-driven applications. Which service should they use?
ACloud Functions
BCompute Engine
CCloud Storage
DCloud Run
Explanation
Cloud Functions is specifically designed for event-driven architectures, while Compute Engine and Cloud Run are more suited for containerized or VM solutions, and Cloud Storage is for data storage.
Q368
You are configuring Google Cloud IAM policies for a project. What happens if a user is assigned conflicting roles across different projects?
AConflicting roles cancel each other out
BUser inherits roles from all projects
COnly most permissive role is applied
DUser has no access at all
Explanation
In Google Cloud IAM, a user can inherit roles from multiple projects, and all granted roles are cumulative.
Q369
Which Google Cloud service allows data analytics on both structured and unstructured data with integrated machine learning capabilities?
ABigtable
BBigQuery
CCloud Spanner
DCloud Datastore
Explanation
BigQuery is designed for analytics on structured data and supports integrated ML features, while the others serve different data handling or storage needs.
Q370
Which service provides serverless computing on Google Cloud?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions executes code in response to events, enabling serverless applications; others involve managing servers.