Courseiva

Certified Network Security Architect (NetSec-Architect) (NetSec-Architect) — Questions 76150

228 questions total · 4pages · All types, answers revealed

Page 1

Page 2 of 4

Page 3
76
Multi-Selectmedium

An architect is designing a resilient Zero Trust network access architecture using Prisma Access and Panorama. Which TWO components or features are essential for ensuring centralized management and consistent policy enforcement across mobile users and remote locations? (Choose two)

Select 2 answers
A.Local command-line interface (CLI) scripts executed independently on each compute location
B.Panorama for centralized template and device group policy administration
C.Disabling Panorama cloud services plugin in favor of legacy SNMP polling
D.Prisma Access Remote Networks and Mobile Users locations configured via Panorama
E.Local standalone DNS servers deployed at every branch office without any central integration
AnswersB, D

Panorama is required for unified configuration management across all Prisma Access remote networks and mobile user deployments.

Why this answer

Panorama provides centralized management and policy orchestration, while Cloud/Remote Networks and Mobile Users represent the architecture types managed within Prisma Access.

77
Multi-Selectmedium

Which TWO log types can be forwarded directly from VM-Series firewalls or Panorama to external SIEM or analytics platforms in a multi-cloud architecture? (Choose two)

Select 2 answers
A.Hypervisor BIOS boot logs
B.Local database cache debug dumps
C.Traffic logs
D.Cloud provider IAM audit trail logs
E.Threat logs
AnswersC, E

Traffic logs record session creation, teardown, and bytes transferred.

Why this answer

PAN-OS supports forwarding Traffic, Threat, URL, WildFire, Data, and System logs to external SIEMs via Syslog, HTTPS, or Event Hubs.

78
MCQhard

An architect is troubleshooting a large Panorama deployment where configuration pushes to a specific Device Group are failing with a validation error stating that an address object reference is missing. However, the object exists in Panorama. What is the most likely root cause of this error?

A.The firewall template is missing the corresponding IP subnet mask definition.
B.Panorama's database replication sync service has crashed, requiring a manual MongoDB restart.
C.The address object was created inside a different Device Group context, making it inaccessible to the target Device Group.
D.The address object name contains uppercase letters which are disallowed by Panorama validation rules.
AnswerC

Objects created within a specific Device Group are local to that group and cannot be referenced by sibling or independent Device Groups unless defined at Shared or an ancestor level.

Why this answer

Object inheritance and scope in Panorama dictate that an object defined in a parent device group or shared location must be accessible to the target device group, but if it was created as local to a different device group, subordinate or sibling groups cannot reference it.

79
MCQhard

An enterprise has deployed a large-scale Panorama architecture with multiple Dedicated Log Collectors. A subset of firewalls needs to be reassigned to a different Collector Group for load balancing. After moving the firewalls to the new Collector Group in Panorama, which step must be performed on the managed firewalls for the change to take effect immediately without a full system reboot?

A.Commit the configuration to Panorama and push changes to the managed firewalls.
B.Manually re-enter the auth-key on each firewall to re-register them with Panorama.
C.Restart the log-receiver process via the CLI on each managed firewall.
D.Run the command 'request system restart' on the Panorama appliance.
AnswerA

Pushing the updated Collector Group assignment configuration via a commit to the firewalls is required so they learn the IP addresses of the new collectors.

Why this answer

When Log Collector assignments change, the firewalls must receive the new configuration and re-establish their log forwarding session connections, accomplished by performing a commit and ensuring the firewall pulls the new Panorama pushed settings.

80
MCQmedium

A network architect is designing an architecture where branch offices connect to a hub Palo Alto Networks NGFW via IPsec VPNs. The architect needs to ensure that application traffic originating from branch users is identified accurately even when applications use non-standard ports (e.g., HTTP running on port 8080). Which PAN-OS feature performs this identification?

A.App-ID engine inspecting packet payloads and application signatures dynamically regardless of port numbers.
B.User-ID agent mapping source IP addresses to Active Directory group memberships.
C.Port-based Layer-4 dynamic remapping rules configured within the IPsec crypto profile.
D.URL Filtering cloud categorization matching destination IP addresses to standard port maps.
AnswerA

App-ID identifies the actual application based on signatures and behavior, ignoring underlying TCP/UDP port numbers.

Why this answer

App-ID uses deep packet inspection, application signatures, and heuristic analysis to identify applications regardless of port numbers, distinguishing actual application traffic from standard port definitions.

81
Multi-Selecthard

An architect is designing a redundant, high-availability architecture for cloud-connected firewalls utilizing Cortex Data Lake. Which TWO architectural best practices ensure reliable, resilient log forwarding? (Choose two)

Select 2 answers
A.Configure redundant outbound internet paths and ensure firewall service routes correctly direct Cortex Data Lake traffic over primary or backup interfaces.
B.Rely solely on local on-premises disk storage, disabling Cortex Data Lake entirely to avoid network latency.
C.Disable all TLS certificate validation on the firewall to allow Cortex Data Lake logs to pass through insecure proxies.
D.Verify that firewall Log Forwarding Profiles are correctly attached to all Security Policy rules generating security events.
E.Configure raw UDP syslog broadcasting of all firewall logs to public internet IP addresses.
AnswersA, D

Proper service routing and redundant paths ensure continuous log delivery during link failures.

Why this answer

Resilient log forwarding requires configuring multiple log forwarding profiles, ensuring proper outbound connectivity across redundant paths, and utilizing management or dedicated service routes.

82
MCQhard

An architect is designing high-scale identity mapping for a multi-cloud environment using Palo Alto Networks firewalls. The architecture includes AWS, Azure, and on-premises datacenters. Some users authenticate via SAML 2.0 to cloud applications, while others authenticate via Kerberos/NTLM on-premises. How should the architect design User-ID collection to ensure consistent identity enforcement across all environments?

A.Route all cloud traffic back through a single on-premises domain controller via GRE tunnels
B.Disable User-ID entirely and rely solely on source IP address logging in security rules
C.Configure each firewall to use a single authentication method (e.g., only NTLM), breaking SAML cloud users
D.Integrate multiple User-ID sources (Active Directory agent monitoring, Syslog listening from identity providers, and User-ID XML API updates from SAML gateways) into Panorama and the firewalls
AnswerD

Correct. Combining multiple User-ID information sources ensures coverage across hybrid and multi-cloud authentication mechanisms.

Why this answer

PAN-OS supports multiple concurrent User-ID sources, including syslog mapping, PAN-OS XML API (fed by SAML identity providers), and Windows-based agents, consolidating them into a unified identity store.

83
MCQhard

An enterprise uses Panorama to manage firewalls across multiple administrative domains. An architect needs to ensure that when a security rule is created at the Shared level, regional administrators in subordinate Device Groups cannot override or delete the shared rule, but can insert more specific rules below it. Which Panorama feature enforces this hierarchical rule ordering?

A.Post-rules configured with the 'Lock' attribute enabled.
B.Pre-rules defined at the Panorama Shared or ancestor Device Group level.
C.RBAC Admin Role Profiles restricting rule base manipulation.
D.Template Variables with strict inheritance enforcement.
AnswerB

Pre-rules take precedence over local device group rules and cannot be modified or deleted by local administrators.

Why this answer

Pre-rules and Post-rules in Device Groups allow administrators to enforce mandatory security policies that evaluate before (Pre-rules) or after (Post-rules) local device group rules, preventing local tampering.

84
Multi-Selectmedium

An OT security architect is segmenting an industrial plant network using Palo Alto Networks firewalls and App-ID. Which TWO benefits does App-ID provide in an OT environment compared to traditional port-based firewalls? (Choose two)

Select 2 answers
A.It replaces the need for industrial network firewalls by running directly on PLC processors.
B.It automatically patches vulnerable PLC firmware over the network interface.
C.It allows control over specific application functions (such as allowing Modbus read commands while blocking write commands).
D.It identifies industrial protocols (like Modbus, DNP3, IEC 60870-5-104) regardless of custom port numbers.
E.It encrypts all cleartext industrial Modbus traffic without requiring keys.
AnswersC, D

Application sub-features / command filtering allow precise control over industrial actions.

