Courseiva

Certified Cybersecurity Apprentice (Cybersecurity-Apprentice) (Cybersecurity-Apprentice) — Questions 175

177 questions total · 3pages · All types, answers revealed

Page 1 of 3

Page 2
1
Multi-Selectmedium

A security analyst is hardening a Palo Alto Networks firewall against common reconnaissance and risk exposure vectors. Which TWO configuration steps should the analyst take to secure the management plane? (Choose two)

Select 2 answers
A.Deploy an Antivirus security profile on outbound HTTP Security policy rules.
B.Configure an interface Management Profile that restricts administrative access (HTTPS, SSH) to trusted management IP addresses only.
C.Disable the captive portal service on all internal user-facing security zones.
D.Configure dynamic DNS updates on the external untrusted interface.
E.Enable Authentication Profile settings to enforce multi-factor authentication (MFA) for all administrative logins.
AnswersB, E

Correct. Limiting management access to known administrative subnets reduces the attack surface significantly.

Why this answer

Securing the management plane involves restricting administrative access via Management Profile source IP whitelisting and ensuring strong administrative authentication settings.

2
MCQhard

An administrator observes that specific internal users are bypassing security policies by utilizing unauthorized tunneling applications disguised as standard web traffic. Which PAN-OS feature should be used to identify and block these hidden application tunnels?

A.Application-based Security policy rules leveraging App-ID inspection.
B.Destination IP-based static routing entries.
C.SNMP trap forwarding configured on the management interface.
D.DHCP relay agent settings on the internal interfaces.
AnswerA

App-ID inspects the data stream to correctly identify tunneled applications.

Why this answer

App-ID uses application decoding, heuristics, and signature matching to identify apps regardless of port, and App-ID signatures accurately detect tunneling protocols.

3
MCQeasy

An administrator wants to view active sessions matching a specific source IP address (192.168.1.50) using the firewall CLI. Which command is correct?

A.show session all filter source 192.168.1.50
B.show arp filter 192.168.1.50
C.show session filter ip 192.168.1.50
D.show ip session 192.168.1.50
AnswerA

This command applies a filter to display active firewall sessions originating from the specified source IP.

Why this answer

The 'show session all filter source 192.168.1.50' command filters the active session table by source IP.

4
Multi-Selecthard

A security operations team is investigating an incident where an attacker compromised cloud credentials and attempted privilege escalation. Which THREE Prisma Cloud features or data sources assist in detecting and investigating this cloud security incident? (Choose three)

Select 3 answers
A.Resource configuration history tracking changes to IAM policies and security groups (Config RQL)
B.Identity Security / UEBA detecting impossible travel or anomalous user access patterns
C.Cloud audit log event analysis (Event RQL) monitoring suspicious API calls
D.Automatic kernel-level defragmentation of enterprise database storage volumes
E.GlobalProtect client certificate revocation list distribution
AnswersA, B, C

Config RQL tracks changes to resource states over time, highlighting dangerous modifications.

Why this answer

Detecting compromised cloud credentials and privilege escalation involves analyzing cloud audit logs, resource configuration states, and user behavior analytics.

5
Multi-Selecteasy

Which TWO actions can an administrator perform from the Cortex XDR management console when responding to an active endpoint security incident? (Choose two)

Select 2 answers
A.Isolate the endpoint from the network to prevent lateral movement.
B.Reboot the physical datacenter HVAC cooling systems.
C.Modify core BGP routing tables on enterprise core routers.
D.Reset enterprise Wi-Fi SSID pre-shared keys.
E.Initiate file quarantine on suspicious artifacts detected during the incident.
AnswersA, E

Network isolation is a core response action available in Cortex XDR.

Why this answer

Administrators can isolate compromised hosts and initiate remote remediation actions such as file quarantine and script execution.

6
Multi-Selecteasy

Which TWO interface types are available when configuring physical ports on a Palo Alto Networks firewall? (Choose two)

Select 2 answers
A.WAN Accelerator
B.Layer 3
C.Switchport Trunk
D.Promiscuous Bridge
E.Virtual Wire
AnswersB, E

Layer 3 interfaces route packets between different subnets and zones.

Why this answer

PAN-OS physical interfaces can be configured in several modes, including Layer 3, Layer 2, Virtual Wire, and Tap.

7
MCQeasy

Which component of the Cortex XDR architecture provides continuous endpoint data collection and threat prevention directly on the host operating system?

A.Panorama management server
B.Cortex XDR agent
C.Prisma Access cloud security service
D.WildFire cloud analysis engine
AnswerB

The agent runs on endpoints for prevention, detection, and data collection.

Why this answer

The Cortex XDR agent is installed directly on endpoints to execute prevention and gather telemetry.

8
MCQhard

An analyst is writing a complex XQL (XDR Query Language) query in Cortex XDR to find all process executions where a PowerShell script was executed with hidden window styles. Which syntax structure correctly filters datasets for this query?

A.search xdr_data | stats count by command_line | where command_line = 'Hidden'
B.dataset = xdr_data | filter event_type = 'PROCESS_START' and command_line contains 'Hidden'
C.SELECT * FROM xdr_data WHERE event_type == 'PROCESS_START' AND command_line LIKE '%Hidden%'
D.collect xdr_data where event_type = 'PROCESS_START' | parse command_line as Hidden
AnswerB

This syntax correctly targets the dataset, uses the pipe operator, filters by event type, and checks the command line.

Why this answer

XQL queries begin with the dataset name (e.g., dataset = xdr_data) followed by a pipe (|) and filter conditions using standard operators like filter or ~=.

9
MCQhard

A network administrator needs to verify whether a specific security policy rule is matching incoming traffic during a live troubleshooting session. Which CLI command provides real-time packet evaluation against the security rulebase?

A.show running-config security-rules
B.test security-policy-matching source [IP] destination [IP] application [app]
C.debug dataplane packet-log dump
D.show system resources active-sessions
AnswerB

This command evaluates policy rules against specific parameters to determine the matching rule.

Why this answer

The 'test security-policy-matching' CLI command allows administrators to simulate or test source, destination, user, and application parameters against the security policy rules.

10
Multi-Selectmedium

A security engineer is setting up Cortex XDR data collection on endpoint hosts. Which THREE telemetry types does the Cortex XDR agent collect to enable advanced behavioral analytics and threat hunting? (Choose three)

Select 3 answers
A.Process execution events
B.Network connection events
C.File modification and creation events
D.Physical datacenter environmental temperature readings
E.Monitored Wi-Fi router SSID signal strengths
AnswersA, B, C

