Courseiva

CCNA Centralized Management And Security Automation AT Scale Questions

41 questions · Centralized Management And Security Automation AT Scale · All types, answers revealed

1
MCQhard

An architect is designing a high-availability Panorama deployment across two data centers. During a WAN partition event, both Panorama nodes lose connectivity with each other but retain management access to local firewalls. What happens to the management plane operations of the managed firewalls in this split-brain scenario?

A.Both Panorama nodes automatically initiate a factory reset of all managed firewalls to prevent configuration drift.
B.Managed firewalls continue to process traffic normally using their cached running configuration, but cannot receive policy updates until connectivity is restored.
C.Managed firewalls immediately enter a fail-safe suspended state and drop all transit traffic.
D.Firewalls automatically promote the secondary Panorama node to primary and synchronize state tables.
AnswerB

Firewalls are autonomous data-plane devices; loss of Panorama management results in loss of centralized pushes, but local traffic forwarding is unaffected.

Why this answer

Managed firewalls operate independently using their last known running configuration. They do not depend on active Panorama connectivity for packet forwarding or local policy enforcement.

2
MCQmedium

An architect is configuring Panorama to push software updates to firewalls that do not have direct internet access. Panorama has internet access and has downloaded the required PAN-OS base images and hotfixes. How should the architect configure Panorama to distribute these images to the isolated firewalls?

A.Configure an external FTP server in Template settings and instruct firewalls to fetch images from it.
B.Export the configuration bundle, embed the PAN-OS binary into the XML, and perform a full device restore.
C.Manually SCP the software image to each firewall's root partition and execute a CLI upgrade command.
D.Enable Panorama to act as a local update server, allowing managed firewalls to download images directly from Panorama.
AnswerD

Panorama can host software and content updates locally, serving them to air-gapped or isolated managed firewalls upon request.

Why this answer

Panorama can act as a software update server for its managed firewalls, allowing them to download software images directly from Panorama rather than the Palo Alto Networks update server.

3
MCQmedium

An architect is integrating Cortex XSOAR with Panorama to automate the isolation of compromised endpoints. When an incident is verified, XSOAR triggers an API call to dynamically add the malicious IP address to an External Dynamic List (EDL) hosted on an internal web server, which Panorama references in security rules. What is the primary advantage of using an EDL in this automated architecture over directly modifying Security Policy rules via the API?

A.It bypasses the need for API keys by using unauthenticated HTTP GET requests.
B.It automatically converts IPv4 addresses into IPv6 format for dual-stack environments.
C.It eliminates the need for a configuration commit on the firewall for every indicator update, preventing commit contention and latency.
D.It allows the firewall to store millions of entries in the hardware dataplane TCAM without memory limits.
AnswerC

Firewalls poll EDLs periodically, updating blocklists instantly without triggering resource-intensive configuration commits.

Why this answer

EDLs allow firewalls to reference external URL/IP lists dynamically without requiring a configuration commit on the firewall for every security update, ensuring high scalability and avoiding commit lock contention.

4
MCQeasy

An administrator needs to verify the health and connection status of all firewalls managed by Panorama. Which tab in the Panorama Web interface provides a comprehensive dashboard view of connected devices, sync status, and software versions?

A.Panorama > Setup > High Availability
B.Device > Setup > Management
C.Monitor > System Logs
D.Panorama > Managed Devices > Summary
AnswerD

The Managed Devices Summary page displays connection status, serial numbers, software versions, and sync status for all managed firewalls.

Why this answer

Panorama > Managed Devices > Summary provides a full inventory and status dashboard for all registered firewalls.

5
Multi-Selectmedium

An architect is designing a centralized Panorama log collection architecture with Dedicated Log Collectors. Which TWO of the following design considerations are critical for ensuring high availability and reliable log ingestion? (Choose two)

