A company needs to manage multiple Google Cloud projects with different permissions. What should they use?
ACloud IAM Policies
BService Accounts
CCloud Functions
DNetwork Tags
Explanation
Cloud IAM Policies allow granular permission management across projects.
Q342
What happens when a Compute Engine instance is stopped?
AData is deleted
BPersistent disks are retained
CInstance is automatically deleted
DCharges continue
Explanation
Stopping a Compute Engine instance retains attached persistent disks, while others imply incorrect behaviors.
Q343
Which service is best for event-driven architecture?
ACloud Functions
BCloud Run
CApp Engine
DCompute Engine
Explanation
Cloud Functions automates execution in response to events, unlike others that require more setup.
Q344
A company needs to stream video content globally. Which GCP service should they use?
AYouTube API
BCloud CDN
CCloud Pub/Sub
DCloud Storage
Explanation
Cloud CDN speeds up delivery of content across the globe, unlike other options which serve different purposes.
Q345
You are configuring IAM roles for a project. What happens if a user has multiple roles?
AOnly the highest role applies
BAll roles accumulate permissions
CThe roles conflict, denying access
DRoles have no effect on permissions
Explanation
IAM roles accumulate permissions, allowing for flexible access control across services.
Q346
Which Google Cloud service is designed for big data processing?
ABigQuery
BCloud Functions
CCloud Datastore
DCloud Pub/Sub
Explanation
BigQuery is specifically designed for big data analytics, while others serve different purposes.
Q347
A company needs to restrict access to sensitive data based on user locations. What should they use?
AIAM Policies
BVPC Peering
CIdentity-Aware Proxy
DCloud Functions
Explanation
Identity-Aware Proxy can restrict access based on user identity and location, while other options don't support location-based constraints.
Q348
What happens when you configure an instance with an ephemeral external IP?
APermanent IP address assigned
BIP address changes on stop/start
CAlways static unless deleted
DNot reachable from the internet
Explanation
Ephemeral IPs change when the instance is stopped, whereas other options misrepresent IP address behavior.
Q349
Which Google Cloud service provides a global content delivery network?
ACloud CDN
BCloud Functions
CCloud Storage
DDataflow
Explanation
Cloud CDN accelerates content delivery worldwide; the others provide different functionalities.
Q350
A company needs to link multiple Google Cloud projects while managing resource access. Which resource hierarchy element should they consider using?
AFolder
BOrganization
CBucket
DNetwork
Explanation
An Organization allows centralized resource management across projects; folders are subcategories but don't centralize access.