Process creations and command-line arguments are vital for endpoint behavior analysis.

Why this answer

The Cortex XDR agent collects comprehensive endpoint telemetry including process executions, network connections, file modifications, and registry events.

11
MCQhard

A security analyst is examining a packet capture (PCAP) and observes that the TCP window size is dropping to zero during a data transfer between a client and a server through the firewall. What does a zero window size typically indicate in a TCP transmission?

A.The maximum segment size (MSS) negotiation has failed during the three-way handshake.
B.The receiver's buffer is full and it is requesting the sender to pause transmission.
C.An asymmetric routing loop has caused sequence numbers to go out of sync.
D.The firewall has blocked the session due to a security profile match.
AnswerB

The TCP window size field informs the sender how many bytes the receiver can accept; zero means the buffer is full.

Why this answer

A TCP zero window size indicates that the receiver's buffer is full and it cannot currently accept any more data, temporarily pausing transmission.

12
MCQhard

An organization's security policy requires all endpoint security logs to be forwarded to a centralized SIEM in real time. How does Cortex XDR support this requirement?

A.Configure Syslog forwarding or use the Cortex XDR streaming API to export alerts and BIOC data to the SIEM.
B.Configure NetFlow export on the local endpoint network interface card.
C.Export daily CSV reports from the Cortex XDR console via email.
D.Enable SNMP trap generation inside the local Windows Event Viewer settings.
AnswerA

The streaming API and Syslog forwarding enable real-time export of security telemetry to external SIEMs.

Why this answer

Cortex XDR provides integration via Syslog forwarding or REST APIs to stream alerts and logs to third-party SIEM platforms.

13
Multi-Selecteasy

A SOC analyst is reviewing the primary log categories generated by a Palo Alto Networks Next-Generation Firewall. Which TWO log types are natively available in PAN-OS for security monitoring and incident analysis? (Choose two)

Select 2 answers
A.Threat logs
B.Traffic logs
C.Kernel memory core-dump logs
D.BIOS hardware diagnostic logs
E.Local switch VLAN spanning-tree logs
AnswersA, B

Threat logs record security violations such as viruses, spyware, vulnerabilities, and wild-fire alerts.

Why this answer

PAN-OS natively generates several log types, including Traffic, Threat, System, Config, and URL Filtering logs. Traffic and Threat logs are fundamental for security operations.

14
MCQhard

A network engineer configures OSPF on a Palo Alto Networks virtual router. Neighbors are stuck in the EXSTART/EXCHANGE state. What is the most likely cause of this issue?

A.A mismatch in OSPF area ID types (e.g., normal vs. stub)
B.Incorrect OSPF hello or dead timer intervals
C.An MTU mismatch between the OSPF neighbors
D.Authentication type or password mismatch
AnswerC

An MTU mismatch prevents the routers from agreeing on database descriptions, leaving them stuck in EXSTART/EXCHANGE.

Why this answer

Being stuck in EXSTART/EXCHANGE state in OSPF typically points to a mismatch in Maximum Transmission Unit (MTU) sizes across the link or interface configuration errors.

15
Multi-Selecteasy

Under the shared responsibility model in cloud computing, the customer retains responsibility for securing specific layers regardless of whether the service is IaaS, PaaS, or SaaS. Which TWO items are always the customer's responsibility? (Choose two)

Select 2 answers
A.Data classification, labeling, and encryption key management
B.Physical server hardware recycling and disk sanitization
C.Underlying cloud provider hypervisor and virtualization software patches
D.User access control, authentication policies, and IAM configurations
E.Physical data center perimeter security fences and guards
AnswersA, D

Data security and cryptographic key management remain customer responsibilities across all cloud service models.

Why this answer

Regardless of the cloud model, customer data and identity/access management are always the responsibility of the customer.

16
MCQmedium

An administrator needs to restrict access to the Prisma Cloud administrative console based on corporate IP ranges. Where within the Prisma Cloud platform should the administrator configure trusted IP address restrictions?

A.Administration > Access Control > Trusted IP
B.Cloud Accounts > Add Account > Network Security
C.Inventory > Asset Explorer > Filters
D.Compute > Defend > Access Rules
AnswerA

Trusted IP restrictions are configured under Administration > Access Control.

Why this answer

Prisma Cloud allows administrators to configure trusted IP restrictions under Administration > Access Control to secure access to the console.

17
MCQeasy

A security analyst is reviewing a suspicious inbound connection attempt blocked by the Palo Alto Networks firewall. Which log type contains the details of traffic that matched a Security policy drop or deny action?

A.System log
B.Traffic log
C.Config log
D.Threat log
AnswerB

Correct. The Traffic log records session details, including dropped or denied sessions resulting from Security policy rules.

Why this answer

Threat logs record security events such as spyware, viruses, and vulnerability exploits, while Traffic logs record session start and end details, including allow, deny, and drop actions.

18
MCQeasy

An administrator needs to configure a Palo Alto Networks firewall to prevent unauthorized outbound traffic by restricting users to only access approved internal web applications. Which security control should be implemented in the Security policy?

A.Static routing tables
B.MAC address ACLs
C.App-ID based Security policy rules
D.Port-based IP/Port filtering rules
AnswerC

App-ID identifies the specific application traffic and allows granular control.

Why this answer

App-ID allows administrators to identify and control specific applications regardless of port and protocol, making it the correct choice for application-level restrictions.

19
Multi-Selecthard

An enterprise security administrator is designing a comprehensive security posture following Zero Trust principles on a Palo Alto Networks Next-Generation Firewall. Which TWO core concepts must be implemented to satisfy a true Zero Trust data and network architecture? (Choose two)

Select 2 answers
A.Rely solely on perimeter firewalls to block external malicious actors while leaving internal VLANs uninspected.
B.Trust internal corporate network segments implicitly once a user successfully authenticates via VPN.
C.Verify explicitly by authenticating and authorizing based on all available data points including user identity, location, and device health.
D.Assume breach and minimize blast radius by enforcing strict micro-segmentation and least-privilege access controls.
E.Disable SSL decryption for internal traffic to prioritize employee privacy over threat visibility.
AnswersC, D

Explicit verification of identity and device posture is mandatory in Zero Trust.

Why this answer

Zero Trust requires verifying explicitly based on all available data points (identity, location, device health) and assuming breach by limiting blast radius with least privilege access.

20
MCQhard

A network security engineer observes that TCP sessions are being terminated prematurely during periods of inactivity. The default application timeout is not meeting the business requirement for a custom database application. Where should the engineer modify the session timeout for this specific application?