Select 2 answers
A.Configuring Log Collector Groups to allow log redundancy and failover handling across multiple collector nodes.
B.Ensuring that the network bandwidth between firewalls and Log Collectors exceeds the peak log generation rate.
C.Mounting the log collector internal database partition directly onto a local firewall hard drive via NFS.
D.Enabling SNMP v2c polling on all log collectors to allow direct log database querying.
E.Configuring firewalls to store all logs locally in NVRAM indefinitely as a primary collection method.
AnswersA, B

Collector Groups provide high availability by enabling log forwarding failover to member collectors if a primary node goes offline.

Why this answer

Log Collector High Availability requires collector groups and proper sizing/redundancy so that if one collector fails, peers can take over log reception without data loss.

6
MCQhard

An automation architect is designing a Python script using the PAN-OS Python SDK (pan-os-python) to push bulk security rules to Panorama. During execution, the script encounters a lock contention error ('Configuration lock held by user'). What is the best architectural practice to handle this condition programmatically?

A.Execute 'request system restart management-server' via API to forcefully clear all active locks.
B.Disable configuration locking globally in Panorama Setup to allow simultaneous concurrent commits.
C.Implement an exponential backoff retry loop in the script to wait for the lock to be released before attempting the commit again.
D.Send an unauthenticated HTTP DELETE request to clear the active session table.
AnswerC

Lock contention happens when another admin or script is modifying the configuration. Retrying with backoff ensures robustness in automated pipelines.

Why this answer

When performing automated configuration changes via API, scripts should implement exponential backoff and retry logic, or explicitly check for and release stale locks if permitted by RBAC.

7
Multi-Selecthard

An architect is designing a disaster recovery plan for a Panorama High Availability deployment. Which THREE pieces of configuration or data are critical to back up regularly to ensure rapid restoration in the event of a catastrophic appliance failure? (Choose three)

Select 3 answers
A.Device certificates and CA certificates used for secure communication between Panorama and managed firewalls.
B.Panorama state-based configuration backups (.tgz export files containing device configs and templates).
C.Local firewall user database files stored in the firewall's RAM disk.
D.State and auth-keys associated with managed firewalls and log collectors.
E.The raw hypervisor VM snapshot of the ESXi host management kernel.
AnswersA, B, D

Backing up certificates ensures that trust relationships with managed firewalls are maintained after restoration.

Why this answer

Panorama disaster recovery requires backups of the Panorama configuration state, device certificates/auth-keys, and state information necessary for appliance reconstruction.

8
Multi-Selecthard

An architect is designing a log collection architecture where compliance mandates that all security logs be cryptographically validated to prove integrity and prevent tampering. Which THREE features or mechanisms support log integrity and secure log forwarding in a Palo Alto Networks environment? (Choose three)

Select 3 answers
A.Plaintext UDP syslog forwarding across public internet connections.
B.SSL/TLS encryption for all log forwarding traffic between managed firewalls and Dedicated Log Collectors.
C.Role-based access controls restricting log viewing and administrative export capabilities to authorized compliance officers.
D.Disabling log indexing to save CPU cycles on log collectors.
E.Log signing capabilities on log collectors to verify that log records have not been altered after generation.
AnswersB, C, E

Encrypting log transport prevents interception and tampering in transit across the network.

Why this answer

Log integrity is maintained through log forwarding encryption (SSL/TLS), log signing, and secure log collector storage mechanisms.

9
MCQeasy

An architect is planning a Strata Cloud Manager deployment for a multi-tenant enterprise. Which core architecture principle differentiates Strata Cloud Manager from a traditional on-premises Panorama deployment?

A.It only supports policy management for Prisma Access and cannot manage physical firewalls.
B.It provides a cloud-native management plane with automated scaling and unified operations across both hardware and SASE architectures.
C.It replaces the need for local firewalls by executing all traffic inspection in the management cloud.
D.It requires local administrators to manually manage database replication across regional instances.
AnswerB

Strata Cloud Manager unifies management, configuration, and security operations in the cloud across firewalls and Prisma Access.

