- A
Use route priorities on the Cloud Router for the learned routes.
Why wrong: Route priorities in Cloud Router are used for routes learned from multiple Cloud Routers, not for BGP learned routes.
- B
Change the VLAN attachment's mode to active-active.
Why wrong: Active-active mode only affects availability, not routing preference.
- C
Set a lower cost on the Cloud Router interface for the preferred VLAN attachment.
Why wrong: Cloud Router interfaces do not have a cost metric; path selection is BGP-based.
- D
Configure BGP MED values on the on-premises router for the prefixes advertised to the Cloud Router.
MED influences the Cloud Router's path selection, giving preference to lower MED.
Quick Answer
The correct action is to configure BGP MED values on the on-premises router for the prefixes advertised to the Cloud Router. This works because BGP Multi-Exit Discriminator (MED) is a standard metric used to influence inbound traffic path selection when multiple connections exist between two autonomous systems, such as your on-premises network and Google Cloud via Partner Interconnect. By setting a lower MED value on the on-premises router for the specific subnet prefixes, you signal Google Cloud to prefer that particular VLAN attachment, steering traffic away from the suboptimal path. On the Google Professional Cloud Network Engineer exam, this scenario tests your understanding of how to influence routing preference on Partner Interconnect without modifying Cloud Router configurations—a common trap is to mistakenly adjust AS path prepending on the Cloud side, which affects outbound traffic, not inbound. Remember the memory tip: MED is the "inbound influencer" for multi-homed connections, so lower MED means "come this way."
PCNE Implementing hybrid interconnectivity Practice Question
This PCNE practice question tests your understanding of implementing hybrid interconnectivity. 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 is using Partner Interconnect to connect their data center to Google Cloud. They notice that traffic from their on-premises network to a specific subnet in VPC is taking a suboptimal path. Which action should they take to influence the routing preference?
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
Configure BGP MED values on the on-premises router for the prefixes advertised to the Cloud Router.
Option D is correct because BGP MED (Multi-Exit Discriminator) is the standard mechanism for influencing inbound traffic path selection when multiple connections exist between two autonomous systems. By setting a lower MED value on the on-premises router for prefixes advertised to the Cloud Router, the on-premises network can signal Google Cloud to prefer that specific VLAN attachment for traffic destined to the subnet, thereby correcting the suboptimal path.
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.
- ✗
Use route priorities on the Cloud Router for the learned routes.
Why it's wrong here
Route priorities in Cloud Router are used for routes learned from multiple Cloud Routers, not for BGP learned routes.
- ✗
Change the VLAN attachment's mode to active-active.
Why it's wrong here
Active-active mode only affects availability, not routing preference.
- ✗
Set a lower cost on the Cloud Router interface for the preferred VLAN attachment.
- ✓
Configure BGP MED values on the on-premises router for the prefixes advertised to the Cloud Router.
Why this is correct
MED influences the Cloud Router's path selection, giving preference to lower MED.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse influencing inbound vs. outbound traffic and incorrectly choose options that affect Cloud Router's outbound path selection (like route priorities or interface cost) instead of using BGP MED to influence the on-premises router's advertisement.
Detailed technical explanation
How to think about this question
BGP MED is a non-transitive optional attribute that is exchanged between AS peers to influence the decision process of the receiving AS when multiple paths exist. In Google Cloud, the Cloud Router receives MED values from on-premises routers and uses them in the BGP best-path selection algorithm (lower MED is preferred) for inbound traffic, but only if the paths are from the same neighboring AS. This is particularly useful in scenarios with multiple Partner Interconnect connections or multiple VLAN attachments to different on-premises locations, where asymmetric routing or suboptimal paths can occur without explicit MED tuning.
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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
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 hybrid interconnectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Implementing hybrid interconnectivity 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 hybrid interconnectivity — This question tests Implementing hybrid interconnectivity — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Configure BGP MED values on the on-premises router for the prefixes advertised to the Cloud Router. — Option D is correct because BGP MED (Multi-Exit Discriminator) is the standard mechanism for influencing inbound traffic path selection when multiple connections exist between two autonomous systems. By setting a lower MED value on the on-premises router for prefixes advertised to the Cloud Router, the on-premises network can signal Google Cloud to prefer that specific VLAN attachment for traffic destined to the subnet, thereby correcting the suboptimal path.
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 25, 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.