A.Network > Interfaces > Advanced > TCP Timeout
B.Objects > Applications > [Application Name], modifying TCP timeout settings
C.Policies > Security > Timeout Profile
D.Device > Setup > Management > Session Settings
AnswerB

Customizing the timeout directly on the Application object changes how long idle sessions are retained for that specific traffic type.

Why this answer

Application timeouts can be customized under Objects > Applications by creating or editing an application override, or by modifying timeout settings in Device > Setup > Session.

21
MCQmedium

An administrator is configuring a File Blocking profile to prevent users from downloading potentially dangerous file types. However, users legitimately need to download password-protected archive files (such as .zip files encrypted with passwords) for business operations. How should the administrator configure the profile to handle encrypted archives safely?

A.Configure the File Blocking profile to detect and block 'encrypted-zip' and 'encrypted-rar' file types.
B.Enable WildFire inline machine learning to guess user archive passwords.
C.Set the URL Filtering profile action to bypass inspection for all archive file extensions.
D.Attach an Antivirus profile set to automatically decrypt password-protected ZIP files using a dictionary attack.
AnswerA

Blocking encrypted archives prevents uninspectable malware payloads from bypassing security checks.

Why this answer

File Blocking profiles can be configured to detect and block or alert on encrypted archives (like password-protected .zip files) because attackers often use them to bypass payload inspection.

22
Multi-Selecteasy

When designing a Security Operations Center (SOC) incident triage workflow, which TWO core principles are fundamental for effective incident management? (Choose two)

Select 2 answers
A.Establishing clear severity levels and prioritization criteria for incoming alerts.
B.Allowing every analyst unrestricted administrator access to all enterprise systems.
C.Implementing repeatable playbooks and documentation for standard incident types.
D.Ignoring low-severity alerts completely without review or automation.
E.Deleting all historical log data daily to maintain optimal disk storage capacity.
AnswersA, C

Prioritization ensures critical incidents are addressed immediately by senior analysts.

Why this answer

Effective SOC workflows rely on rapid triage, standardized playbooks, accurate scoping, and continuous improvement.

23
MCQeasy

A junior cloud engineer is configuring a new AWS S3 bucket and wants to ensure that Prisma Cloud successfully detects public exposure risks. Which Prisma Cloud feature continuously evaluates cloud resource configurations against security benchmarks like CIS?

A.WildFire cloud-based analysis service
B.Prisma Cloud CSPM Resource Configuration Scan
C.Prisma Cloud Compute Defender
D.VM-Series firewall URL filtering profile
AnswerB

Prisma Cloud CSPM analyzes cloud asset configurations against security frameworks and policies.

Why this answer

Prisma Cloud CSPM (Cloud Security Posture Management) continuously scans cloud resource configurations to identify misconfigurations and compliance violations against frameworks like CIS.

24
MCQhard

A security architect is designing an enterprise logging strategy where all Prisma Cloud audit alerts, vulnerability findings, and compliance violations must be streamed to a third-party SIEM (such as Splunk). Which Prisma Cloud feature should be configured to achieve real-time log export?

A.Manual CSV export from the Prisma Cloud Asset Inventory dashboard
B.GlobalProtect syslog forwarding profiles on VM-Series firewalls
C.Twistcli command-line batch reporting scripts executed via cron
D.Prisma Cloud Alert Integrations / Webhooks / SIEM Connectors
AnswerD

Prisma Cloud provides robust alerting integrations to push security findings to SIEM platforms in real time.

Why this answer

Prisma Cloud supports native Integrations (specifically Alert Notifications configured to send JSON payloads via Webhooks, AWS SQS, or pre-built SIEM integrations) to stream findings to external SIEMs.

25
Multi-Selectmedium

Which THREE of the following are valid routing protocols supported natively within a PAN-OS Virtual Router? (Choose three)

Select 3 answers
A.RIP
B.EIGRP
C.OSPFv2
D.BGP
E.IS-IS
AnswersA, C, D

Routing Information Protocol (RIP) is supported in PAN-OS.

Why this answer

PAN-OS virtual routers support BGP, OSPF (v2/v3), and RIP for dynamic routing.

26
MCQeasy

A security administrator is evaluating cloud environments and needs to determine where customer responsibility ends in an Infrastructure as Service (IaaS) model. Which component is managed entirely by the cloud provider in IaaS?

A.Application runtime libraries and code
B.Physical host hardware and virtualization hypervisor
C.Identity and Access Management (IAM) role assignments
D.Guest operating system security patches
AnswerB

The cloud provider manages the physical hardware, data centers, and hypervisors in an IaaS deployment.

Why this answer

In an IaaS model, the cloud provider manages the physical data center, physical hardware, networking infrastructure, and virtualization hypervisor.

27
Multi-Selectmedium

A security engineer is configuring Prisma Cloud Compute runtime defense rules for containerized workloads. Which THREE runtime behaviors can Prisma Cloud Compute monitor and defend against? (Choose three)

Select 3 answers
A.Establishment of network connections to known malicious IP addresses or unexpected ports
B.Physical server hardware temperature anomalies
C.Execution of unauthorized or disallowed binary processes inside a container
D.AWS IAM policy changes in the underlying cloud management control plane
E.Modification of sensitive files on the container file system
AnswersA, C, E

Network monitoring tracks inbound and outbound connections against defined rules.

Why this answer

Prisma Cloud Compute monitors container runtime activity, detecting unauthorized process execution, file system tampering, and suspicious outbound network connections.

28
Multi-Selecteasy

Which TWO types of files or threats are typically inspected and analyzed by the WildFire cloud service when integrated with Cortex XDR? (Choose two)

Select 2 answers
A.Default operating system desktop background wallpaper images in PNG format.
B.Uncompressed family vacation audio MP3 recordings.
C.Suspicious Microsoft Office documents containing embedded macros or scripts.
D.Unknown executable binaries and portable executables (PE files).
E.Standard plain text grocery shopping lists without executable content.
AnswersC, D

Office documents with potential malicious macros are analyzed in the sandbox.

Why this answer

WildFire analyzes suspicious executable files, documents with macros, scripts, and unknown binaries submitted by endpoints.

29
Multi-Selecthard

An administrator is troubleshooting asymmetric routing issues where packets arrive out of order or fail stateful checks. Which TWO features or settings in PAN-OS can assist in handling or mitigating asymmetric routing challenges? (Choose two)

