Which option best describes the principle of least privilege in cloud security?
Think about minimizing access to reduce risk.
The principle of least privilege means giving users and services only the permissions they need to do their job, which limits potential damage from mistakes or attacks.
In a GCP environment, which design best isolates sensitive data from public internet access?
Think about how to keep data away from the public internet.
Using private subnets without external IPs and secure VPN access helps protect sensitive data by isolating it from the public internet.
What is the most likely outcome if a GCP service account is granted the 'Owner' role instead of a more restrictive role?
Consider what the 'Owner' role allows.
The 'Owner' role grants full control over all resources, so if the service account is compromised, it can cause serious damage.
Which option best illustrates the defense in depth strategy in GCP security?
Think about combining different security measures.
Defense in depth means layering multiple security controls so if one fails, others still protect the system.
What is the primary effect of enabling VPC Service Controls around a GCP project?
Consider how VPC Service Controls protect data boundaries.
VPC Service Controls create a virtual security boundary that limits access to resources from outside trusted networks, reducing risk of data leaks.