- A
Controlling access to a Cloud SQL database from a specific VPC.
VPC SC can restrict Cloud SQL access to authorized VPC networks.
- B
Preventing data exfiltration from Google Cloud Storage.
VPC SC can restrict data movement out of a perimeter.
- C
Allowing access to a managed instance group from the internet.
Why wrong: VPC SC does not control compute instances; it protects managed services.
- D
Enabling private access to Cloud APIs from on-premises.
Why wrong: That's Private Google Access, not VPC SC.
- E
Restricting access to BigQuery from outside a perimeter.
VPC SC can limit BigQuery access to within the perimeter.
Quick Answer
The answer is restricting access to BigQuery from outside a perimeter. This is a valid use case because VPC Service Controls enforce a service perimeter that blocks data exfiltration by preventing API calls from unauthorized networks, even if the caller has valid credentials. For the Google Professional Cloud Network Engineer exam, this concept tests your understanding of how perimeters work with managed services like Cloud SQL, BigQuery, and Cloud Storage—specifically that the perimeter acts as a virtual boundary around resources, not a network firewall. A common trap is confusing VPC Service Controls with VPC firewall rules or Private Google Access; remember that VPC Service Controls control data access at the API layer, not the network layer. For example, you can restrict a BigQuery dataset so only queries from within your VPC succeed, while blocking all external requests. Memory tip: think of the perimeter as a “data moat” that keeps your managed services safe from the outside world, regardless of IAM permissions.
PCNE Implementing network security Practice Question
This PCNE practice question tests your understanding of implementing network security. 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.
Which THREE of the following are valid use cases for VPC Service Controls?
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
Controlling access to a Cloud SQL database from a specific VPC.
Option A is correct because VPC Service Controls allow you to define a service perimeter that restricts access to a Cloud SQL database (or other Google Cloud services) to requests originating from a specific VPC network. This is achieved by configuring an access level that references the VPC network, ensuring that only traffic from that VPC can reach the database, even if the database is exposed via private IP.
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.
- ✓
Controlling access to a Cloud SQL database from a specific VPC.
Why this is correct
VPC SC can restrict Cloud SQL access to authorized VPC networks.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Preventing data exfiltration from Google Cloud Storage.
Why this is correct
VPC SC can restrict data movement out of a perimeter.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Allowing access to a managed instance group from the internet.
Why it's wrong here
VPC SC does not control compute instances; it protects managed services.
- ✗
Enabling private access to Cloud APIs from on-premises.
Why it's wrong here
That's Private Google Access, not VPC SC.
- ✓
Restricting access to BigQuery from outside a perimeter.
Why this is correct
VPC SC can limit BigQuery access to within the perimeter.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that VPC Service Controls are a general-purpose network access control tool (like firewall rules or VPN), when in fact they are specifically for creating a data exfiltration prevention perimeter around Google Cloud services, not for allowing inbound internet access or extending access to on-premises networks.
Detailed technical explanation
How to think about this question
VPC Service Controls use service perimeters to define a logical boundary around Google Cloud services, such as BigQuery, Cloud Storage, and Cloud SQL. When a service is inside a perimeter, access is denied from any source outside that perimeter, including the internet, other VPCs, or on-premises networks, unless explicitly allowed via access levels. Under the hood, this is enforced by the Google Cloud infrastructure at the API layer, using IAM conditions that evaluate the request's origin (e.g., VPC network, IP range, or device policy) before granting access. A real-world scenario is a financial institution that must prevent data exfiltration from BigQuery by ensuring only queries from a trusted VPC are allowed, even if a user has valid IAM credentials from an external network.
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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
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.
- →
Implementing network security — study guide chapter
Learn the concepts, then practise the questions
- →
Implementing network security practice questions
Targeted practice on this topic area only
- →
All PCNE questions
497 questions across all exam domains
- →
Google Professional Cloud Network Engineer study guide
Full concept coverage aligned to exam objectives
- →
PCNE practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PCNE practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Designing, planning, and prototyping a GCP network practice questions
Practise PCNE questions linked to Designing, planning, and prototyping a GCP network.
Implementing hybrid interconnectivity practice questions
Practise PCNE questions linked to Implementing hybrid interconnectivity.
Configuring network services practice questions
Practise PCNE questions linked to Configuring network services.
Implementing network security practice questions
Practise PCNE questions linked to Implementing network security.
Implementing a Virtual Private Cloud practice questions
Practise PCNE questions linked to Implementing a Virtual Private Cloud.
PCNE fundamentals practice questions
Practise PCNE questions linked to PCNE fundamentals.
PCNE scenario practice questions
Practise PCNE questions linked to PCNE scenario.
PCNE troubleshooting practice questions
Practise PCNE questions linked to PCNE troubleshooting.
Practice this exam
Start a free PCNE 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 PCNE question test?
Implementing network security — This question tests Implementing network security — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Controlling access to a Cloud SQL database from a specific VPC. — Option A is correct because VPC Service Controls allow you to define a service perimeter that restricts access to a Cloud SQL database (or other Google Cloud services) to requests originating from a specific VPC network. This is achieved by configuring an access level that references the VPC network, ensuring that only traffic from that VPC can reach the database, even if the database is exposed via private IP.
What should I do if I get this PCNE 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 30, 2026
This PCNE 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 PCNE 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.