Select 2 answers
A.Configuring a secondary DHCP scope
B.Disabling strict TCP handshake validation
C.Enabling Strict RPF (Reverse Path Forwarding)
D.Enforcing BGP Route Reflection
E.Asymmetric Path Bypass
AnswersB, E

Disabling strict TCP validation helps prevent the firewall from dropping packets that arrive out of normal sequence due to routing asymmetries.

Why this answer

Asymmetric routing can be addressed using Asymmetric Path Bypass or by modifying strict TCP enforcement settings.

30
MCQmedium

An administrator wants to prevent users from tampering with or uninstalling the Cortex XDR agent on Windows workstations. Which feature must be configured in the agent settings?

A.Configure Windows BitLocker drive encryption on the system drive.
B.Enable User Account Control (UAC) at the default notification level.
C.Set the endpoint network profile to Public domain.
D.Enable Anti-Tamper protection with a designated administrator password.
AnswerD

Anti-tamper protection requires a password or token to modify or uninstall the agent.

Why this answer

Anti-tamper protection prevents unauthorized users or malware from stopping services, deleting files, or uninstalling the agent.

31
Multi-Selecthard

An administrator is troubleshooting a scenario where Cortex XDR agents are failing to report incident data to the cloud console. Which TWO network-related items should be verified? (Choose two)

Select 2 answers
A.Check that local DHCP leases are renewed every 30 seconds.
B.Ensure outbound TCP port 443 traffic is permitted to the Cortex XDR backend FQDNs.
C.Verify that local DNS servers can successfully resolve the Cortex XDR tenant service endpoints.
D.Confirm that inbound SSH port 22 is open on all endpoint host firewalls.
E.Verify that SNMP v3 trap listeners are active on port 162.
AnswersB, C

Outbound HTTPS is required for agent-to-cloud telemetry reporting.

Why this answer

Cortex XDR agents require outbound HTTPS (port 443) connectivity to Cortex XDR cloud backend URLs and proper DNS resolution.

32
MCQmedium

A security analyst notices that internal hosts are resolving domains associated with known command and control (C2) servers. Which profile should be attached to the Security policy rule to automatically block this DNS-based threat?

A.URL Filtering Profile
B.Vulnerability Protection Profile
C.Antivirus Profile
D.Anti-Spyware Profile with DNS Sinkhole
AnswerD

Anti-Spyware profiles inspect DNS traffic and can sinkhole malicious domains.

Why this answer

Anti-Spyware profiles include DNS Signature and Sinkhole features to detect and mitigate malicious DNS requests.

33
MCQeasy

Which security control is primarily responsible for inspecting decrypted web traffic for known viruses, trojans, and worms entering the network?

A.Zone Protection Profile
B.URL Filtering Profile
C.Data Filtering Profile
D.Antivirus Profile
AnswerD

Antivirus profiles protect against malware files traversing the firewall.

Why this answer

Antivirus profiles inspect file streams for signatures of known malware.

34
Multi-Selectmedium

Which THREE actions occur when an endpoint is placed into 'Isolation' mode using Cortex XDR? (Choose three)

Select 3 answers
A.Configured isolation exceptions can allow specific forensic servers to communicate with the host.
B.The endpoint hard drive is securely wiped and zeroed out.
C.Communication with the Cortex XDR management backend remains permitted via defined exceptions.
D.All non-exempt network traffic to and from the endpoint is dropped.
E.The endpoint physical hardware power supply is automatically cut off.
AnswersA, C, D

Exceptions can be created for forensics or remediation access.

Why this answer

Isolation severs standard network communication while allowing designated management traffic and preventing lateral movement.

35
Multi-Selectmedium

Which THREE features are provided by the Cortex XDR agent to protect endpoints against modern malware and advanced threats? (Choose three)

Select 3 answers
A.Local Analysis utilizing machine learning models to detect unknown malware.
B.Behavioral Threat Protection to detect post-exploitation techniques in real time.
C.Exploit Protection to prevent memory corruption and injection attacks.
D.Deep Packet Inspection for BGP routing protocol convergence.
E.Automatic generation of RAID disk arrays for local fault tolerance.
AnswersA, B, C

Local Analysis uses ML models to evaluate files directly on the endpoint.

Why this answer

Cortex XDR agents provide local analysis, behavioral threat protection, and exploit protection among other security modules.

36
Multi-Selecthard

An enterprise security architect is reviewing Prisma Cloud integration options for securing cloud-native applications throughout their lifecycle. Which THREE activities are supported by Prisma Cloud Application Security (IaC Security)? (Choose three)

Select 3 answers
A.Scanning Terraform, AWS CloudFormation, and Kubernetes YAML templates for misconfigurations
B.Performing active real-time DDoS mitigation on public BGP routing tables
C.Scanning open source package dependencies (SCA) for known vulnerabilities in IDEs and repositories
D.Detecting hardcoded secrets, API keys, and passwords embedded in source code repositories
E.Enforcing hardware token multi-factor authentication for corporate VPN users
AnswersA, C, D

IaC scanning analyzes configuration templates in repositories prior to deployment.

Why this answer

Prisma Cloud Application Security scans infrastructure as code templates, open source dependencies, and CI/CD pipelines to find vulnerabilities before deployment.

37
Multi-Selecthard

An administrator is troubleshooting packet drops on a Palo Alto Networks firewall and wants to inspect dropped packets or hardware counters using CLI diagnostic tools. Which TWO commands can be used to review packet drop information? (Choose two)

Select 2 answers
A.debug session drop-history
B.show counter global filter packet-drop yes
C.show ip route drop-packets
D.show interface drop-counters all
E.show counter global filter delta yes
AnswersB, E

This command filters global counters to display active packet drops.

Why this answer

Administrators can check global packet drops using 'show counter global' and examine specific forwarding drops via hardware counter diagnostics.

38
MCQhard

An endpoint has been compromised by an advanced persistent threat (APT). The incident response team needs to reconstruct the entire attack lifecycle, showing how the initial access led to lateral movement and persistence. Which Cortex XDR feature provides this visualization?

A.Causation Analysis view showing the graphical chain of events originating from the root cause process.
B.Windows Event Viewer custom filtered operational logs.
C.Network packet capture waveform analyzer.
D.Global Threat Intelligence map showing country-of-origin IP addresses.
AnswerA

Causation Analysis traces the complete lineage of an attack from root cause through all child processes and actions.

Why this answer

Cortex XDR Causation Analysis provides a graphical causality chain showing the relationship between processes, files, registry modifications, and network connections.

39
MCQhard

An application security engineer configures Prisma Cloud WAAS (Web Application and API Security) to protect a containerized microservices application running behind an ingress controller. Which deployment method is supported for WAAS in a Kubernetes environment?