Why this answer

App-ID identifies industrial protocols regardless of port numbers and allows granular control of specific commands within those protocols (e.g., read vs. write in Modbus).

85
MCQhard

An architect is deploying Advanced URL Filtering with real-time inline machine learning. A newly registered phishing domain is accessed by an employee. Standard static reputation feeds have not yet categorized this domain. How does Advanced URL Filtering successfully block this attempt in real time?

A.The firewall forces an immediate SSL client certificate challenge to verify the identity of the web server before establishing the TCP connection.
B.The local URL caching database queries the local DNS server for historical WHOIS record creation dates.
C.The firewall drops all traffic to newly created domains by default until a human analyst manually verifies the site via the Palo Alto Networks Support Portal.
D.The cloud-delivered service evaluates page content and structural heuristics in real time via inline machine learning during the transaction.
AnswerD

Inline machine learning analyzes page characteristics instantly, providing zero-day protection against new phishing domains.

Why this answer

Advanced URL Filtering uses inline machine learning models to analyze webpage content, structure, and behavior in real time during the initial HTTP/HTTPS request, blocking emerging zero-day phishing sites before they are cataloged in static feeds.

86
MCQhard

An architect is designing an inline Threat Prevention architecture where high-risk vulnerability exploits must be dropped immediately. However, for specific internal vulnerability scanning tools, the security team wants the firewall to log the exploit attempt without dropping the packet so the scanner can verify detection coverage. How should this be configured?

A.Configure a Zone Protection profile to whitelist the vulnerability scanner's MAC address from all signature checks.
B.Modify the Anti-Spyware or Vulnerability Protection profile action from 'Drop' or 'Reset' to 'Alert' for the specific signature IDs and source IP addresses of the scanners.
C.Create a separate Security Policy rule with the action set to 'Alert' and place it at the bottom of the rulebase.
D.Disable packet buffer logging globally on the firewall to prevent dropped packets from being queued in memory.
AnswerB

Changing the action to 'Alert' logs the event without interrupting the traffic flow, ideal for vulnerability validation tools.

Why this answer

Threat Prevention profiles allow action customization per signature or signature category. Changing the action from 'drop' or 'reset' to 'alert' for specific signature IDs targeted by internal scanners achieves this requirement.

87
Multi-Selectmedium

An architect is designing an IoT and OT security strategy using Palo Alto Networks IoT Security and Next-Generation Firewalls. Which TWO actions can be performed directly within the IoT Security framework to improve device visibility and protection? (Choose two)

Select 2 answers
A.Automatically discover and classify connected IoT and medical devices using machine learning behavioral profiling.
B.Perform local sandbox detonation of raw PLC ladder logic files via WildFire.
C.Replace the underlying firmware of legacy medical devices automatically from the cloud portal.
D.Configure direct 802.1X supplicant credentials on the firewall control plane.
E.Generate and recommend micro-segmentation security policy rules based on observed device communications.
AnswersA, E

IoT Security uses machine learning to profile and classify unmanaged IoT devices accurately.

Why this answer

IoT Security discovers devices, assigns risk scores, recommends security policies, and integrates with network access control (NAC) or firewalls for enforcement.

88
Multi-Selectmedium

An administrator is configuring log forwarding from Panorama to an external SIEM using syslog. Which TWO configurable parameters in the Syslog Server Profile determine how log messages are formatted and transmitted? (Choose two)

Select 2 answers
A.Transport protocol (UDP, TCP, or SSL) and port number.
B.The Panorama administrator username used to authenticate the syslog daemon.
C.The hardware RAID controller stripe size for log indexing.
D.Facility level (e.g., LOG_USER, LOG_LOCAL0 through LOG_LOCAL7).
E.The BGP AS number used for routing syslog packets across the WAN.
AnswersA, D

Syslog server profiles require specifying whether communication uses UDP, TCP, or SSL and the corresponding destination port.

Why this answer

Syslog server profiles allow administrators to configure the transport protocol (UDP/TCP/SSL), port, facility level, and custom log format strings.

89
Multi-Selectmedium

An enterprise is planning to deploy Panorama Virtual Appliances in a private cloud environment (such as VMware ESXi). Which TWO resource allocation best practices should the architect follow during deployment? (Choose two)

Select 2 answers
A.Reserve 100% of allocated CPU and memory resources on the hypervisor to prevent hypervisor CPU stealing and memory swapping.
B.Assign a single virtual CPU (vCPU) to minimize hypervisor scheduling overhead.
C.Use thin-provisioned storage for all log disks to maximize oversubscription ratios.
D.Provision dedicated virtual disks for logging and system partitions using high-performance storage backends.
E.Configure virtual machines with dynamic memory ballooning enabled to allow the hypervisor to reclaim unused RAM.
AnswersA, D

Reserving CPU and memory ensures predictable performance and prevents latency in database indexing and log processing.

Why this answer

Panorama virtual appliances require dedicated, reserved CPU and memory allocations, along with high-performance storage (preferably provisioned as eager-zeroed thick disks) to handle heavy log ingestion and database operations.

90
MCQeasy

An architect is designing an OT security segmentation model using the Purdue Enterprise Reference Architecture (PERA). Which zone typically represents the manufacturing operations and control cells (Level 2 and Level 3)?

A.Cloud Analytics Zone (Level 6)
B.Operations / Control Zone (Level 2/3)
C.Enterprise IT Zone (Level 4/5)
D.DMZ Zone (Level 3.5)
AnswerB

Levels 2 and 3 represent supervisory control, HMI, and operational management systems.

Why this answer

In PERA, Level 2 contains control systems (SCADA/HMI) and Level 3 contains manufacturing operations management, sitting between enterprise IT (Level 4) and process control devices (Level 1/0).

91
MCQeasy

An architect is designing an intrusion prevention architecture and needs to protect internal servers against known Common Vulnerabilities and Exposures (CVEs). Which PAN-OS security profile must be configured and applied to the security rules protecting these servers?

A.URL Filtering profile set to block proxy and anonymous surfing categories.
B.WildFire Analysis profile set to forward unknown PDF documents.
C.Anti-Spyware profile configured to block outbound command-and-control DNS queries.
D.Vulnerability Protection profile containing signature rules mapped to specific CVE exploits.
AnswerD

Vulnerability Protection profiles specifically defend against known CVE exploit signatures.

Why this answer

Vulnerability Protection profiles inspect network traffic for known exploit signatures corresponding to specific CVEs, protecting servers and endpoints from attack.

92
MCQmedium

A security architect is configuring decryption on an outbound perimeter firewall to inspect HTTPS traffic. Certain internal banking applications utilize certificate pinning, causing connection failures when intercepted by the firewall's forward proxy decryption certificate. What is the recommended architectural solution to maintain security while preventing application breakage?

A.Create a Decryption Policy rule matching the banking destination objects and set the action to 'No Decrypt'.
B.Disable SSL Forward Proxy globally and rely solely on Threat Prevention signatures running on encrypted sessions.
C.Install the firewall's enterprise root CA certificate into the Windows Certificate Store of every banking server on the internet.
D.Enable SSH Proxy on port 443 to translate SSH tunnels into standard HTTPS web sessions.
AnswerA

Bypassing decryption for pinned applications prevents disruption while maintaining policy control over other web traffic.

Why this answer

Configuring a Decryption Profile with 'No Decrypt' rules for specific certificate-pinned applications or known financial domains prevents the firewall from intercepting traffic that cannot tolerate re-signing.

93
Multi-Selectmedium

An automation engineer is writing a Python script using the XML API to retrieve configuration data from Panorama. Which TWO query parameters are essential when constructing a 'type=config' API request? (Choose two)

Select 2 answers
A.action=get (or set/edit/delete) to specify the operation being performed on the configuration tree.
B.cmd=<show><system><info></info></system></show> for operational state checks.
C.reporttype=custom to generate a scheduled PDF report.
D.xpath specifying the exact XML path within the PAN-OS configuration hierarchy to target.
E.async=yes for background log export generation.
AnswersA, D

The 'action' parameter defines whether you are retrieving, creating, or modifying configuration data.

Why this answer

A configuration query (type=config) requires the action parameter (e.g., action=get) and an xpath pointing to the specific configuration tree node.

