Question 285 of 1,000
Implementing VPC InstanceshardMultiple ChoiceObjective-mapped

PCNE Network Tags Practice Question

This PCNE practice question tests your understanding of implementing vpc instances. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: network Tags. 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.

An engineer is troubleshooting a firewall rule issue. A VM with network tag 'web' is unable to receive HTTP traffic from the internet. The VPC has an ingress firewall rule allowing tcp:80 from 0.0.0.0/0 to targets with tag 'web' at priority 1000. Another ingress rule denies all ingress traffic at priority 65535. What is the likely cause?

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

The VM does not have the network tag 'web' assigned

The allow rule targets VMs with network tag 'web'. If the VM does not have this tag, the rule does not apply, and the default deny ingress rule (priority 65535) blocks the HTTP traffic. The priority ordering is correct (allow at 1000 is higher than deny at 65535), but the tag mismatch prevents the allow rule from being effective.

Key principle: Network Tags

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The firewall rule is an egress rule instead of ingress

    Why it's wrong here

    The rule is explicitly described as an ingress rule, so this is not the issue.

  • The VM does not have the network tag 'web' assigned

    Why this is correct

    Correct. The allow rule only applies to VMs with the network tag 'web'. If the VM does not have this tag, the rule does not apply, and the default deny blocks traffic.

    Related concept

    Network Tags

  • The priority of the allow rule is lower (higher number) than the deny rule

    Why it's wrong here

    The allow rule has priority 1000, which is higher (lower number) than the deny rule at 65535, so priority is correctly configured.

  • The VM has an external IP but the firewall rule only applies to internal IPs

    Why it's wrong here

    Firewall rules apply to both internal and external IPs unless specifically restricted; there is no such restriction here.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Candidates often overlook that firewall rules targeting network tags require those tags to be applied to the VM. Priority and rule direction are correctly configured in this scenario.

Detailed technical explanation

How to think about this question

Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Network Tags
  • Firewall Rule Target
  • Priority

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

Network Tags

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Review network Tags, then practise related PCNE questions on the same topic to reinforce the concept.

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.

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 VPC Instances — This question tests Implementing VPC Instances — Network Tags.

What is the correct answer to this question?

The correct answer is: The VM does not have the network tag 'web' assigned — The allow rule targets VMs with network tag 'web'. If the VM does not have this tag, the rule does not apply, and the default deny ingress rule (priority 65535) blocks the HTTP traffic. The priority ordering is correct (allow at 1000 is higher than deny at 65535), but the tag mismatch prevents the allow rule from being effective.

What should I do if I get this PCNE question wrong?

Review network Tags, then practise related PCNE questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Network Tags

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More PCNE practice questions

Last reviewed: Jul 4, 2026

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.

Loading comments…

Sign in to join the discussion.

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.