A.Deploying WAAS as a Defender module integrated with proxy or ingress annotations / container injection
B.Enabling WAAS via Azure Security Center native policy extension
C.Installing WAAS directly onto the physical AWS Nitro security chip
D.Configuring AWS Shield Advanced route table scrubbing rules
AnswerA

WAAS inspection is embedded into the Defender architecture or proxy modules protecting web services.

Why this answer

Prisma Cloud WAAS can be deployed as part of the Defender injection, sidecar, or integrated into supported API gateways and ingress controllers.

40
MCQhard

A network administrator notices that asymmetric routing is occurring on a multi-path firewall deployment, causing valid TCP sessions to be dropped by the firewall. Which feature should the administrator enable to resolve this issue?

A.Loose-rpf verification under Network > Network Profiles > Zone Protection
B.TCP Extended Session Timeout in the timeout settings
C.Strict TCP Handshake validation in the Zone Protection Profile
D.Asymmetric Path Bypass under Device > Setup > Session
AnswerD

Enabling asymmetric path bypass allows the firewall to accept unexpected SYN-ACK or established packets without dropping them due to strict stateful inspection.

Why this answer

Asymmetric path bypass allows the firewall to handle packets where the return path traverses a different firewall or interface, preventing drop actions on valid out-of-order or asymmetrical streams.

41
MCQhard

A security engineer is configuring a syslog integration to forward Cortex XDR incidents to a legacy SIEM. Which output format option is standard for ensuring structured, parsable data export in CEF (Common Event Format) or LEEF?

A.Disable all header encryption and export logs using raw ASCII carriage returns only.
B.Configure the SIEM server profile to export logs using CEF (Common Event Format) or JSON formatting.
C.Rewrite the PAN-OS kernel to natively output syslog in Microsoft Word DOCX format.
D.Convert all log files into uncompressed raw bitmap graphics prior to export.
AnswerB

CEF and JSON provide standardized, structured key-value pairs easily parsed by legacy and modern SIEMs.

Why this answer

When configuring SIEM integrations or log forwarding profiles in Palo Alto Networks products, administrators can specify standard formats such as CEF or JSON for seamless ingestion.

42
Multi-Selecteasy

An administrator is reviewing the core components and capabilities of Prisma Cloud Cloud Security Posture Management (CSPM). Which TWO capabilities are primary functions of Prisma Cloud CSPM? (Choose two)

Select 2 answers
A.Active runtime container memory dumping and kernel rootkit prevention
B.Line-rate Layer 7 decryption of TLS encrypted inbound web traffic
C.Continuous cloud resource configuration auditing against security benchmarks
D.Multi-cloud asset inventory discovery and visibility
E.Remote user secure web gateway DNS tunneling prevention
AnswersC, D

CSPM continuously evaluates cloud resource configurations against CIS and other standards.

Why this answer

Prisma Cloud CSPM focuses on continuous cloud configuration monitoring, compliance reporting, and asset visibility across multi-cloud environments.

43
MCQhard

An administrator is troubleshooting a packet flow issue where traffic arriving on a Layer 3 interface is being dropped. The administrator runs the command 'show counter global filter packet-drop yes' and notices an increment in counters related to 'Discard due to zone mismatch'. What does this counter typically indicate?

A.The security rule destination zone does not match the source zone.
B.The NAT policy is translating the packet to an unassigned IP address.
C.The Virtual Router has two default routes pointing to different interfaces.
D.The packet arrived on an interface belonging to a different zone than what is expected by the routing table or existing session state.
AnswerD

A zone mismatch drop occurs when traffic hits an interface whose zone association contradicts the forwarding path or session table lookup.

Why this answer

A 'zone mismatch' drop indicates that the packet's incoming interface does not belong to the security zone expected by the session or route lookup.

44
Multi-Selecthard

An organization is preparing for a security audit and wants to ensure robust defense-in-depth measures are active on their Palo Alto Networks firewalls. Which TWO security profiles protect against protocol manipulation, evasion techniques, and vulnerability exploitation? (Choose two)

Select 2 answers
A.URL Filtering Profile
B.Data Filtering Profile
C.Vulnerability Protection Profile
D.File Blocking Profile
E.Anti-Spyware Profile
AnswersC, E

Vulnerability Protection profiles inspect traffic for known exploit signatures and attack techniques.

Why this answer

Vulnerability Protection profiles defend against software vulnerabilities and exploits, while Anti-Spyware profiles detect and block command-and-control traffic and evasion techniques.

45
Multi-Selectmedium

An administrator is configuring log forwarding on a Palo Alto Networks firewall to send data to an external SIEM. Which THREE destination types are supported natively in PAN-OS Log Forwarding Profiles? (Choose three)

Select 3 answers
A.SNMP Trap destination
B.Bluetooth peer-to-peer relay
C.Email recipient
D.Local BIOS firmware flash memory
E.Syslog server
AnswersA, C, E

SNMP traps can be configured to alert network management systems of log events.

Why this answer

PAN-OS Log Forwarding Profiles support multiple destination types including Syslog, SNMP Trap, Email, and HTTP/HTTPS (such as Cortex Data Lake or API endpoints).

46
Multi-Selecteasy

A security team is reviewing the threat landscape and common attack vectors. Which TWO threats represent prevalent risks that Next-Generation Firewalls mitigate through specialized security subscriptions? (Choose two)

Select 2 answers
A.Zero-day malware and ransomware payloads delivered via web downloads or email attachments.
B.Unauthorized physical access to server racks within the data datacenter.
C.Fiber-optic cable attenuation caused by excessive distance bending.
D.Hardware physical interface failure caused by power surge transients.
E.Phishing attacks and credential harvesting websites designed to steal enterprise passwords.
AnswersA, E

Zero-day malware and ransomware are mitigated by WildFire and Antivirus profiles.

Why this answer

Next-Generation Firewalls mitigate ransomware delivered via malicious downloads (via WildFire/Antivirus) and phishing/credential theft (via URL Filtering and Credential Enforcement).

47
MCQeasy

An administrator is deploying Prisma Cloud to secure a multi-cloud environment consisting of AWS and Azure. The administrator needs to understand the boundaries of security management under the shared responsibility model. Which responsibility always remains with the customer regardless of the cloud service model used?

A.Physical security of the underlying data center facilities
B.Classification and protection of data stored within the cloud storage buckets
C.Configuration of host-level firewalls in a managed PaaS database
D.Hypervisor patching and firmware updates in AWS EC2 instances
AnswerB