94
MCQmedium

An organization is building a multi-cloud network spanning AWS and GCP. They want to establish a secure, encrypted transit backbone between AWS VPCs and GCP VPCs using Palo Alto Networks VM-Series firewalls as IPsec termination points. Which protocol combination must be configured on the IPsec crypto profile for interoperability between AWS and GCP?

A.IKEv1 with DES encryption and MD5 integrity
B.PPTP with Microsoft Point-to-Point Encryption
C.SSL/TLS version 1.0 with RC4-MD5 ciphers
D.IKEv2 with AES-256-GCM encryption
AnswerD

IKEv2 combined with AES-GCM provides high-performance, secure IPsec tunneling between cloud providers.

Why this answer

Interoperability between AWS Virtual Private Gateways/VM-Series and GCP VPN gateways requires standard IPsec settings, such as IKEv2, AES-GCM or AES-CBC for encryption, and SHA-256 for integrity.

95
MCQhard

An organization has deployed VM-Series firewalls in Azure and requires all logs to be streamed in real-time to an external SIEM. Which Palo Alto Networks feature or architectural pattern should be used to stream logs directly from the firewalls to Azure Event Hubs?

A.Installing an Azure Log Analytics Agent inside the VM-Series PAN-OS kernel
B.Mounting an Azure Blob Storage container via NFS directly onto the firewall data plane
C.Configuring an Azure Event Hubs Log Forwarding Profile on Panorama / VM-Series
D.Using AWS CloudWatch log groups to capture Azure Event Hub traffic
AnswerC

Log Forwarding Profiles allow direct integration with Azure Event Hubs for real-time SIEM ingestion.

Why this answer

Panorama or VM-Series firewalls support Log Forwarding to external destinations such as syslog, HTTPS, or Azure Event Hubs using Syslog or the Log Forwarding Profile.

96
MCQhard

An architect is troubleshooting a Prisma SD-WAN deployment where branch users report high latency to a specific SaaS application. The architect wants to verify real-time path performance metrics across available WAN links (MPAA, Broadband 1, Broadband 2). Which Prisma SD-WAN monitoring tool should be used?

A.CLI command 'show system resources' on the ION device
B.GlobalProtect Gateway connection logs in Panorama
C.Prisma SD-WAN Monitoring and Analytics dashboards showing Path Quality and App Performance metrics.
D.Cortex XSIAM incident correlation graph
AnswerC

Prisma SD-WAN management portal dashboards provide deep visibility into path quality, latency, jitter, and loss per WAN interface.

Why this answer

Prisma SD-WAN provides real-time and historical path performance metrics, loss, jitter, and latency via the Prisma SD-WAN management interface under Monitor -> Performance or App Performance dashboards.

97
Multi-Selecteasy

An architect is reviewing the Zero Trust design requirements for an enterprise network. Which TWO statements accurately reflect Zero Trust philosophy regarding network trust? (Choose two)

Select 2 answers
A.Encryption is unnecessary for traffic traversing internal corporate VLANs
B.Internal employees should have unrestricted access to all internal file shares by default
C.Perimeter firewalls alone are sufficient to secure a modern distributed enterprise
D.Location (internal network vs. external network) does not equate to trust
E.All users and devices must be continuously authenticated and authorized before accessing resources
AnswersD, E

Correct. Being on the internal network does not make a user or device trustworthy.

Why this answer

Zero Trust states that location does not imply trust, and all access must be authenticated and authorized.

98
MCQeasy

An organization is deploying Palo Alto Networks IoT Security to discover and classify medical devices in a hospital network. What is the primary method used by IoT Security to identify connected unmanaged devices without requiring agent installations?

A.Requiring a lightweight endpoint agent deployed on every medical IoT device operating system.
B.Active network vulnerability scanning using aggressive port-scanning sweeps across all operational subnets.
C.Manual asset inventory entry via CSV import mapped to DHCP lease reservation tables.
D.Passive traffic analysis and machine learning classification via telemetry forwarded by the next-generation firewall.
AnswerD

IoT Security uses passive analysis of firewall traffic logs and ML-based cloud clustering to accurately identify device types, vendors, and risk profiles.

Why this answer

Palo Alto Networks IoT Security leverages machine learning and cloud-delivered signatures analyzing network traffic metadata (such as DHCP, DNS, MAC OUI, and flow logs) captured by the next-generation firewall to profile and classify devices.

99
MCQhard

An architect is designing a high-scale deployment where millions of distinct URLs are evaluated daily. To optimize performance and reduce cloud lookup latency for frequently accessed local enterprise portals, how should the firewall handle URL categorization caching?

A.Export the entire Palo Alto Networks cloud URL database to a local on-premises MySQL server managed by Panorama.
B.Disable local caching entirely to ensure every single HTTP request queries the cloud URL database in real time for maximum accuracy.
C.Rely on the local firewall URL caching mechanism that stores category lookups in memory, supplemented by cloud-lookup for uncached or expired entries.
D.Configure static IP address objects for every domain in the global URL database using an EDL.
AnswerC

Local caching minimizes cloud lookup latency for frequent destinations while ensuring fresh categorization via cloud fallback.

Why this answer

PAN-OS utilizes a local device-level URL caching mechanism alongside cloud lookups. Frequently accessed sites are cached locally on the firewall memory to ensure immediate response without redundant cloud queries.

100
Multi-Selecthard

An enterprise network security architect is integrating Cortex XSIAM and Cortex XDR threat intelligence feeds with physical Palo Alto Networks NGFWs using PAN-OS services. Which THREE mechanisms are used to distribute and apply this integrated threat intelligence across the architecture? (Choose three)

Select 3 answers
A.Log forwarding and automated response actions via Panorama and Cortex integrations
B.Direct SNMPv2 trap broadcasting from XSIAM to individual firewall data planes
C.PAN-OS integrated threat feeds and Automated Indicator Sharing (AIS)
D.Manual USB firmware flashing of indicator database updates on every firewall
E.External Dynamic Lists (EDLs) updated dynamically via cloud feeds
AnswersA, C, E

Panorama and Cortex integrations can automate security policy and object updates based on threat findings.

Why this answer

Threat intelligence and indicators are distributed across PAN-OS architectures using External Dynamic Lists (EDLs), automated policy enforcement via Cortex XSOAR/XSIAM integrations, and direct automated threat feed synchronization to the firewalls.

101
MCQhard

An enterprise is scaling its log collection architecture using Panorama Log Collectors. Due to high log volume, an architect needs to configure Log Forwarding to offload specific system and traffic logs to an external SIEM while maintaining local compliance archives. Which feature should be configured on Panorama to achieve reliable, filtered log forwarding to the external SIEM?

A.Modify the Syslog Server profile under Device > Server Profiles on every managed firewall.
B.Configure an SNMP Trap destination directly on the managed firewalls' management interface.
C.Enable Log Export on the Collector Group to automatically mirror all raw disk partitions via FTP.
D.Configure a Log Forwarding Profile on Panorama pointing to an external syslog server with specific match criteria.
AnswerD

Log Forwarding Profiles allow granular control over which logs are sent to external destinations based on query filters.

Why this answer

Log Forwarding Profiles configured within Panorama allow administrators to select specific log types, severities, and filters to forward via syslog, HTTPS, or SNMP to external destinations.

102
MCQeasy

A security architect is configuring branch networking with Prisma SD-WAN and needs to ensure that mission-critical voice traffic is prioritized over bulk file transfers during network congestion. Which feature should be configured?

A.WildFire priority analysis queue
B.QoS (Quality of Service) policy rules with appropriate traffic classes and priority queues
C.GlobalProtect QoS marking templates pushed via Panorama
D.A Zone Protection profile restricting bandwidth per security zone
AnswerB

QoS policies in Prisma SD-WAN ensure critical applications like voice are assigned high priority queues during congestion.

Why this answer

Prisma SD-WAN utilizes Quality of Service (QoS) policies and traffic prioritizations to manage bandwidth and prioritize voice traffic over bulk transfers.

103
MCQmedium

You are configuring Panorama to push template and device group settings to VM-Series firewalls deployed in AWS. A subset of firewalls requires a specific management IP gateway that differs from the default template. How should you handle this exception without creating an entirely new template?

