- A
Cloud Armor, by blocking requests from IP addresses associated with personal devices
Why wrong: Cloud Armor blocks based on IP addresses and request attributes, not device management status. Personal devices don't have distinct IP addresses identifiable at the network layer.
- B
Google Workspace context-aware access and endpoint management controls that restrict actions (such as downloads) for users accessing from unmanaged personal devices
Google Workspace provides device-level context-aware access. Organizations can define policies that restrict capabilities based on device enrollment status — allowing read-only web access on unmanaged devices while blocking downloads, or requiring device enrollment to access sensitive content.
- C
Enabling two-factor authentication for all users, which prevents unauthorized access
Why wrong: 2FA strengthens authentication but doesn't differentiate between managed and unmanaged devices. A user could successfully authenticate with 2FA on a personal device and still download files.
- D
Encrypting all Google Drive files so they cannot be read on personal devices
Why wrong: Google Drive files are encrypted at rest by Google, but this encryption is transparent to authorized users. An authenticated user can still download and read files on a personal device — encryption doesn't prevent downloads.
Quick Answer
The answer is Google Workspace context-aware access and endpoint management controls that restrict actions like downloads for users on unmanaged personal devices. This is correct because context-aware access evaluates device trust signals—such as whether a device is managed or unmanaged—and then enforces granular action-level policies, directly preventing sensitive documents from being downloaded to personal devices rather than merely blocking access. On the Google Cloud Digital Leader exam, this scenario tests your understanding of how data loss prevention works at the action level versus the access level, a common trap where candidates mistakenly choose basic access controls like IP restrictions. The key insight is that preventing downloading sensitive documents to personal devices requires endpoint management to enforce restrictions on specific actions, not just who can view the document. Remember the memory tip: “Action over access” — context-aware access controls what users can do, not just where they can go.
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 company has employees who use personal (unmanaged) devices to access corporate applications. The security team wants to prevent sensitive Google Workspace documents from being downloaded to personal devices. Which Google control most directly addresses this data loss prevention requirement for device-based scenarios?
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
Google Workspace context-aware access and endpoint management controls that restrict actions (such as downloads) for users accessing from unmanaged personal devices
Option B is correct because Google Workspace context-aware access combined with endpoint management allows administrators to create access level policies that restrict specific actions—such as downloading, printing, or copying—based on device trust signals. When a user accesses Google Workspace from an unmanaged personal device, the policy can block the download of sensitive documents directly, addressing the data loss prevention requirement at the action level rather than just the access level.
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.
- ✗
Cloud Armor, by blocking requests from IP addresses associated with personal devices
Why it's wrong here
Cloud Armor blocks based on IP addresses and request attributes, not device management status. Personal devices don't have distinct IP addresses identifiable at the network layer.
- ✓
Google Workspace context-aware access and endpoint management controls that restrict actions (such as downloads) for users accessing from unmanaged personal devices
Why this is correct
Google Workspace provides device-level context-aware access. Organizations can define policies that restrict capabilities based on device enrollment status — allowing read-only web access on unmanaged devices while blocking downloads, or requiring device enrollment to access sensitive content.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Enabling two-factor authentication for all users, which prevents unauthorized access
Why it's wrong here
2FA strengthens authentication but doesn't differentiate between managed and unmanaged devices. A user could successfully authenticate with 2FA on a personal device and still download files.
- ✗
Encrypting all Google Drive files so they cannot be read on personal devices
Why it's wrong here
Google Drive files are encrypted at rest by Google, but this encryption is transparent to authorized users. An authenticated user can still download and read files on a personal device — encryption doesn't prevent downloads.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse network-level controls (like Cloud Armor) or authentication controls (like 2FA) with device-level data loss prevention, failing to recognize that only context-aware access with endpoint management can enforce granular action restrictions based on device trust status.
Detailed technical explanation
How to think about this question
Context-aware access leverages device signals such as the device's serial number, OS version, and compliance status (e.g., via endpoint verification or third-party MDM) to evaluate access level conditions in real time. Under the hood, Google Workspace uses OAuth 2.0 scopes and the Access Context Manager API to enforce policies that can block specific Drive API actions (e.g., files.get with ?alt=media) when the device is not marked as managed, effectively preventing downloads even if the user is authenticated. In a real-world scenario, a salesperson using a personal laptop to check email might be allowed to view a document in the browser but blocked from downloading it to their local drive, while a corporate-managed device would have full download privileges.
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: Google Workspace context-aware access and endpoint management controls that restrict actions (such as downloads) for users accessing from unmanaged personal devices — Option B is correct because Google Workspace context-aware access combined with endpoint management allows administrators to create access level policies that restrict specific actions—such as downloading, printing, or copying—based on device trust signals. When a user accesses Google Workspace from an unmanaged personal device, the policy can block the download of sensitive documents directly, addressing the data loss prevention requirement at the action level rather than just the access level.
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 →
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.