Data classification and protection are always the customer's responsibility under the shared responsibility model.

Why this answer

Regardless of whether a cloud deployment is IaaS, PaaS, or SaaS, the security of data, endpoints, and user access management always remains the responsibility of the customer.

48
MCQeasy

An administrator needs to upgrade Cortex XDR agents across all enterprise endpoints. What is the recommended method in the Cortex XDR management console?

A.Reinstall the operating system on all endpoints using a clean golden image.
B.Use the Cortex XDR upgrade feature in Endpoint Management to push the new agent version to selected endpoint groups.
C.Manually log into every individual endpoint and run the uninstall wizard.
D.Modify the DNS records to point agents to a secondary upgrade server.
AnswerB

Centralized upgrades via Endpoint Management ensure consistent deployment across groups.

Why this answer

Cortex XDR provides centralized agent version management where administrators can schedule or push upgrades to endpoint groups.

49
MCQhard

A DevOps engineer observes that Prisma Cloud Compute vulnerability scans are reporting high severity Common Vulnerabilities and Exposures (CVEs) on running containers, but the build pipeline failed to catch them. How should the engineer integrate Prisma Cloud into the CI/CD pipeline to prevent vulnerable images from being built and pushed?

A.Enable AWS GuardDuty anomaly detection on the container registry repository
B.Configure Prisma Cloud CSPM to delete unencrypted container registries automatically via AWS Lambda
C.Use the twistcli utility in the CI/CD pipeline to scan images before registry push
D.Install the Prisma Cloud Defender DaemonSet on the CI/CD build runner worker nodes
AnswerC

The twistcli command-line tool is specifically designed for scanning images, repositories, and Infrastructure as Code templates during CI/CD builds.

Why this answer

Integrating Prisma Cloud into CI/CD pipelines is achieved by utilizing the twistcli utility to scan container images during the build phase and fail the build if vulnerabilities exceed defined thresholds.

50
MCQeasy

What is the primary function of WildFire integration within the Cortex XDR ecosystem?

A.To provide local disk defragmentation services.
B.To enforce multi-factor authentication for endpoint login sessions.
C.To automatically analyze unknown files and samples submitted by endpoints to determine if they are malicious.
D.To manage firewall security policies across multiple tenants.
AnswerC

WildFire uses sandboxing and static analysis to evaluate unknown files.

Why this answer

WildFire acts as the cloud-based threat analysis engine that analyzes unknown files and provides accurate verdicts.

51
MCQmedium

An auditor requests evidence that public AWS S3 buckets are automatically remediated when discovered by Prisma Cloud. Which feature should the security engineer configure to achieve automated remediation?

A.Prisma Access Remote Network connector
B.Prisma Cloud Auto-Remediation via Cloud Functions / Webhooks
C.VM-Series firewall active-passive high availability failover
D.WildFire automated sample submission
AnswerB

Prisma Cloud supports automated remediation workflows using serverless functions or webhooks triggered by policy violations.

Why this answer

Prisma Cloud RQL (Resource Query Language) alerts can trigger remediation functions via Webhooks or native integrations such as AWS Lambda.

52
Multi-Selectmedium

An enterprise requires remote access users to connect securely via GlobalProtect. Which TWO authentication methods are natively supported by PAN-OS for verifying GlobalProtect user credentials? (Choose two)

Select 2 answers
A.SAML
B.IPsec Pre-Shared Key exchange exclusively without user credentials
C.RADIUS
D.WPA3 Enterprise 802.1X
E.SNMPv3 localized USM passwords
AnswersA, C

SAML authentication is supported for modern IdP integration.

Why this answer

PAN-OS supports multiple authentication methods including RADIUS, LDAP, SAML, Kerberos, and local database authentication.

53
MCQmedium

A network engineer needs to configure a redundant path for outbound traffic using static routes with different metrics (administrative distances). If the primary route has a metric of 10, what metric should be assigned to the backup static route to ensure it is only used when the primary route fails?

A.A metric lower than 10 (e.g., 5)
B.A metric of 0
C.A metric higher than 10 (e.g., 20)
D.The exact same metric of 10 to enable equal-cost multi-path (ECMP)
AnswerC

A higher metric (administrative distance) makes the backup route less preferred, ensuring it is installed in the routing table only when the primary route is removed.

Why this answer

To configure a backup static route (floating static route), the metric/preference value must be higher than the primary route.

54
Multi-Selecthard

An administrator needs to configure granular endpoint settings for different departments within the organization. Which THREE components of Cortex XDR should be utilized? (Choose three)

Select 3 answers
A.Endpoint Groups to categorize workstations based on criteria such as department or OS.
B.Global Wi-Fi WPA3 enterprise RADIUS shared secrets.
C.Installation Settings to define initial agent configuration parameters during setup.
D.BGP Autonomous System Number (ASN) path configuration tables.
E.Agent Settings profiles to define operational parameters and prevention module states.
AnswersA, C, E

Endpoint groups organize targets for policy application.

Why this answer

Cortex XDR uses endpoint groups, agent settings profiles, and installation settings to manage different department configurations.

55
MCQeasy

An administrator wants to verify which prevention modules (e.g., Malware, Exploit, Behavioral Threat Protection) are enabled for a specific set of workstations. Where should the administrator check?

A.In the Active Directory Domain Controller Group Policy Management Editor.
B.In the Cortex XDR management console under Endpoint Management > Agent Settings.
C.In the firewall Security Policy rulebase.
D.In the global DNS Server configuration utility.
AnswerB

Agent Settings profiles define the active state of each prevention module.

Why this answer

Agent settings and profiles dictate which protection modules are active for specific endpoint groups.

56
Multi-Selecthard

When performing threat hunting in Cortex XDR using XQL, an analyst needs to identify anomalous execution chains. Which THREE XQL query stages or clauses are valid and commonly used in building investigative queries? (Choose three)

Select 3 answers
A.stats count() by actor_process_image_path
B.filter event_type = 'PROCESS_START'
C.dataset = xdr_data
D.SELECT * FROM root WHERE execute == true
E.RUN DIAGNOSTICS FOR ALL ENDPOINTS IMMEDIATE
AnswersA, B, C

The stats clause is used for aggregation and counting operations in XQL.

Why this answer

XQL syntax utilizes clauses like dataset definition, pipe (|), filter, fields selection, and aggregation commands like stats.

57
Multi-Selecthard

An administrator is troubleshooting a complex routing issue where traffic is not taking the expected static route. Which TWO commands can the administrator use to inspect the routing table and test route lookup for a specific destination IP address? (Choose two)