A.Modify the bootstrap init-cfg.txt file directly on running instances via SSH
B.Use Template Variables within the template and define specific variable values per device/serial number
C.Create a separate template stack and assign it to every individual firewall
D.Disable Panorama management on those specific firewalls and manage locally
AnswerB

Template variables allow a single template to apply uniform settings while permitting specific value overrides per firewall.

Why this answer

Panorama templates support Template Variables, allowing administrators to define variables that can be overridden per device or device stack.

104
MCQmedium

An OT security architect needs to ensure that unauthorized remote access tools (such as unauthorized TeamViewer or RDP sessions) cannot be used by third-party vendors to access sensitive industrial control networks. Which security profile should be configured to detect and control these specific remote desktop applications?

A.A Data Loss Prevention profile set to block screen scraping.
B.A Zone Protection profile dropping TCP SYN floods on port 3389.
C.An SSL Decryption profile configured to drop non-compliant certificates.
D.A Security policy rule blocking specific remote-access App-IDs (e.g., teamviewer, ms-rdp) combined with User-ID and authentication enforcement.
AnswerD

Blocking specific remote access App-IDs in Security policy rules prevents unauthorized remote desktop tools from operating.

Why this answer

App-ID identifies specific applications like TeamViewer and RDP, and Security policy rules combined with App-ID allow granular control or blocking of these tools. Additionally, Anti-Spyware or custom App-ID decoders can restrict specific behaviors.

105
Multi-Selectmedium

Which TWO protocols or mechanisms are commonly used for establishing secure site-to-site VPN connectivity between an on-premises datacenter and a public cloud VPC/VNet protected by VM-Series firewalls? (Choose two)

Select 2 answers
A.BGP (Border Gateway Protocol) running over IPsec for dynamic route propagation
B.HTTP unencrypted proxy forwarding for all cloud packets
C.FTP file transfers for packet transmission
D.IPsec VPN tunnels using IKEv2 with pre-shared keys or certificates
E.Telnet remote management sessions across public internet paths
AnswersA, D

BGP over IPsec is widely used to dynamically exchange routing updates between on-prem and cloud.

Why this answer

Site-to-site hybrid connectivity to VM-Series firewalls utilizes IPsec VPN (IKEv2/IKEv1) or cloud-native VPN gateways integrated with the firewalls.

106
MCQeasy

When deploying VM-Series firewalls in Google Cloud Platform (GCP), which feature must be enabled on the firewall's data plane network interfaces (NICs) to allow the firewall to process packets destined for other IP addresses (such as during routing scenarios)?

A.IP Forwarding
B.VPC Flow Logs
C.Shared VPC attachment
D.Alias IP ranges
AnswerA

IP Forwarding must be enabled on GCP network interfaces so the VM-Series can accept and route packets not explicitly addressed to its own primary IP.

Why this answer

In GCP, instances act as routers only when IP forwarding is explicitly enabled on the network interface configuration.

107
MCQmedium

An administrator is configuring IoT Security to automatically recommend security policy rules based on observed device behavior. Where are these recommended policy rules generated and how are they pushed to the firewalls?

A.Generated in the IoT Security cloud portal based on behavioral analysis and pushed via Panorama to the managed firewalls.
B.Generated by WildFire sandbox reports and imported via external dynamic lists.
C.Automatically enforced by GlobalProtect cloud service nodes without administrator review.
D.Generated locally on the firewall CLI and committed via Panorama.
AnswerA

IoT Security analyzes device communications in the cloud and provides policy recommendations that administrators review and push via Panorama.

Why this answer

IoT Security analyzes traffic and generates policy rule recommendations in the IoT Security cloud portal, which can then be pushed via Panorama to the firewalls.

108
MCQmedium

An architect is designing an identity-based security policy in Panorama for a campus network. Certain users share workstations in shift-based call centers. Which User-ID mechanism ensures that security policies correctly follow the specific logged-in user rather than remaining mapped to the workstation IP address after a shift change?

A.Relying solely on static IP-to-MAC address reservations in DHCP
B.Configuring Captive Portal or Authentication Portal login/logout enforcement so users explicitly authenticate upon starting and ending their shift
C.Using static DNS pointer records updated once per week
D.Disabling User-ID and using source IP subnets for call center VLANs
AnswerB

Correct. Explicit authentication portals ensure accurate user attribution on shared workstations.

Why this answer

Using client-based User-ID (GlobalProtect or captive portal / authentication portal login/logout) ensures accurate session-based mapping for shared workstations.

109
MCQhard

An enterprise is securing internal AI applications consuming Large Language Models (LLMs) via Prisma Cloud AppSec. An architect needs to detect prompt injection attacks and data exfiltration through API calls to the LLM. Which Prisma Cloud feature should be deployed?

A.Enable Enterprise DLP patterns matching credit card numbers on the GlobalProtect gateway.
B.Deploy Prisma Cloud LLM Security posture checks and runtime API inspection rules for AI workloads.
C.Enforce Advanced Threat Prevention signatures on the Prisma SD-WAN branch gateway LAN interfaces.
D.Configure WildFire URL Filtering decryption profiles on the next-generation firewall inspecting north-south traffic.
AnswerB

Prisma Cloud includes specialized runtime and posture inspection specifically designed to secure generative AI and LLM API endpoints.

Why this answer

Prisma Cloud Application Security and Cloud Workload Protection provide LLM Security capabilities to inspect traffic to and from AI models, detecting prompt injection, insecure output handling, and sensitive data leakage.

110
MCQmedium

An architect is troubleshooting a Panorama deployment where scheduled configuration backups are failing. The administrator notices that the local storage on the Panorama virtual appliance is running low. Where in the Panorama web interface should the architect modify the log and data retention settings to free up storage for backups?

A.Panorama > Managed Devices > Summary
B.Panorama > Setup > Management > Logging and Storage Settings
C.Device > Setup > Operations
D.Panorama > Log Collectors > Collector Group
AnswerB

This is the correct path to configure disk space allocation and log/report retention limits on Panorama.

Why this answer

Panorama > Setup > Management handles the disk management settings, where log and report storage thresholds can be adjusted.

111
MCQmedium

An organization requires that all traffic destined to known malicious command-and-control servers identified by Palo Alto Networks threat intelligence be automatically blocked at the perimeter, even if no explicit security rule was created by local administrators for those specific IP addresses. Which architectural feature accomplishes this?

A.Predefined Threat Prevention and Anti-Spyware signature blocks enforced across all zones where security profiles are active.
B.Enabling SNMP polling on the firewall management interface to drop suspicious MAC addresses.
C.A global Static NAT rule translating all outbound traffic to a sinkhole IP address.
D.Configuring an explicit Security Policy rule with source 'Any' and destination 'Malicious-IP-Group' set to allow.
AnswerA

Predefined signatures automatically drop traffic to known malicious IPs and domains when profiles are attached to security rules.

Why this answer

Dynamic Updates (specifically Anti-Spyware and Threat Prevention predefined signature updates) combined with Palo Alto Networks cloud threat intelligence automatically apply enforcement against known malicious C2 IP addresses without requiring manual administrator rule creation.

112
MCQeasy

An architect is designing a Zero Trust network segmentation strategy for a multi-tenant enterprise data center using Palo Alto Networks PA-5250 firewalls. Which architectural design principle aligns best with a Zero Trust Network Architecture (ZTNA) when applied to east-west traffic between different applications within the same trust zone?

A.Disable User-ID and App-ID mapping for internal traffic to reduce CPU overhead on the firewall while maintaining layer 3/4 filtering
B.Establish granular Layer 7 App-ID based policies and inspect all east-west traffic between internal application segments
C.Create a wide-open intra-zone rule to allow all east-west traffic for performance optimization and apply inspection only on the perimeter
D.Route all east-west traffic directly through core enterprise switches without firewall inspection to minimize latency
AnswerB

Correct. Zero Trust requires inspection and strict access control for all traffic, including intra-zone and east-west flows.

Why this answer

Zero Trust mandates that all traffic, regardless of its origin zone, must be inspected and authorized. Trusting internal zones violates the fundamental principle of 'never trust, always verify'.

