- A
Strong external firewall rules, because insider threats come from internal network actors who must be blocked at the perimeter
Why wrong: Network perimeter controls address external attackers. Insider threats are authorized users operating from within the perimeter — firewall rules don't restrict their actions on data they're authorized to access.
- B
Least privilege IAM (limiting access to only necessary resources), comprehensive audit logging (detecting anomalous access), VPC Service Controls (preventing data exfiltration to external projects), and separation of duties for critical actions
This layered approach addresses insider threat from multiple angles: least privilege limits what a malicious insider can access; audit logs detect anomalous behavior (bulk data access, unusual hours); VPC Service Controls prevent copying data to personal or competitor GCP projects; separation of duties requires collusion for the most dangerous actions.
- C
Encrypting all data at rest with CMEK, since encryption prevents authorized users from reading data
Why wrong: CMEK protects against unauthorized access to encrypted storage media. Authorized users with access to the encrypted data and decryption keys can still read it — encryption doesn't restrict access for users already authorized to use the data.
- D
Requiring all employees to pass annual security training to prevent insider threats
Why wrong: Security training addresses accidental insider threat (mistakes) but doesn't prevent deliberate malicious insiders who know the rules and choose to violate them. Technical controls (audit logging, least privilege) are needed for detecting and limiting deliberate insider actions.
Quick Answer
The correct answer is the combination of least privilege IAM, comprehensive audit logging, VPC Service Controls, and separation of duties, because this layered approach addresses both prevention and detection of malicious insider activity. Least privilege IAM limits the blast radius by granting only necessary permissions, while VPC Service Controls create a data exfiltration barrier by restricting data movement outside approved perimeters. Comprehensive audit logging, such as Cloud Audit Logs, enables detection of anomalous access patterns, and separation of duties via Cloud IAM Conditions ensures no single insider can execute critical actions alone. On the Google Cloud Digital Leader exam, this question tests your understanding of defense-in-depth for insider threat mitigation, often appearing as a scenario where a single control like encryption is a trap—encryption protects data at rest but does not prevent an authorized user from accessing or exfiltrating it. A useful memory tip is “L.A.V.S.”: Least privilege, Audit logs, VPC perimeters, and Separation of duties—each layer blocks a different attack vector.
Cloud Digital Leader Trust and security with Google Cloud Practice Question
This GCDL practice question tests your understanding of trust and security with google cloud. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A security team is conducting a threat model for their Google Cloud environment. They identify 'insider threat' — a malicious authorized employee who intentionally exfiltrates or destroys data — as a key risk. Which combination of Google Cloud controls most effectively mitigates this risk?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Least privilege IAM (limiting access to only necessary resources), comprehensive audit logging (detecting anomalous access), VPC Service Controls (preventing data exfiltration to external projects), and separation of duties for critical actions
Option B is correct because it combines least privilege IAM to limit the blast radius, comprehensive audit logging (e.g., Cloud Audit Logs) to detect anomalous access patterns, VPC Service Controls to prevent data exfiltration via VPC perimeter enforcement, and separation of duties (e.g., using Cloud IAM Conditions) to ensure no single insider can perform critical actions alone. This layered defense addresses both prevention and detection of malicious insider activity.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Strong external firewall rules, because insider threats come from internal network actors who must be blocked at the perimeter
Why it's wrong here
Network perimeter controls address external attackers. Insider threats are authorized users operating from within the perimeter — firewall rules don't restrict their actions on data they're authorized to access.
- ✓
Least privilege IAM (limiting access to only necessary resources), comprehensive audit logging (detecting anomalous access), VPC Service Controls (preventing data exfiltration to external projects), and separation of duties for critical actions
Why this is correct
This layered approach addresses insider threat from multiple angles: least privilege limits what a malicious insider can access; audit logs detect anomalous behavior (bulk data access, unusual hours); VPC Service Controls prevent copying data to personal or competitor GCP projects; separation of duties requires collusion for the most dangerous actions.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Encrypting all data at rest with CMEK, since encryption prevents authorized users from reading data
Why it's wrong here
CMEK protects against unauthorized access to encrypted storage media. Authorized users with access to the encrypted data and decryption keys can still read it — encryption doesn't restrict access for users already authorized to use the data.
- ✗
Requiring all employees to pass annual security training to prevent insider threats
Why it's wrong here
Security training addresses accidental insider threat (mistakes) but doesn't prevent deliberate malicious insiders who know the rules and choose to violate them. Technical controls (audit logging, least privilege) are needed for detecting and limiting deliberate insider actions.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume encryption (CMEK) or training alone can stop insider threats, but they fail to realize that an authorized insider can still read or exfiltrate data unless data exfiltration controls (like VPC Service Controls) and audit logging are in place.
Detailed technical explanation
How to think about this question
VPC Service Controls use a perimeter-based model that denies data exfiltration to external projects or networks by enforcing context-aware access policies at the Google Cloud edge, even for authenticated users. Cloud Audit Logs capture admin activity, data access, and system events, which can be streamed to BigQuery for real-time anomaly detection using user-defined alerting thresholds. Separation of duties can be enforced with Cloud IAM Conditions that require multi-party approval (e.g., via Cloud Build or Access Approval) for destructive operations like deleting a Cloud Storage bucket.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Trust and security with Google Cloud — study guide chapter
Learn the concepts, then practise the questions
- →
Trust and security with Google Cloud practice questions
Targeted practice on this topic area only
- →
All GCDL questions
507 questions across all exam domains
- →
Google Cloud Digital Leader study guide
Full concept coverage aligned to exam objectives
- →
GCDL practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Fundamental cloud concepts practice questions
Practise GCDL questions linked to Fundamental cloud concepts.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this GCDL question test?
Trust and security with Google Cloud — This question tests Trust and security with Google Cloud — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Least privilege IAM (limiting access to only necessary resources), comprehensive audit logging (detecting anomalous access), VPC Service Controls (preventing data exfiltration to external projects), and separation of duties for critical actions — Option B is correct because it combines least privilege IAM to limit the blast radius, comprehensive audit logging (e.g., Cloud Audit Logs) to detect anomalous access patterns, VPC Service Controls to prevent data exfiltration via VPC perimeter enforcement, and separation of duties (e.g., using Cloud IAM Conditions) to ensure no single insider can perform critical actions alone. This layered defense addresses both prevention and detection of malicious insider activity.
What should I do if I get this GCDL question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More GCDL practice questions
- What is virtualization in the context of cloud computing, and why is it fundamental to how cloud providers deliver servi…
- A company stores its data in Google Cloud. The security team asks: can Google employees access our customer data without…
- A company is evaluating whether to use a content delivery network (CDN) for its e-commerce website. Which scenario would…
- A company's SRE team is debating whether to automate a frequently performed manual operational task. The automation woul…
- A DevOps team wants to adopt GitOps practices for managing their Google Cloud infrastructure. Which combination of tools…
- A startup is building an application that sends daily promotional push notifications to millions of mobile users on both…
Last reviewed: Jun 11, 2026
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.