Select 2 answers
A.test routing fib_lookup ip [IP Address]
B.debug routing table dump
C.show routing route
D.show ip route summary
E.show network interface routes
AnswersA, C

This operational command simulates a Forwarding Information Base (FIB) lookup for a specific destination IP address.

Why this answer

To check routing tables and test route lookups in PAN-OS, administrators use 'show routing route' and 'test routing fib_lookup'.

58
MCQeasy

What is the primary benefit of deploying multi-factor authentication (MFA) for administrative access to security infrastructure?

A.It prevents denial-of-service floods against the firewall management port.
B.It automatically disables inactive user accounts after 90 days.
C.It encrypts administrative SSH sessions using quantum-resistant algorithms.
D.It significantly reduces the risk of unauthorized access resulting from compromised passwords.
AnswerD

MFA protects against credential theft by requiring multiple verification factors.

Why this answer

MFA adds an extra layer of security beyond passwords, making it significantly harder for attackers to compromise administrative accounts via credential theft.

59
MCQmedium

An administrator configures high availability (HA) active/passive mode between two identical firewall models. What happens to active sessions when a failover occurs if 'Session Synchronization' is enabled?

A.Active sessions are synchronized to the passive peer, allowing seamless traffic continuity without dropping connections.
B.All active user sessions are immediately terminated and must re-authenticate.
C.Management IP addresses are duplicated on both units simultaneously.
D.The passive firewall boots up from power-off state to take over.
AnswerA

Session sync ensures stateful session tables are replicated so traffic continues uninterrupted.

Why this answer

With HA session synchronization enabled, active stateful TCP and UDP sessions are synchronized to the peer firewall, preventing dropped connections during a failover.

60
MCQeasy

An organization wants to verify that the Cortex XDR agent is actively communicating with the Cortex XDR cloud tenant. Which status indicator should the administrator look for in the Endpoint Management view?

A.Ensure the endpoint operating system is running the latest patch level.
B.Confirm that the kernel module version matches the BIOS version.
C.Check that the connection status shows Connected with a recent heartbeat timestamp.
D.Verify that the local disk usage is below 10 percent.
AnswerC

A Connected status and recent heartbeat verify active communication.

Why this answer

The connection status in Endpoint Management indicates whether the agent has an active, healthy TLS session with the backend server.

61
MCQmedium

A security analyst notices that a specific PowerShell script is being blocked on an endpoint by Cortex XDR behavioral threat protection. However, the development team confirms the script is legitimate. Where should the analyst create an exception to allow this specific script execution while maintaining behavioral monitoring?

A.In the Cortex XDR management console under Profiles, create a behavioral threat protection exception using the script file hash.
B.Change the Agent settings to bypass all SSL decryption rules.
C.Disable the Local Analysis module entirely for the target endpoint group.
D.Modify the Windows Firewall inbound rules on the local endpoint.
AnswerA

A behavioral threat protection exception using the file hash permits the specific script without disabling the entire module.

Why this answer

Cortex XDR allows administrators to create profile exceptions based on hash or behavioral exception rules for specific trusted scripts.

62
MCQmedium

A security engineer notices that a specific vulnerability signature is generating false positives for a critical internal custom application. What is the recommended way to prevent this signature from blocking the application without disabling the entire vulnerability profile?

A.Change the global firewall operating mode from operational to maintenance mode.
B.Disable the Anti-Spyware Profile assigned to the zone.
C.Delete the default vulnerability signature from the PAN-OS software base.
D.Add a Vulnerability Protection Profile exception for that specific Signature ID.
AnswerD

Profile exceptions allow granular tuning for individual signatures.

Why this answer

Vulnerability Protection Profile exceptions allow administrators to exempt specific signature IDs from action (e.g., set to allow or disabled) while keeping the rest of the profile active.

63
Multi-Selecthard

A security operations team is configuring threat intelligence feeds in Cortex XSIAM. Which THREE indicator types can typically be ingested and correlated against network and endpoint telemetry? (Choose three)

Select 3 answers
A.File cryptographic hashes (SHA256, MD5)
B.Malicious IP addresses and CIDR blocks
C.Internal employee biometric fingerprint templates
D.Fully Qualified Domain Names (FQDNs)
E.Local printer toner cartridge serial numbers
AnswersA, B, D

File hashes are matched against endpoint process executions and file creations.

Why this answer

Threat intelligence platforms ingest various Indicators of Compromise (IOCs) such as IP addresses, file hashes, and domain names to detect malicious activity.

64
MCQeasy

An administrator is deploying Cortex XDR agent to corporate Windows endpoints and needs to ensure that the agent runs in full prevention mode without user intervention. Which configuration setting in the installation profile must be verified?

A.Disable the self-defense mechanism during MSI deployment.
B.Configure the proxy bypass list for local loopback communication.
C.Set the heartbeat interval to 60 seconds.
D.Ensure the operation mode parameter is set to prevent rather than detect or disable.
AnswerD

Setting the mode to prevent ensures that blocking actions are taken against malicious payloads.

Why this answer

The prevention module must be explicitly enabled in the agent installation settings to ensure full enforcement immediately upon installation.

65
MCQmedium

An enterprise security team wants to prevent developers from deploying Infrastructure as Code (IaC) templates that contain misconfigurations, such as open security groups. Which Prisma Cloud module should be integrated into the developer workflow (e.g., GitHub or Terraform Cloud)?

A.Prisma Cloud Agentless Scanning
B.Prisma Cloud Application Security
C.Prisma Cloud Runtime Defender DaemonSet
D.VM-Series Virtual Next-Generation Firewall
AnswerB

Application Security scans IaC templates in VCS repositories and CI/CD pipelines to catch misconfigurations early.

Why this answer

Prisma Cloud Application Security (formerly Prisma Cloud IaC Security) integrates into developer workflows and repositories to scan templates like Terraform and CloudFormation before deployment.

66
MCQmedium

An organization experiences an alert spike from a misconfigured internal vulnerability scanner mimicking a port scan attack. How can a security analyst suppress or tune this specific alert in Cortex XDR to reduce false positives?

A.Delete the default Security Policy rule on the firewall governing internal subnets.
B.Disable the entire Local Analysis module globally across all endpoint security profiles.
C.Restart the Cortex XDR Agent daemon on the vulnerability scanner host.
D.Create an exception rule in Cortex XDR using the alert details to filter out the scanner's specific parameters.
AnswerD

Exception rules allow tuning by excluding known benign activity matching specific indicators.