113
MCQhard

An enterprise is deploying Enterprise DLP to inspect encrypted traffic. What architectural prerequisite must be met on the Palo Alto Networks firewall for Enterprise DLP to successfully inspect and detect sensitive data in HTTPS sessions?

A.WildFire inline machine learning must be enabled on all security zones.
B.Prisma Access Cloud Secure Web Gateway must be configured in explicit proxy mode.
C.User-ID must be mapped to Kerberos credential caches to extract user context for DLP alerts.
D.SSL Decryption must be configured and enabled to decrypt outbound traffic before DLP inspection can occur.
AnswerD

DLP requires plain text content to scan against data patterns; thus, SSL Decryption is mandatory for HTTPS traffic.

Why this answer

Since Enterprise DLP inspects application payloads (like HTTP/S, SMTP, FTP), SSL Decryption must be active to decrypt TLS traffic so the DLP engine can read the payload.

114
Multi-Selectmedium

An architect is designing a high-scale User-ID deployment using PAN-OS firewalls and Panorama. Which TWO methods can be utilized to gather user mapping information directly from Active Directory without relying solely on client-side software agents? (Choose two)

Select 2 answers
A.Configuring XML API push notifications directly from the VMware NSX manager
B.Configuring PAN-OS to listen for Syslog security log entries emitted from authentication servers or SIEMs
C.Installing the GlobalProtect app with embedded Host Information Profile (HIP) reporting on every user workstation
D.Configuring PAN-OS Agentless User-ID to poll Active Directory domain controllers via WMI or Windows Security Event logs
E.Enabling Terminal Server (TS) Agent on all client workstations
AnswersB, D

Syslog listening allows the firewall to parse authentication events sent from external logging systems or directory servers.

Why this answer

PAN-OS integrated User-ID mapping supports direct Windows User-ID agentless polling of security logs (WMI/RPC) and Syslog monitoring from authentication sources.

115
MCQeasy

An administrator wants to configure Panorama to forward system and configuration logs to a syslog server. Where should the administrator define the Syslog Server Profile in Panorama?

A.Panorama > Server Profiles > Syslog
B.Device > Server Profiles > Syslog
C.Panorama > Setup > Services > Syslog
D.Monitor > Log Forwarding > Syslog
AnswerA

Server profiles such as Syslog, SNMP, Email, and HTTP are globally defined under Panorama > Server Profiles.

Why this answer

Server profiles in Panorama are configured under Panorama > Server Profiles > Syslog, which can then be referenced in Log Forwarding Profiles.

116
MCQmedium

An organization is deploying Cortex XSOAR alongside Panorama to automatically quarantine hosts that exhibit anomalous behavior. The playbook requires XSOAR to query Panorama for all firewall logs matching a specific source IP within the last 24 hours. Which API endpoint or query mechanism should XSOAR use to query log data stored on Panorama/Log Collectors?

A.The XML API with 'type=log' and query parameters specifying log type and query syntax.
B.The REST API endpoint '/restapi/v1.0/operations/logs/traffic'
C.An SNMP GET request targeting the proprietary Palo Alto Networks log MIB.
D.Direct SSH connection using SCP to download raw SQLite log database files.
AnswerA

The 'type=log' API request allows querying traffic, threat, and system logs directly from Panorama and its Log Collectors.

Why this answer

Log queries are executed via the Panorama XML API using 'type=log', specifying the log type (e.g., 'traffic') and a query string.

117
MCQmedium

An OT (Operational Technology) security architect needs to enforce strict protocol validation for Modbus traffic flowing between the corporate network and an industrial zone. Where should this inspection be configured on a Palo Alto Networks firewall?

A.Within a URL Filtering profile by blocking unauthorized SCADA domain categories.
B.In the App-ID application default and custom security settings for Modbus to enforce protocol compliance.
C.In a custom Data Loss Prevention profile configured for industrial strings.
D.In an Antivirus security profile attached to the security policy rule.
AnswerB

App-ID decoders inspect industrial protocols like Modbus and DNP3 to ensure strict RFC compliance and block anomalous commands.

Why this answer

Industrial protocols like Modbus are inspected using Application Command and Control (App-ID and Decoder settings) within a Security policy rule or via custom App-ID settings.

118
MCQhard

You are configuring high availability for VM-Series firewalls deployed in AWS across multiple Availability Zones using AWS Lambda for HA failover. What event triggers the AWS Lambda function to initiate the failover sequence?

A.An Amazon SNS email notification clicked by an administrator
B.A direct SNMP trap sent from the firewall management plane to AWS IAM
C.An AWS Trusted Advisor security check failure
D.A CloudWatch metric alarm triggered by path monitoring failure invoking the Lambda function
AnswerD

Path monitoring failure on the VM-Series updates a CloudWatch metric, which triggers the Lambda function to execute failover tasks.

Why this answer

AWS Lambda-based HA for VM-Series relies on the active firewall sending heartbeat or state change messages (or CloudWatch alarms triggered by interface status) to invoke the Lambda function.

119
MCQmedium

An architect is designing a Zero Trust architecture for a hybrid cloud environment. The design requires dynamic security policies that automatically adapt when workloads spin up or down in AWS and VMware NSX. Which PAN-OS feature should the architect integrate to achieve automated, dynamic policy enforcement without manual IP address updates?

A.External Dynamic Lists (EDLs) pointing to static local text files on an internal FTP server
B.Dynamic Address Groups (DAGs) populated via VM-Series dynamic updates and cloud orchestrator plugins based on workload tags
C.GlobalProtect clientless VPN portals configured with static user accounts
D.Static IP address objects maintained via a weekly scheduled ticket queue
AnswerB

Correct. DAGs allow security policies to dynamically reference metadata tags rather than static IP addresses.

Why this answer

Dynamic Address Groups (DAGs) use tags and can be integrated with VM-Series plugins (AWS, VMware NSX, etc.) to automatically populate IP addresses based on workload metadata.

120
MCQmedium

An enterprise is deploying Enterprise DLP and needs to ensure that proprietary source code files (.py, .cpp, .java) leaving the network are blocked. Which DLP data pattern category or mechanism should the architect configure?

A.Configure a custom Data Loss Prevention data pattern using file properties or regex matching for source code file signatures.
B.Enable the standard Antivirus signature set for script-based trojans.
C.Apply a WildFire forwarding profile with verdict blocking for text files.
D.Set up a URL Filtering custom category blocking code-sharing domains.
AnswerA

Custom data patterns in Enterprise DLP allow architects to define specific regex or file type matches for proprietary source code.

Why this answer

Enterprise DLP includes predefined source code data patterns and custom data patterns (using regex or file properties) to detect and block proprietary source code files.

121
Multi-Selecthard

An enterprise architect is troubleshooting a synchronization failure between Panorama and a managed firewall. The firewall shows 'Not Synced' status. Which THREE of the following conditions can cause a configuration out-of-sync status between Panorama and a managed firewall? (Choose three)

Select 3 answers
A.The firewall's physical data plane interface suffered a physical cable disconnect.
B.Panorama pushed a configuration referencing an object that exists in Panorama but has not been successfully committed and pushed to that specific device group context.
C.The firewall's SSL decryption certificate expired, causing management plane authentication failure.
D.A previous configuration push from Panorama failed or was partially applied due to a validation error on the firewall.
E.Local configuration changes were made directly on the managed firewall CLI or WebUI, causing configuration drift.
AnswersB, D, E

Missing object references cause validation errors during pushes, leaving the firewall out of sync.

Why this answer

Out-of-sync states occur when local changes are made on the firewall, when a Panorama push fails partway, or when object references mismatch between device group and local scopes.

122
MCQmedium

An architect is troubleshooting log collection on a Dedicated Log Collector. Firewalls are successfully forwarding logs, but Panorama's monitoring tab is not displaying reports. The architect checks the log collector status and sees that log forwarding from the collector to Panorama is failing. Which service or daemon handles the inter-communication between Dedicated Log Collectors and Panorama?

A.The syslog-ng daemon operating over UDP port 514.
B.The tftpd daemon transferring compressed binary logs.
C.The snmpd daemon transmitting traps via UDP port 162.
D.The log-collector and config-d daemons communicating over TCP port 3978 and related control ports.
AnswerD

