Revision Guide · Certified Next-Generation Firewall (NGFW) Engineer

Capstone Practice Exam

68 questions spanning all 14 modules, weighted roughly by module size (Access & Identity and VM-Series & Public Cloud carry the most questions since they're the largest modules). This is a self-assessment tool for this guide, not a copy of or substitute for the real Certified NGFW Engineer exam — use it to find which modules need another pass, not to memorize exact wording. Answer everything, click Check Answers, and you'll get both an overall score and a per-module breakdown below the questions.

~68 questions · allow 45–60 min

Practice Exam

Foundations

1. A security rule permits only the "web-browsing" application on TCP/8080. Traffic analysis shows a proprietary database-replication protocol tunneling over that same port and being correctly blocked. Which mechanism identified the mismatch between the rule's intent and the traffic's actual identity?

App-ID determines the actual application from payload behavior, not the port — that's why traffic on a "web" port was still correctly classified as something else.

2. An engineer enables Threat Prevention, WildFire, and URL Filtering on the same security rule and is concerned about added latency from each subscription re-inspecting the packet. Under Single-Pass Parallel Processing (SP3), what actually happens?

SP3's core advantage is single-pass classification with services layered on that one pass, unlike chained UTM designs that re-parse per engine.

3. A customer is sizing a firewall for a link where they plan to enable decryption, App-ID, and full threat inspection on all traffic. Which two factors should most directly influence platform selection? (Choose two.)

Decryption and full content inspection are the most CPU-intensive operations on an NGFW — undersized dataplane hardware throttles once everything is turned on.

Traffic Classification

4. A custom internal application isn't recognized by any built-in App-ID signature. How will the firewall most likely classify its traffic by default?

Unrecognized traffic surfaces as unknown-tcp/udp — a common reason to build a custom App-ID object.

5. A group of users share a single IP address on a Citrix XenApp/RDP terminal server, and standard IP-to-user mapping techniques (login monitoring, WMI probes) all report the same address for every session. Which two User-ID sources are designed to correctly disambiguate individual users on a shared IP? (Choose two.)

The Terminal Server agent and Captive Portal both handle shared-IP disambiguation directly; LDAP lookups just resolve group membership once a user is already known, and HIP checks assess endpoint posture, not identity.

6. What does Content-ID add on top of what App-ID and User-ID already establish about a session?

App-ID/User-ID say what and who; Content-ID looks at what's actually inside the payload.

7. An internal application evades App-ID's signature-based classification by mimicking normal HTTP behavior over port 80. Which two App-ID mechanisms work together to eventually reclassify this kind of evasive traffic? (Choose two.)

App-ID layers signatures, protocol decoding, and heuristics; when signatures alone don't catch evasive traffic, continued protocol decoding and heuristics are what eventually flag it. NAT and DHCP relay play no role in classification.

8. Content-ID's stream-based scanning is valuable primarily because:

Stream-based inspection avoids the "wait for the whole file" latency hit that full-buffering engines incur.

Encrypted Traffic

9. Which decryption mode is used for outbound user traffic, where the firewall presents a certificate signed by an internal enterprise CA?

Forward Proxy is the man-in-the-middle mode for outbound traffic to arbitrary internet destinations.

10. Why does SSL Inbound Inspection not require re-signing traffic with a forward-trust CA, unlike Forward Proxy?

Inbound Inspection decrypts traffic to your own servers using their real private key — no impersonation needed.

11. An architect is defining SSL Decryption exclusions before a broad decryption rollout. Which two categories of traffic are commonly excluded from decryption because inspecting them causes practical problems? (Choose two.)

Certificate pinning and regulatory/privacy-sensitive categories are the classic decryption exclusion cases — pinned apps simply fail closed, and compliance rules often bar inspecting certain data categories at all.

12. Why should a forward-trust CA certificate ideally chain to an enterprise root CA rather than stand alone?

Chaining to an already-trusted root avoids having to manually distribute a standalone cert to every endpoint.

Policy & Segmentation

13. Two security policy rules could both match a session: a broad "allow any" rule near the top, and a specific deny rule further down. What happens?

First-match-wins is why rule order matters so much — a broad rule placed too high can silently shadow specific ones below it.

14. A NAT rule performs destination NAT, translating a public IP to an internal server's private IP. Which two statements correctly describe how PAN-OS evaluates the corresponding Security Policy rule for this session? (Choose two.)

PAN-OS matches Security Policy addresses against the original (pre-NAT) IPs, but the destination zone lookup is based on where the post-NAT address routes — a classic source of misconfigured DNAT rules.

15. What is DIPP (dynamic-IP-and-port) oversubscription primarily used for?

DIPP lets many internal hosts share a smaller pool of public IPs by multiplexing ports — but push it too hard and you exhaust the pool under load.

16. What is the default behavior for intrazone vs. interzone traffic when no explicit rule matches?

Default rules allow intrazone and deny interzone — a blind spot if a zone spans multiple trust levels.

17. Which two statements accurately distinguish Zone Protection profiles from DoS Protection profiles/rules? (Choose two.)

Zone Protection is broad, per-zone perimeter defense; DoS Protection is granular, rule-based protection for specific high-value destinations. Both run simultaneously as layered defense.

Firewall Fundamentals & Admin

18. An admin makes several configuration edits but hasn't clicked Commit. Which two statements correctly describe the state of the configuration at this point? (Choose two.)

Candidate config is a shared working draft with zero traffic impact until Commit is run — other admins see the same pending edits, but nothing is enforced yet.

19. What does "Validate" do during the commit workflow that "Preview" does not?

Validate checks correctness only; Preview shows you the color-coded diff; Commit is the one that goes live.

20. A custom Role Based admin profile was scoped last year. PAN-OS has since added a new feature area. What happens to that admin's access to the new feature?

Unlike Dynamic roles, custom Role Based profiles need manual maintenance as new features ship.

21. Which two characteristics make Virtual Wire interface mode a good fit for inserting a firewall into an existing network with zero re-addressing, such as for a migration or POC? (Choose two.)

Virtual Wire is transparent at Layer 1/2 — no re-addressing or routing changes — while still delivering full NGFW Layer 7 inspection, unlike a passive Tap interface.

22. Why can't a Virtual System administrator role configure interfaces, VLANs, or virtual routers?

Shared network resources sit above individual vsys scope — a common "why can't I configure this" ticket.

Threat & Content Services

23. What does Advanced Threat Prevention add specifically on top of standard Threat Prevention?

Advanced Threat Prevention's differentiator is the inline ML/deep-learning engine aimed at evasive, signature-resistant C2.

24. A brand-new, never-before-seen executable crosses the firewall. Which two techniques does WildFire use to determine whether it's malicious? (Choose two.)

WildFire combines static analysis with dynamic sandbox detonation to judge genuinely new files — it doesn't rely purely on hash blocklists or skip unknowns.

25. What does Advanced WildFire's Intelligent Run-time Memory Analysis specifically target?

Memory analysis is specifically built to catch sandbox-aware malware that behaves differently under detonation.

26. What does Advanced URL Filtering add beyond the base URL Filtering (PAN-DB category) subscription?

Advanced URL Filtering's edge is real-time ML inspection versus relying solely on a pre-categorized database.

27. What license is a prerequisite for DNS Security?

DNS Security requires a Threat Prevention license as its base.

28. Which two reasons explain why decryption is a practical prerequisite for most of Content-ID's threat-facing services (Threat Prevention, WildFire, URL Filtering) to be fully effective? (Choose two.)

"You can't block what you don't inspect" — encrypted payloads hide from every content-inspection engine until decryption restores visibility.

AI-Powered Security

29. What is the primary purpose of the Discovery stage in Prisma AIRS / AI Runtime Security?

Discovery is about visibility first — finding shadow-AI usage before you can secure it.

30. Which Prisma AIRS stage is responsible for actively inspecting and blocking malicious prompts, responses, and agent actions in real time?

Defend is the active runtime protection layer — prompts, responses, and agent actions all get inspected there.

31. Which two AI/LLM-specific risks does Prisma AIRS address that conventional network-layer Threat Prevention/IPS signatures are not designed to catch? (Choose two.)

Prompt injection and output-based data leakage are risks specific to how LLMs process and generate content — not the packet/exploit patterns traditional IPS signatures target.

32. What must an organization typically decide during the Deploy stage of AI Runtime Security?

Deploy is about choosing how protection gets inserted into each AI app's specific architecture, based on what Discovery found.

Access & Identity

33. What is the primary purpose of GlobalProtect in the context of User-ID?

GlobalProtect is both a remote-access VPN and a strong User-ID source, since the user must authenticate to connect.

34. What's the difference between an Authentication Profile and an Authentication Sequence?

Sequences chain multiple Profiles together, trying each in turn — useful when users might live in different backends.

35. Which factor category does Multi-Factor Authentication add beyond username/password on the firewall?

MFA layers in a genuinely separate factor (something you have/are), not just another knowledge-based credential.

36. How does Credential Phishing Prevention typically restrict where corporate credentials can be submitted?

It's enforced at the URL-category level — corporate creds are blocked from going to categories like newly-registered or high-risk sites.

37. Which two roles does the Cloud Identity Engine play for organizations with both on-prem AD and cloud directories like Azure AD/Okta? (Choose two.)

Cloud Identity Engine unifies identity from multiple sources and is designed to coexist with — not replace — existing on-prem AD/LDAP.

38. What does SCIM provisioning automate in this context?

SCIM is specifically about automated user/group provisioning and deprovisioning from an IdP.

39. In a large multi-vsys or multi-firewall environment, which two reasons explain why User-ID Redistribution is needed? (Choose two.)

Redistribution's purpose is propagating identity mappings across firewalls that don't all have direct identity-source connectivity, keeping policy enforcement consistent fleet-wide.

40. When implementing User-ID in policy, which two of the following can the Source User field match against? (Choose two.)

Source User can match individual users and group constructs, including tag-driven Dynamic User Groups — it's identity-based, not limited to IP or MAC matching.

VPN & Connectivity

41. In an IKE/IPSec site-to-site VPN, what do Proxy IDs primarily define?

Proxy IDs (or traffic selectors) define which subnet pairs are considered "interesting traffic" for that particular SA.

42. Which two factors make manually configuring many individual site-to-site IPSec tunnels a poor fit for branch-heavy deployments? (Choose two.)

The scaling pain is operational — linear config overhead and manual tunnel lifecycle management — which is exactly what GlobalProtect LSVPN-style hub-and-spoke automation solves.

43. What risk does Quantum-Ready VPN specifically aim to mitigate?

Quantum-Ready VPN is about hardening key exchange against future quantum-capable decryption of data captured now.

Software Firewalls: Containers & Kubernetes

44. What networking characteristic of Kubernetes makes traditional perimeter-only firewalls insufficient for east-west traffic inside a cluster?

Pod-to-pod east-west traffic often never crosses a perimeter firewall, which is exactly the gap CN-Series fills.

45. Which two things does CN-Series bring into a Kubernetes cluster that differentiate it from relying on native Kubernetes network policies alone? (Choose two.)

CN-Series adds genuine Layer 7 NGFW inspection and the familiar App-ID/Content-ID model to east-west traffic — capabilities native L3/L4 NetworkPolicy objects don't provide — without replacing core Kubernetes networking components.

46. In CN-Series architecture, what two main components typically work together to enforce policy?

CN-Series splits management and dataplane responsibilities, with dataplane components running close to the workloads they protect.

47. What does CN-Series deployment tie together from the earlier architecture discussion?

Deployment is where the architectural pieces come together operationally inside a real Kubernetes cluster.

Software Firewalls: VM-Series & Public Cloud

48. In a hub-and-spoke cloud network security design, why route spoke VPC/VNet traffic through a central security VPC/VNet?

Hub-and-spoke centralizes inspection so every spoke's traffic passes through one consistently policed choke point.

49. Which two factors primarily determine VM-Series instance sizing and licensing requirements in a public cloud deployment? (Choose two.)

Same logic as physical appliances — throughput/session load and which subscriptions are enabled drive both sizing and licensing in the cloud.

50. What's a common VM-Series traffic flow design for inbound internet-facing workloads in the cloud?

Inbound designs typically front the VM-Series with a load balancer so traffic is inspected before it reaches the actual workloads.

51. Which two capabilities does AWS Gateway Load Balancer (GWLB) integration with VM-Series provide? (Choose two.)

GWLB's value is transparent, auto-scaling insertion via GENEVE without per-VPC route surgery — it doesn't touch licensing or provide its own encryption layer.

52. What is the Azure equivalent design pattern to AWS Gateway Load Balancer for inserting VM-Series transparently?

Azure GWLB serves the same transparent-insertion role in Azure that AWS GWLB serves in AWS.

53. On GCP, what capability does Google Cloud Intrusion Detection provide relative to VM-Series?

Cloud IDS on GCP is a managed, mirror-based detection service built on Palo Alto's threat engine, distinct from a full inline VM-Series deployment.

54. What use case does VM-Series on NSX-T primarily address?

VM-Series on NSX-T extends NGFW inspection into VMware's software-defined networking fabric, typically alongside NSX-T's native segmentation.

55. Which two benefits come from deploying VM-Series consistently across AWS, Azure, GCP, and on-prem/NSX-T rather than mixing different vendors' firewalls per environment? (Choose two.)

The value is consistent policy semantics plus centralized management across heterogeneous environments — not free licensing or eliminating native cloud tooling.

Resilience & Scale

56. In an active/passive HA pair, what state does NOT automatically sync between the two firewalls?

Decrypted session state is the well-known exception that doesn't sync — failover drops and re-establishes those sessions.

57. Which two capabilities does NGFW Clustering provide beyond what a standard two-node active/passive HA pair offers? (Choose two.)

Clustering's differentiator is genuine multi-node horizontal scale-out and elastic capacity, not licensing changes or solving the decrypted-session-sync limitation.

58. What is the primary use case for Virtual Systems (vsys) on a single physical firewall?

Vsys is about multi-tenancy — carving one box into isolated logical firewalls, common for MSSPs and shared-tenant environments.

59. Which shared network resources can a Virtual System administrator NOT configure, per the platform's RBAC model?

Shared network objects live above any single vsys's scope, regardless of that vsys admin's role.

Management & Ops

60. What is Panorama's core role in a multi-firewall deployment?

Panorama centralizes management and visibility, not inspection itself — the firewalls still do the actual traffic processing.

61. Which two reasons commonly justify forwarding firewall logs to an external SIEM in addition to keeping them in Panorama/Strata Logging Service? (Choose two.)

SIEM forwarding is about cross-tool correlation and org-wide retention/compliance — not a workaround for a logging limitation in Panorama.

62. What does Strata Logging Service provide that changes the traditional on-prem log-collector model?

Strata Logging Service moves log storage/retention to the cloud, decoupling it from on-prem log collector sizing.

63. When reading a Traffic log entry, what does the Action field combined with the Session End Reason together tell you?

Action plus Session End Reason together are core to diagnosing why a session behaved the way it did.

64. Which two categories of data does Device Telemetry upload to Palo Alto Networks by design? (Choose two.)

Telemetry is usage/health/threat data feeding Palo Alto's ML pipeline — not raw customer packet captures or credentials.

65. What does Platform Security / Intelligent Malware Analysis (IMA) primarily add to the platform's own operational security?

Platform Security/IMA is about protecting and monitoring the firewall device itself, not the traffic passing through it.

Licensing & Summary

66. Which two capabilities ship on every NGFW at no additional subscription cost, unlike Advanced Threat Prevention, Advanced WildFire, or Advanced URL Filtering? (Choose two.)

App-ID and basic Zone/DoS Protection are built into every NGFW; the "Advanced" subscription tiers (WildFire, URL Filtering, Threat Prevention) are separately licensed.

67. A customer wants inline ML-based catching of brand-new phishing pages, not just PAN-DB category blocking. Which subscription do they need?

Real-time ML inspection of new/unknown pages is specifically an Advanced URL Filtering capability; base URL Filtering isn't sold standalone anymore.

68. What is the single biggest recurring trade-off called out across this entire guide's pros/cons summaries?

The recurring theme across nearly every module: more visibility and protection depth costs both compute and subscription budget.