Why this answer

Cortex XDR allows analysts to tune alerts by creating exception rules based on alert criteria such as specific hosts, file paths, or command lines.

67
MCQeasy

During an incident response investigation, a security analyst needs to determine the exact application identified within an encrypted HTTPS stream traversing the firewall. Which PAN-OS feature allows the firewall to identify applications even when obfuscated or using non-standard ports?

A.App-ID
B.Data-ID
C.Device-ID
D.User-ID
AnswerA

App-ID accurately identifies applications traversing the firewall regardless of port or encryption.

Why this answer

App-ID uses multiple classification mechanisms, including signature matching, heuristics, and SSL decryption analysis, to identify applications regardless of port.

68
Multi-Selectmedium

Which THREE components are required to successfully configure an SSL Forward Proxy decryption policy on a PAN-OS firewall? (Choose three)

Select 3 answers
A.A Decryption policy rule configured with the 'Forward Proxy' action.
B.A Forward Trust Certificate signed by an enterprise certificate authority (CA) trusted by endpoints.
C.An external BGP routing peer for prefix exchange.
D.A GlobalProtect Gateway license installed on the management plane.
E.A Decryption Profile attached to the decryption rule.
AnswersA, B, E

Decryption policy rules dictate which sessions trigger decryption.

Why this answer

SSL Forward Proxy requires a Decryption policy rule, a Decryption profile (with Forward Proxy action), and a trusted Forward Trust Certificate signed by an internal CA.

69
Multi-Selectmedium

An administrator is reviewing Cortex XDR investigation tools. Which THREE features are available when investigating an incident in the Cortex XDR Incident View? (Choose three)

Select 3 answers
A.List of impacted endpoints and user accounts.
B.Attack story graph showing the correlated causality of alerts.
C.Automated payroll deduction processing for compromised users.
D.Action buttons to isolate endpoints or kill malicious processes.
E.Real-time physical webcam monitoring of the user's workspace.
AnswersA, B, D

Analysts can see all assets involved in the incident for scoping purposes.

Why this answer

The Cortex XDR Incident View provides comprehensive triage tools, including the attack story graph, impacted assets list, raw log viewer, and remediation actions.

70
Multi-Selecthard

A SOC automation engineer is building a playbook in Cortex XSOAR to handle compromised credentials. Which THREE common integration actions or automations are typically included in such a playbook? (Choose three)

Select 3 answers
A.Factory reset all enterprise core routing switches.
B.Reset the user password in Active Directory via integration command.
C.Send a notification email to the user or security team.
D.Format the physical hard drive of the Active Directory Domain Controller.
E.Terminate active user sessions across firewalls or VPN gateways.
AnswersB, C, E

Resetting the password prevents further unauthorized authentication using the compromised account.

Why this answer

Compromised credential playbooks typically involve resetting the user's password in Active Directory, revoking active sessions, and notifying the user or manager.

71
MCQhard

An analyst is troubleshooting a situation where Cortex XDR agents are failing to report telemetry back to the Cortex XDR server. Which log file on a Windows endpoint should the analyst check to review the communication status of the Cortex XDR agent service?

A.Open the msiexec.log file generated during the initial software installation.
B.Review the Cyvera.txt log file located in the Cortex XDR installation directory.
C.Check the /var/log/pan/nsm.log file on the log collector.
D.Inspect the pan_event_log.csv file in the PAN-OS system partition.
AnswerB

Cyvera.txt logs agent operations, communication errors, and module statuses on Windows endpoints.

Why this answer

The Cortex XDR agent maintains local logs on endpoints, with Cyvera.txt or specific agent logs tracking communication and service status.

72
MCQmedium

A SOC analyst needs to create a custom parsing rule in Cortex XSIAM for incoming custom application logs that do not match standard RFC formats. Which component of Cortex XSIAM should the analyst utilize to map these raw log fields to the Common Schema?

A.Use Parsing Rules in Cortex XSIAM to map raw log fields to the XDM schema.
B.Create an Incident Response Playbook in XSOAR to regex-parse the raw text file.
C.Modify the firewall Zone Protection profile to drop unparsed packets.
D.Configure Data Collection Rules in Expedition to automatically rewrite the syslog header.
AnswerA

Parsing rules allow analysts to transform unstructured or custom logs into standardized XDM fields.

Why this answer

Log Forwarder and Parser configurations in Cortex XSIAM use Analytics and Parsing rules, specifically leveraging Parsing Rules to transform raw logs into the XDM (XDR Data Model) common schema.

73
MCQeasy

An organization is adopting a Zero Trust architecture. Which foundational principle must be applied to all network traffic traversing the Palo Alto Networks firewall?

A.Rely solely on perimeter firewalls to block external attackers.
B.Inspect and log all traffic across all zones with least-privilege access control.
C.Bypass security inspection for authenticated VPN users.
D.Implicitly trust traffic originating from internal zones.
AnswerB

Zero Trust requires strict inspection and least-privilege access for all traffic.

Why this answer

Zero Trust dictates 'Never trust, always verify', meaning all traffic must be inspected, authenticated, and authorized regardless of source zone.

74
MCQmedium

An administrator configures a Virtual Wire (VWire) interface pair on a Palo Alto Networks firewall. Traffic passing between the two VWire interfaces is intermittently failing. Upon checking, the administrator realizes VLAN tags are being stripped or not matched properly. What setting should be checked in the VWire object configuration?

A.VLAN tagging and subinterface bindings on the Virtual Wire object
B.DHCP relay agent configuration
C.Virtual Router next-hop IP addresses
D.NAT Destination translation rules
AnswerA

Virtual Wire subinterfaces must be properly configured to match tagged frames traversing the transparent wire.

Why this answer

Virtual Wire objects support VLAN normalization or VLAN tagging options, and subinterfaces or VWire tags must match expected frame tags.

75
MCQmedium

An engineer is configuring a new Layer 3 interface on a Palo Alto Networks firewall and needs to ensure that the interface responds to ICMP echo requests for diagnostic purposes. Where must the administrator enable this setting?

A.A Security Policy rule with an application of 'ping'
B.An Interface Management Profile assigned to the interface
C.A Zone Protection Profile applied to the egress zone
D.The Device > Setup > Management tab
AnswerB

An Interface Management Profile controls which management services, such as ping (ICMP), are permitted on a specific interface.

Why this answer

Management Profile (or Interface Management Profile) allows administrators to permit or deny specific management traffic like ping, SSH, or HTTPS on specific interfaces.

Page 1 of 3

Page 2

All pages