TCP port 3978 is the standard SSL-encrypted port used for log forwarding and communication between firewalls/collectors and Panorama.

Why this answer

The Log Collector communicates with Panorama management via the log-collector and collector management daemons, utilizing specific SSL certificates and TCP ports (such as 3978 for logging and management control).

123
MCQeasy

When implementing a Zero Trust network segmentation strategy using Palo Alto Networks firewalls, which architectural placement is recommended for implementing internal segmentation gateways (ISGs)?

A.At strategic chokepoints within the internal network architecture (east-west boundaries) to isolate sensitive assets and workloads
B.Directly on every end-user laptop as a software-only client package without any network gateway
C.Only inside public cloud VPCs as software gateways dedicated exclusively to VPN tunnels
D.Exclusively at the internet edge to inspect inbound and outbound traffic
AnswerA

Correct. ISGs are deployed internally to enforce least-privilege access between internal zones and application tiers.

Why this answer

Internal Segmentation Gateways (ISGs) are deployed inside the data center or campus core to control traffic moving laterally (east-west) between different security zones, applications, or business units.

124
MCQmedium

An architect is configuring role-based access control (RBAC) in Panorama. A specific SOC team needs permission to view logs and execute operational commands (such as packet captures) on a specific Device Group, but must be strictly prohibited from modifying security policies or network objects. Which configuration step accomplishes this?

A.Configure a custom Authentication Profile pointing to RADIUS and disable all CLI access.
B.Assign the built-in 'superuser' role and rely on local firewall password policies.
C.Use Panorama Template settings to lock out the configuration commit button for non-admin users.
D.Create an Admin Role Profile with Read-Only access to configuration and Superuser access to operational tasks, assigned alongside a Device Group filter.
AnswerD

Admin Role Profiles define precise access rights to configuration versus operational tasks, and Device Group filters restrict the scope of managed elements.

Why this answer

Panorama Admin Roles allow the definition of granular access profiles where operational privileges can be granted while configuration privileges are set to 'None' for specific Device Groups.

125
Multi-Selectmedium

An architect is designing an enterprise security architecture utilizing External Dynamic Lists (EDLs). Which THREE sources or formats are natively supported by Palo Alto Networks NGFWs for EDL consumption? (Choose three)

Select 3 answers
A.Active Directory group membership SID tokens
B.Domain name lists for DNS Security and URL filtering
C.IP address lists formatted as plain text files
D.Local ESXi hypervisor VM memory dump files
E.URL lists hosted on an internal or external web server via HTTPS
AnswersB, C, E

Domain lists are natively supported EDLs used for URL and DNS policies.

Why this answer

Palo Alto Networks NGFWs natively support EDLs formatted as plain text lists of IP addresses, URLs, or domains, sourced via HTTP/HTTPS or maintained through integrations like Cortex XSOAR and DNS lists.

126
Multi-Selectmedium

An architect is designing a dynamic Zero Trust segmentation model in AWS using Palo Alto Networks VM-Series firewalls. Which TWO components are essential for automating policy updates when cloud workloads scale dynamically? (Choose two)

Select 2 answers
A.GlobalProtect client software installed on every cloud server instance
B.VM-Series Plugin for AWS interacting with AWS APIs to track instance metadata and tags
C.Hardcoded static IP address objects updated manually via change-control tickets every month
D.Dynamic Address Groups (DAGs) configured in PAN-OS to match workload security tags
E.Physical fiber-optic patch cables connected between AWS EC2 instances and top-of-rack switches
AnswersB, D

Correct. The AWS plugin synchronizes cloud metadata and tags with the VM-Series firewall.

Why this answer

Dynamic Address Groups (DAGs) and VM-Series cloud orchestrator plugins (AWS plugin) are essential for dynamic workload tagging and policy updates.

127
MCQeasy

Which cloud provider feature is required when configuring high availability (HA) for VM-Series firewalls in an active/passive deployment to ensure session synchronization and HA heartbeat communication?

A.Dedicated subnets and IP addresses for HA1 (heartbeat) and HA2 (sync) traffic paths
B.Public IP addresses assigned to every management interface
C.Kubernetes persistent volume claims
D.AWS Direct Connect or Azure ExpressRoute dedicated physical circuits
AnswerA

Active/passive HA requires dedicated subnets/IPs for HA1 and HA2 communication between firewall peers.

Why this answer

VM-Series HA in cloud environments requires dedicated internal interfaces/subnets for HA1 (control/heartbeat) and HA2 (data session synchronization).

128
Multi-Selectmedium

An architect is planning to migrate firewall management from local WebUI administration to centralized Panorama management. Which TWO prerequisites must be met on the managed firewalls before registering them to Panorama? (Choose two)

Select 2 answers
A.The firewall must have IP reachability to Panorama's management interface over the required control connections.
B.The firewall must have its data plane ports configured in an active/active HA pair before registration.
C.A valid registration auth-key must be generated on Panorama and entered on the managed firewall.
D.The firewall must be factory reset to clear all existing local routing tables.
E.The firewall must be running an older PAN-OS version than Panorama.
AnswersA, C

Network connectivity between the firewall management plane and Panorama is mandatory for registration and communication.

Why this answer

Firewalls require network reachability to Panorama on TCP port 3978 (or 443 depending on setup, but specifically management connectivity), and a valid auth-key generated on Panorama.

129
MCQmedium

You are configuring a VM-Series firewall on AWS to protect an application workload. You want to implement Decryption to inspect inbound SSL/TLS traffic. Where must the SSL server certificate and private key be imported on the VM-Series firewall?

A.Network > Interfaces > SSL Profile
B.Device > Certificate Management > Certificates
C.Objects > Custom Objects > URL Filtering
D.Policies > Decryption > SSH Proxy
AnswerB

Certificates and private keys for inbound decryption must be imported under Device > Certificate Management > Certificates.

Why this answer

Inbound SSL Decryption requires importing the server's private key and certificate into the firewall's Certificate store (Device > Certificate Management > Certificates).

130
Multi-Selecthard

An architect is designing a high-scale security automation framework using Strata Cloud Manager and Cortex XSOAR. Which THREE architectural best practices should be implemented to ensure reliable, scalable API-driven policy and threat management? (Choose three)

Select 3 answers
A.Incorporate robust error handling, token caching, and exponential backoff retry mechanisms in automation scripts to manage API rate limits.
B.Leverage External Dynamic Lists (EDLs) for high-frequency indicator updates instead of programmatically modifying security policy rules via API calls.
C.Route all API traffic through unencrypted HTTP connections to eliminate cryptographic overhead.
D.Disable SSL/TLS certificate verification globally in all API client scripts to maximize connection speed.
E.Implement asynchronous API task handling and status polling for long-running operations such as large report generation or bulk software pushes.
AnswersA, B, E

Handling rate limits and caching authentication tokens ensures scripts remain stable and resilient.

Why this answer

Best practices for API automation at scale include using asynchronous API calls for long tasks, leveraging EDLs for rapid blocklisting, and implementing robust error handling and rate-limiting.

131
MCQeasy

When applying the Zero Trust principle of 'Least Privilege' to a Palo Alto Networks security rulebase, which configuration practice represents the correct implementation of App-ID?

A.Replacing broad 'any' service rules with specific App-ID applications and attaching appropriate security profiles
B.Restricting all traffic to destination port 443 only while leaving the application field set to 'any'
C.Allowing 'web-browsing' and 'ssl' across any port with no security profiles attached
D.Using service-http and service-https objects in place of application identification
AnswerA

Least privilege requires specific App-IDs instead of broad protocols, combined with robust threat profiles to inspect allowed traffic.

Why this answer

Zero Trust mandates replacing broad port-based rules with specific App-ID applications, and where applications use standard ports (like HTTP/HTTPS), enabling Threat Prevention and URL filtering or App-ID custom features to inspect deep content.

132
Multi-Selecthard

An architect is designing a high-security network architecture incorporating advanced threat intelligence and External Dynamic Lists (EDLs). Which THREE types of external sources are natively supported by Palo Alto Networks EDLs in PAN-OS? (Choose three)