Why this answer

Strata Cloud Manager provides cloud-native management with unified policy and AI-driven operations, eliminating the need to provision physical or virtual collector and management appliances.

10
MCQeasy

An automation engineer is writing a Python script to interact with the Palo Alto Networks XML API. The script needs to authenticate and retrieve the running configuration from Panorama. Which initial API request parameter is required to generate a valid API key?

A.type=op with the 'cmd=<show><system><state></state></system></show>' parameter
B.type=keygen with 'user' and 'password' parameters
C.type=report with the 'async=yes' parameter
D.type=config with the 'action=get' parameter
AnswerB

The 'type=keygen' request exchanges administrator credentials for a time-limited or persistent API key.

Why this answer

To generate an API key via the XML API, a POST or GET request must be sent to the /api/ endpoint using the 'type=keygen' parameter along with valid administrative credentials ('user' and 'password').

11
Multi-Selecthard

An architect is troubleshooting why a scheduled dynamic content update failed to apply across a large group of firewalls managed by Panorama. Which THREE factors should the architect investigate? (Choose three)

Select 3 answers
A.Available disk space on the managed firewalls, as insufficient storage prevents the installation of large content or software packages.
B.The BGP routing table on the Panorama management port for default route propagation.
C.The firewall high availability active/passive state synchronization cable integrity.
D.PAN-OS software version compatibility requirements, ensuring the content update matches the target firewalls' OS versions.
E.Panorama's connectivity to the Palo Alto Networks update server to verify if the package download completed successfully.
AnswersA, D, E

Low disk space on firewalls causes installation failures for content and software updates.

Why this answer

Dynamic update failures are commonly caused by lack of internet connectivity on Panorama/firewalls, insufficient disk space on the target devices, or mismatched Panorama/PAN-OS software version prerequisites.

12
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.

13
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.

14
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.

15
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.

16
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.

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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).

24
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.

25
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.

26
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.

27
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.

28
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.

29
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.

30
Multi-Selecthard

An architect is planning a large-scale Panorama deployment managing over 500 firewalls. To optimize performance and maintain high availability, which THREE operational best practices should be implemented? (Choose three)

Select 3 answers
A.Disable configuration backups to maximize available disk space for logging.
B.Design a clean, shallow hierarchical Device Group and Template structure to minimize commit evaluation complexity.
C.Deploy Dedicated Log Collectors to offload log processing and storage from the Panorama management appliances.
D.Implement Panorama High Availability (HA) to provide automatic failover of the management plane.
E.Combine Panorama management and log collection onto a single virtual appliance to reduce server footprint.
AnswersB, C, D

Avoiding overly deep nested hierarchies reduces configuration evaluation overhead during commits.

Why this answer

Best practices for scaling Panorama include separating management and logging functions with Dedicated Log Collectors, utilizing Panorama HA, and structuring device groups hierarchically.

31
MCQmedium

An architect is troubleshooting log forwarding issues between a managed firewall and a Panorama Dedicated Log Collector. The firewall's system logs indicate that log forwarding connections are failing authentication. Where should the architect verify or reset the communication secret between the firewall and Panorama?

A.Device > High Availability > Control Link
B.Device > Setup > Management > SSL/TLS Service Profile
C.Panorama > Log Collectors > Collector Group Settings
D.Panorama > Managed Devices > Summary, where a new auth-key can be generated and applied to the firewall.
AnswerD

Auth-keys are generated in Panorama under Managed Devices and entered on the firewall via CLI or WebUI to establish trust.

Why this answer

The communication between firewalls and Panorama/Log Collectors is secured via a registration auth-key generated in Panorama and applied to the firewall.

32
MCQhard

An architect is planning a log collection architecture using Panorama Dedicated Log Collectors. The design requires compliance log retention for 3 years, exceeding the local disk capacity of a single log collector. How should the architect design the log storage architecture to scale log retention capacity?

