A company needs to isolate applications in the same project. Which GCP feature can help?
AVPC Networks
BIAM Roles
CCloud Functions
DCloud Storage Buckets
Explanation
VPC Networks allow for isolation and control of network traffic, while the other options do not provide effective isolation.
Q402
What happens when you delete a GCP project?
AAll resources are deleted immediately.
BResources remain but are inaccessible.
CBilling stops but data remains.
DIt triggers a 30-day hold period.
Explanation
A deleted project is held for 30 days before permanent deletion, allowing restoration; the others are incorrect regarding resource and data behavior.
Q403
Which service allows for serverless execution of applications?
ACloud Functions
BCompute Engine
CKubernetes Engine
DCloud Storage
Explanation
Cloud Functions is designed for serverless execution, while others require more management.
Q404
A company needs to ensure resources are no longer accessible once used. Which feature should be used?
AIAM Roles
BService Accounts
CPreemptible VMs
DShutdown Schedule
Explanation
A shutdown schedule will terminate resources, preventing access, whereas others don't achieve this.
Q405
What happens when a public firewall rule is created in Google Cloud?
ABlocks all incoming traffic
BAllows all outgoing traffic
COnly allows specific IPs
DAllows traffic to defined ports
Explanation
Public firewall rules selectively allow traffic based on defined conditions, unlike the other options.
Q406
Which service allows you to manage Kubernetes clusters?
AGoogle Kubernetes Engine
BApp Engine
CCloud Run
DCompute Engine
Explanation
Google Kubernetes Engine provides managed Kubernetes clusters, while others serve different purposes.
Q407
A company needs to securely share files within a team. Which GCP service should it use?
ACloud Storage
BBigQuery
CCloud Functions
DPub/Sub
Explanation
Cloud Storage is designed for secure file sharing and storing objects, unlike others that cater to different functionalities.
Q408
What happens when a Compute Engine instance is stopped?
AAll data is deleted
BExternal IP address is retained
CPersistent disks are deleted
DInstance configuration is lost
Explanation
A stopped instance retains its external IP address unless it is ephemeral, while data and configuration remain intact.
Q409
Which service would you use to manage multiple Kubernetes clusters?
AGoogle Kubernetes Engine
BApp Engine
CCloud Functions
DCompute Engine
Explanation
Google Kubernetes Engine is designed for managing Kubernetes clusters; others are not focused on cluster management.
Q410
You are configuring a Cloud Storage bucket for a public website. What is the most important setting to enable?
ABucket versioning
BBlock all public access
CPublic access
DLifecycle validation
Explanation
Public access is necessary for serving a public website; blocking all public access would prevent that.