Select 3 answers
A.URL lists hosted on web servers for Advanced URL Filtering policy enforcement.
B.Encrypted local Microsoft Access database files uploaded via USB thumb drive.
C.Raw binary executable (.exe) files executed directly on the firewall management CPU plane.
D.IP address lists hosted on an internal or external web server via HTTP/HTTPS.
E.Domain lists hosted on web servers for DNS Security and URL Filtering integration.
AnswersA, D, E

EDLs natively consume URL lists.

Why this answer

EDLs natively support IP address lists, domain lists, and URL lists hosted on web servers accessible via HTTP/HTTPS.

133
Multi-Selecthard

An automation engineer is developing an incident response script that integrates Cortex XSOAR with Palo Alto Networks firewalls via Panorama. Which THREE of the following tasks can be directly automated using the PAN-OS XML/REST API or XSOAR integrations? (Choose three)

Select 3 answers
A.Directly modifying the underlying PAN-OS kernel memory space to patch zero-day vulnerabilities in real-time.
B.Retrieving active session table information from firewalls using operational command API requests.
C.Dynamically adding or removing IP addresses from Dynamic Address Groups via User-ID tag registration API calls.
D.Triggering a configuration commit on Panorama to push updated security policies to managed firewalls.
E.Physically replacing failed power supply units in modular firewall chassis via remote API power cycling.
AnswersB, C, D

Operational API commands ('type=op') can retrieve live session tables and system state metrics.

Why this answer

XSOAR and PAN-OS APIs support dynamic address group tagging, IP blocklisting via EDLs/policies, and running operational state commands.

134
MCQhard

An architect is deploying VM-Series firewalls as an active/passive high-availability pair in Azure across Availability Zones. To facilitate HA failover and ensure traffic re-routing, what Azure networking object must the bootstrap script or HA plugin dynamically update during a failover event?

A.Azure Application Gateway backend pools
B.Azure ExpressRoute direct circuit peering communities
C.Azure Firewall Policy rule collections
D.Azure User Defined Routes (UDR) next-hop IP addresses
AnswerD

The HA script updates the next-hop IP address in the route table to point to the newly active firewall's internal IP.

Why this answer

In Azure, high availability failover relies on updating Azure User Defined Routes (UDRs) or Azure Load Balancer backend pools/IP configurations using the Panorama plugin or Azure API scripts to point to the new active firewall interface.

135
MCQhard

An architect is troubleshooting a scenario where internal clients are experiencing intermittent connectivity issues to specific SaaS applications. Packet captures reveal that the Palo Alto Networks firewall is resetting connections due to TCP out-of-window anomalies detected by the Threat Prevention engine. What is the correct architectural adjustment?

A.Increase the TCP Three-Way Handshake timeout value in the zone protection profile to 300 seconds.
B.Disable all SSL Decryption profiles globally to prevent TCP sequence number re-writing by the proxy engine.
C.Configure a static NAT policy mapping all internal RFC 1918 addresses to a single public IP.
D.Investigate for asymmetric routing paths and adjust TCP Strict Check options or stream normalization settings if necessary.
AnswerD

Asymmetric routing causes state mismatches; adjusting strict checks or routing paths resolves out-of-window packet drops.

Why this answer

Asymmetric routing or intermediate load balancers can cause TCP sequence numbers to appear out-of-window to the firewall. Adjusting TCP strict checking or resolving asymmetric routing ensures legitimate sessions are not dropped.

136
Multi-Selecthard

An architect is designing an advanced SSL/TLS Decryption architecture to inspect encrypted traffic while complying with privacy regulations. Which THREE of the following architectural considerations are best practices for forward proxy decryption? (Choose three)

Select 3 answers
A.Decrypt all traffic indiscriminately, including banking and medical records, to achieve 100% visibility regardless of privacy regulations.
B.Utilize Decryption Forwarding and Decryption Filtering to maintain visibility into session metadata even when full payload decryption is bypassed.
C.Store the private key of the forward proxy CA certificate unencrypted in a public AWS S3 bucket for easy disaster recovery.
D.Bypass decryption for sensitive traffic categories such as financial services, healthcare, and government portals to comply with privacy regulations.
E.Install the enterprise forward proxy CA certificate onto all managed client endpoints' trusted root certificate stores.
AnswersB, D, E

Decryption filtering and logging provide session metadata visibility without violating privacy.

Why this answer

Best practices for SSL decryption include bypassing sensitive categories (finance/healthcare), ensuring internal client trust of the forward proxy CA certificate, and implementing Decryption Filtering to log sessions without decrypting sensitive categories.

137
MCQeasy

An architect is setting up Panorama High Availability (HA). Which port and protocol combination must be permitted between Panorama HA peers across the network for HA heartbeat and state synchronization?

A.UDP port 3020
B.UDP port 514
C.TCP port 28769
D.TCP port 443 only
AnswerC

Panorama High Availability communication requires TCP port 28769 for synchronization and heartbeats.

Why this answer

Panorama HA uses TCP port 28769 for encrypted control connections and state synchronization between HA peers.

138
MCQhard

An enterprise is configuring Enterprise DLP and needs to ensure that custom intellectual property documents watermarked with specific metadata strings are intercepted. Which DLP mechanism should be used?

A.WildFire machine learning verdict override.
B.File Properties / Metadata inspection within the Enterprise DLP profile matching specific document tags.
C.Advanced URL Filtering category matching for watermarked sites.
D.GlobalProtect HIP report custom registry checks.
AnswerB

File property and metadata inspection in Enterprise DLP enables identification of custom tags or watermarks inside documents.

Why this answer

Enterprise DLP supports custom data patterns using regular expressions or file properties / metadata extraction to detect watermarked or proprietary documents.

139
MCQhard

An architect is designing a Zero Trust architecture for an enterprise utilizing Panorama, Prisma Access, and on-premises firewalls. The design requires centralized management of External Dynamic Lists (EDLs) sourced from threat intelligence feeds to automatically block known malicious indicators across all enforcement points simultaneously. How should this be architected?

A.Configure External Dynamic Lists (EDLs) on Panorama, referencing secure web URLs hosting threat feeds, and push them to all managed firewalls and Prisma Access nodes
B.Manually configure static IP address objects on each individual firewall via local CLI every morning
C.Write local shell scripts on each firewall to scrape public forums for IP addresses
D.Disable threat intelligence feeds and rely solely on user self-reporting of malicious sites
AnswerA

Correct. Panorama centralized EDLs automatically update and distribute IOCs across all enforcement points.

Why this answer

Panorama can host and distribute External Dynamic Lists (EDLs) to all managed firewalls and Prisma Access nodes, ensuring centralized threat intelligence distribution.

140
MCQhard

An architect is designing a high-scale User-ID implementation where domain controllers are located across multiple untrusted WAN domains without direct RPC access from the PAN-OS firewalls. Which method should the architect choose to securely and efficiently collect user-to-IP mappings while adhering to hardening best practices?

A.Rely exclusively on browser-based captive portal prompts for every single TCP session initiated by any user
B.Deploy dedicated User-ID Agents (or Panorama integrated agents) that securely communicate with firewalls using SSL/TLS, gathering logs via Syslog forwarding or server monitoring
C.Configure the firewalls to perform continuous brute-force SNMP polling against all domain controller management interfaces
D.Disable authentication checks and allow unauthenticated guest access for all internal users
AnswerB

Correct. User-ID Agents or Syslog listening securely ingest login events without requiring insecure direct RPC access from firewalls across trust boundaries.

Why this answer

When direct WMI polling or RPC to Domain Controllers is restricted or unscalable across network boundaries, deploying User-ID Agents or utilizing Panorama/Syslog parsing provides a robust, scalable solution.

141
Multi-Selectmedium

An administrator is configuring Panorama templates to push network settings to firewalls across different sites. Which TWO network components are typically managed via Panorama Templates rather than Device Groups? (Choose two)

Select 2 answers
A.Application Override and Decryption policy rules.
B.Security policy rules and security profiles (Anti-Spyware, Vulnerability Protection).
C.Custom URL filtering categories and External Dynamic Lists.
D.Virtual routers and static/dynamic routing protocol configurations.
E.Physical and logical interface settings (such as Ethernet, VLAN, and Loopback interfaces).
AnswersD, E