A.Configure a Collector Group containing multiple Log Collectors to pool storage capacity and distribute log indexing load.
B.Configure Panorama to automatically compress all logs into ZIP format and email them daily to an archive mailbox.
C.Attach external NFS network shares directly to Panorama's management plane via the CLI.
D.Enable Panorama RAID-0 disk striping across all managed firewalls.
AnswerA

Log Collector Groups aggregate storage across multiple collectors, allowing horizontal scaling of log retention and query performance.

Why this answer

Collector Groups allow administrators to pool multiple Log Collectors together. Firewalls forward logs to the Collector Group, which distributes and indexes the logs across the member collectors, scaling total retention capacity.

33
MCQhard

An enterprise is automating security policy generation. A script generates custom URL filtering custom categories and pushes them to Panorama via the XML API. However, after the API call returns a successful status code, the changes are not visible in the Panorama Web UI or on the firewalls. What crucial step was omitted in the automation workflow?

A.Sending a session termination command to clear active admin UI connections.
B.Restarting the management server process on Panorama using an operational command API call.
C.Executing a commit API request to promote the candidate configuration to the running configuration.
D.Generating a new API key because authentication tokens expire upon object creation.
AnswerC

Making API changes modifies only the candidate configuration database. A commit operation is mandatory to apply changes.

Why this answer

In PAN-OS and Panorama architecture, API calls that modify the configuration only update the candidate configuration. A separate commit API request must be executed to push changes to the running configuration and target devices.

34
MCQmedium

An architect is deploying Panorama in an environment where network interfaces and virtual routers must be configured identically across ten branch firewalls, except for the IP addresses of the WAN interfaces. Which Panorama feature should the architect use to handle this efficiently without creating ten separate templates?

A.Template Variables
B.Dynamic Address Groups
C.Log Collector Group Mapping
D.Device Group Post-Rules
AnswerA

Template variables allow administrators to substitute unique values (like IP addresses) into a shared template for individual managed firewalls.

Why this answer

Template variables allow administrators to define a single template structure while using variables (such as $WAN_IP) to inject unique values per firewall.

35
MCQeasy

An administrator is designing a Panorama deployment to manage 150 next-generation firewalls across various geographic regions. The design requires efficient reuse of shared security objects, while still allowing regional teams to customize local security rules and network objects. Which configuration construct in Panorama should the architect utilize to meet this requirement?

A.Device Groups
B.Templates
C.Log Collectors
D.Panorama Administrative Roles
AnswerA

Device Groups provide the hierarchical policy management structure required to push shared objects and policies to specific sets of managed firewalls.

Why this answer

Device Groups allow administrators to logically group firewalls and push shared policies, while templates handle network configurations. This enables centralized governance with regional flexibility.

36
Multi-Selecthard

An architect is troubleshooting an automated workflow where Cortex XSOAR attempts to quarantine a compromised host by registering an IP address to a Dynamic Address Group on Panorama. The API returns a success code, but the firewall does not apply the security rule action. Which THREE potential issues should the architect investigate? (Choose three)

Select 3 answers
A.Verify that the physical firewall chassis has active power redundancy on both power supply units.
B.Ensure that the BGP routing table on the core switch is advertising the quarantined IP address.
C.Confirm that Panorama has successfully pushed the updated Dynamic Address Group policy configuration to the managed firewalls.
D.Check that the target firewall is successfully receiving User-ID updates and communicating with Panorama/User-ID agents.
E.Verify that the tag name used in the User-ID API registration exactly matches the tag specified in the Dynamic Address Group object configuration.
AnswersC, D, E

If the security rule referencing the DAG hasn't been committed and pushed to the firewall, traffic matching will not occur.

Why this answer

When DAG tagging succeeds via API but policy enforcement fails, potential issues include tag name mismatches between registration and security rules, the firewall not receiving the dynamic object updates, or the security rule not referencing the correct DAG.