Routing configurations are network-level settings managed through Templates.

Why this answer

Templates manage network and device configurations (such as interfaces, virtual routers, and zones), while Device Groups manage security policies and objects.

142
MCQhard

An architect is designing an identity management at scale solution using Panorama and Palo Alto Networks firewalls. The enterprise environment utilizes multiple independent Active Directory forests without a trust relationship. Which architectural design best resolves identity mapping for User-ID across these disjointed forests?

A.Configuring a single User-ID agent pointing to the primary forest's global catalog server only
B.Enabling Kerberos SSO decryption profiles on the Decryption policy rulebase
C.Deploying dedicated User-ID agents or PAN-OS integrated collectors for each untrusted forest mapped to unique User-ID source contexts
D.Relying entirely on Captive Portal authentication for all internal zone traversal
AnswerC

To handle untrusted forests, separate User-ID agent instances or collector sources must be configured to query each independent directory service directly.

Why this answer

Deploying multiple standalone User-ID agents or PAN-OS Integrated User-ID mapping mechanisms mapped via Panorama templates and collector groups allows aggregation of identities from untrusted domains.

143
MCQmedium

An architect is designing security policy optimization to clean up redundant and overlapping security rules in Panorama. Which Panorama feature assists in identifying rules that can be consolidated because they cover identical source, destination, and application parameters?

A.WildFire sample detonation reports
B.Panorama Policy Optimizer rule analysis for redundant and unused rules
C.GlobalProtect HIP object mismatch alarms
D.User-ID agent memory consumption logs
AnswerB

Correct. Policy Optimizer highlights redundant rules that can be safely removed or consolidated.

Why this answer

Panorama Policy Optimizer includes features to identify redundant and unused rules, helping administrators streamline the rulebase.

144
MCQeasy

When designing a Zero Trust micro-segmentation strategy inside a VMware ESXi data center using Palo Alto Networks VM-Series firewalls, which deployment mode ensures that all virtual machine-to-virtual machine traffic within the same hypervisor host is inspected?

A.Deploying a single physical PA-7050 firewall at the top-of-rack switch layer outside the hypervisor
B.Configuring standard syslog forwarding from the hypervisor management daemon directly to external storage
C.Disabling all virtual firewalls and trusting inter-VM communication by default
D.Deploying VM-Series inline as a virtual routing/bridging instance or via SDN integration (e.g., VMware NSX) to intercept VM-to-VM traffic
AnswerD

Correct. Inline virtual deployment or SDN service insertion ensures east-west VM traffic passes through the VM-Series.

Why this answer

To inspect east-west traffic between VMs on the same ESXi host, the VM-Series firewall must be deployed inline on the vSwitch or NSX logical switch (often using Panorama and NSX integration for service insertion).

145
MCQeasy

An enterprise architect is planning the deployment of Cortex Data Lake and Logging Service integration with on-premises Palo Alto Networks NGFWs. The design requires that firewall logs are securely transmitted to the cloud without exposing management traffic to interception. Which protocol and port mechanism does PAN-OS use to communicate with Cortex Data Lake?

A.Inbound SNMP traps (UDP port 162) polled by cloud collectors.
B.Unencrypted Syslog over UDP port 514 terminating at public cloud load balancers.
C.Direct database replication via Microsoft SQL Server port 1433.
D.Outbound HTTPS (TCP port 443) using mutual certificate authentication.
AnswerD

Cortex Data Lake communication relies on secure, outbound HTTPS connections over port 443.

Why this answer

PAN-OS firewalls securely forward logs to Cortex Data Lake utilizing outbound SSL/TLS connections over TCP port 443.

146
Multi-Selecteasy

An architect is designing a Zero Trust network segmentation strategy for an enterprise data center using Palo Alto Networks firewalls. Which TWO architectural principles are fundamental to this design? (Choose two)

Select 2 answers
A.Rely exclusively on perimeter gateway firewalls while leaving internal networks unmonitored
B.Disable user identification and threat inspection for internal database clusters
C.Assume breach and verify explicitly for every transaction, regardless of network origin
D.Establish wide-open internal trust zones to maximize east-west application performance
E.Enforce strict least-privilege access control based on user, device, and application context
AnswersC, E

Correct. Assuming breach and verifying explicitly are core tenets of Zero Trust.

Why this answer

Zero Trust mandates assuming breach and verifying explicitly, as well as enforcing least-privilege access across all segments.

147
Multi-Selecthard

An enterprise is deploying Prisma SD-WAN across multiple branch locations. Which THREE architectural components are essential for the operation of Prisma SD-WAN? (Choose three)

Select 3 answers
A.Prisma SD-WAN Controller / Cloud management plane for central orchestration.
B.Path Quality Profiles and Traffic Steering policies.
C.GlobalProtect Gateway virtual machine pools deployed in AWS.
D.Traditional PAN-OS M-600 hardware appliances deployed at every branch office.
E.Prisma SD-WAN ION branch hardware or software appliances.
AnswersA, B, E

Cloud controllers manage and orchestrate the SD-WAN fabric.

Why this answer

Prisma SD-WAN architecture relies on Prisma SD-WAN ION branch devices, Prisma SD-WAN Controllers (Cloud Controller), and Prisma SD-WAN Management / Prisma SASE integration.

148
MCQmedium

A security architect is configuring Prisma Access for mobile users to ensure that traffic destined for internal corporate applications is routed securely via a specific Remote Networks connection without exposing it to the public internet. Which configuration object must be used to achieve this?

A.Apply an external dynamic list (EDL) of internal subnets to the decryption policy to bypass inspection.
B.Configure a Traffic Steering rule in Panorama under Cloud Services to steer private subnet traffic via Service Connections.
C.Create an explicit proxy profile and push it to GlobalProtect clients via client setup settings.
D.Implement a Zone Protection profile on the mobile user security zone to encapsulate internal routing tags.
AnswerB

Traffic Steering rules define how traffic from mobile users reaches corporate internal networks via Service Connections.

Why this answer

Explicit Proxy and Service Connections or Remote Networks routing tables via Prisma Access Panorama plugin handle routing of internal corporate traffic. Specifically, defining Traffic Steering rules ensures internal app traffic goes through Service Connections.

149
MCQhard

An architect is designing a Zero Trust architecture for OT (Operational Technology) networks protected by PA-series firewalls. The design must prevent unauthorized lateral movement between IT and OT zones while ensuring proprietary industrial protocols are strictly controlled. Which feature set must be configured to achieve deep visibility and control for OT protocols?

A.GlobalProtect clientless VPN with SAML authentication for all OT operators
B.Standard URL Filtering profiles with category blocking enabled for industrial websites
C.App-ID decoders for industrial protocols combined with Palo Alto Networks Industrial Security subscription services
D.IPv6 transition mechanisms with NAT64 translation rules
AnswerC

Industrial Security provides specialized threat signatures and protocol decoding for OT environments to enforce granular least-privilege controls.

Why this answer

OT security requires enabling App-ID signatures specifically built for industrial protocols (Modbus, DNP3, BACnet) combined with Industrial Security subscriptions to detect anomalous commands.

150
MCQhard

An architect is optimizing security policies to support a Zero Trust model where contractors require access to specific internal legacy applications without gaining broad network access. Which architectural feature should be deployed to enforce least privilege access securely?

A.Full-tunnel IPsec VPN granting access to the entire internal RFC1918 subnet space
B.Disabling authentication and placing contractors on the guest Wi-Fi VLAN
C.Open public-facing NAT rules on the perimeter firewall mapped to internal legacy application servers
D.GlobalProtect app-level ZTNA / Clientless VPN configured with explicit application portals and strict URL/App-ID authorization
AnswerD

Correct. App-level ZTNA and clientless access restricts users strictly to authorized applications without granting subnet-level network access.

Why this answer

GlobalProtect Clientless VPN or app-level ZTNA access allows users to access specific web-based or specific TCP applications without full network-layer tunneling, enforcing least-privilege access.

Page 1

Page 2 of 4

Page 3

All pages