37
Multi-Selectmedium

An administrator is troubleshooting API connectivity issues between an external automation script and Panorama. Which TWO configuration settings on Panorama must be verified to ensure successful API access? (Choose two)

Select 2 answers
A.The administrator account used for API requests must have sufficient RBAC permissions to execute the requested API commands.
B.HTTPS and XML/REST API access must be enabled and permitted in the Management Profile applied to the management interface.
C.The SSH daemon must be configured to allow root password login.
D.The firewall Data Plane interface must have user-id redistribution enabled.
E.BGP routing must be enabled on the management interface to advertise API routes.
AnswersA, B

API requests inherit the permissions of the authenticated user; insufficient RBAC rights result in authorization errors.

Why this answer

API access requires valid administrative credentials/keys, proper RBAC permissions for the API user, and enabled HTTPS/API services on the management profile.

38
MCQeasy

An administrator is setting up centralized log collection in Panorama and needs to determine how long logs are retained across different log types. Where should the administrator check the disk allocation breakdown for Traffic, Threat, and System logs on a Dedicated Log Collector?

A.Device > Log Settings > Disk Quotas
B.Panorama > Log Collectors > Collector Group > [Select Group] > Log Storage
C.Monitor > Log Settings > Storage Allocation
D.Panorama > Setup > High Availability
AnswerB

Log storage allocation and retention settings for log collectors are configured and viewed within the Collector Group configuration.

Why this answer

Panorama > Log Collectors > Collector Group > Log Storage provides the exact disk allocation percentages and retention metrics for each log type.

39
MCQmedium

An architect is designing an automated workflow using Python and the Palo Alto Networks REST API. The script needs to retrieve operational state data from a managed firewall via Panorama using the XML-to-JSON or native REST endpoints. Which API route format is standard for executing operational commands via the PAN-OS XML/REST API structure?

A./api/?type=op&cmd=<show><system><info></info></system></show>
B./api/?type=report&reporttype=custom
C./restapi/v1.0/config/devices/entry[@name='localhost.localdomain']/deviceconfig
D./api/?type=config&action=get&xpath=/config/devices
AnswerA

The 'type=op' parameter with a wrapped XML command in the 'cmd' query string is the standard API syntax for operational queries.

Why this answer

The standard XML API operational command path format uses /api/?type=op&cmd=...

40
MCQeasy

An administrator needs to push a software and content update (such as Applications and Threats) to 200 firewalls managed by Panorama. To prevent network disruption during business hours, the administrator wants to schedule the download and installation during a maintenance window. Where in Panorama is this configured?

A.Panorama > Setup > Operations > Software
B.Monitor > Reports > Schedules
C.Panorama > Device Deployment > Dynamic Updates
D.Device > Setup > Content
AnswerC

This menu path is where software and content updates are scheduled and managed across device groups and firewalls.

Why this answer

Panorama > Device Deployment > Dynamic Updates allows administrators to schedule software, antivirus, wild-fire, and app-threat updates for managed firewalls.

41
Multi-Selectmedium

An architect is designing a Panorama role-based access control (RBAC) model for a large enterprise. Which TWO of the following capabilities can be restricted using Admin Role Profiles in Panorama? (Choose two)

Select 2 answers
A.The physical CPU core allocation assigned to individual management plane worker threads.
B.The underlying Linux root password of the Panorama appliance CLI.
C.The hardware license serial number registered to the Panorama virtual appliance.
D.Access to specific Device Groups or Templates, limiting administrators to only manage designated regions.
E.Permissions to execute specific operational tasks, such as running packet captures or clearing sessions.
AnswersD, E

Device Group and Template permissions can be restricted per admin role to enforce geographical or functional boundaries.

Why this answer

Admin Role Profiles can restrict access to specific configuration tabs, WebUI/CLI features, and specific Device Groups.

Ready to test yourself?

Try a timed practice session using only Centralized Management And Security Automation AT Scale questions.