View Full Checkpoint 156-587 Exam Dumps and Practice Test Dumps.
Question 81
Which daemon process manages identity lookup caching for the Application Control blade?
- pdpd
- rad
- pepd
- cpm
Correct Answer: 2
Explanation:
The Resource Availability Daemon (rad) handles cloud lookup requests and local caching mechanisms for Application Control and URL Filtering blades. When network traffic introduces a new application signature or dynamic web domain, the inspection engine queries rad to resolve the classification. rad maintains an optimized local cache to service frequent requests instantly and queries Check Point ThreatCloud online servers asynchronously when uncached destinations appear. Operating in user space prevents kernel blocking, reduces lookup latency, and ensures high throughput while enforcing up-to-date application control security rules.
Question 82
What is the purpose of the command fw ctl debug -m fw + conn drop?
- To list all dropped connections in real time without debugging
- To enable kernel debugging for general firewall connection setup and drop events
- To reset the firewall active connection state table
- To permanently block dropped connection sources
Correct Answer: 2
Explanation:
Executing fw ctl debug -m fw + conn drop sets targeted trace flags inside the firewall kernel inspection module (-m fw). Adding + conn drop instructs the kernel to output detailed diagnostic traces whenever connections are established, modified, or dropped by security policy rules. Engineers use this specific debug filter during live packet troubleshooting to capture precise dropping reasons, rulebase evaluation failures, and state table rejection events without flooding the debug buffer with unnecessary system noise, making log analysis significantly cleaner and more efficient.
Question 83
Which component in the Context Management Infrastructure (CMI) performs deep signature matching?
- CMI Loader
- Pattern Matcher (PM)
- Context Parser
- Protocol Classifier
Correct Answer: 2
Explanation:
The Pattern Matcher (PM) serves as the core scanning engine within Check Point’s Context Management Infrastructure (CMI). It evaluates packet payloads against thousands of security signatures—including IPS protections, Application Control patterns, and Antivirus heuristics—in a single integrated scan. By analyzing data streams in parallel rather than using separate engines for individual software blades, the Pattern Matcher eliminates redundant inspection passes. This unified architecture significantly reduces memory overhead and packet processing latency while maintaining rigorous deep-packet security inspection across all active gateway traffic streams.
Question 84
Which log file records diagnostic output for the identity enforcement daemon pepd?
- $FWDIR/log/pepd.elg
- $FWDIR/log/pdpd.elg
- $FWDIR/log/adlogd.elg
- /var/log/pepd.log
Correct Answer: 1
Explanation:
The $FWDIR/log/pepd.elg log file logs runtime operational traces, policy enforcement errors, and kernel communication events for the Policy Enforcement Point daemon (pepd). Because pepd receives identity assignments from pdpd and pushes them into the kernel lookup tables, administrators inspect pepd.elg when identity-based rules fail to match incoming user traffic. Reviewing trace entries in this log helps troubleshoot broken identity session sync, kernel enforcement table update delays, and internal session mapping errors on the Security Gateway.
Question 85
What does the command cphaprob state report when a node is in a Split-Brain scenario?
- Both nodes report state as Active independently
- Both nodes transition immediately to Standby state
- The secondary node automatically shuts down its interfaces
- The primary node reports state as Down
Correct Answer: 1
Explanation:
In a Split-Brain condition, loss of heartbeat communication across dedicated synchronization links causes both cluster members to consider the peer unreachable or dead. Consequently, executing cphaprob state on each gateway shows both nodes operating independently in the Active state. This isolated active state leads to duplicate IP addressing, IP conflict errors, and asymmetric routing anomalies across the network. Resolving Split-Brain issues requires restoring cluster heartbeat interfaces, verifying physical link health, and ensuring proper sync cable connectivity between HA nodes.
Question 86
Which daemon process handles domain log querying when using Identity Collector?
- adlogd
- pdpd
- identity_daemon
- cpd
Correct Answer: 2
Explanation:
When deploying the Check Point Identity Collector, user authentication events from Active Directory or Cisco ISE are pushed directly to the Policy Decision Point daemon (pdpd). Unlike AD Query—which relies on adlogd to pull logs via WMI—Identity Collector acts as an active agent pushing normalized event data directly over a secure API connection. The pdpd daemon receives these inbound event logs, extracts IP-to-user mappings, updates the central identity session table, and distributes session details to enforcement points across the enterprise.
Question 87
What command is used to permanently save Clish configuration settings on Gaia OS?
- save config
- write memory
- commit
- set config save
Correct Answer: 1
Explanation:
In Gaia Clish, executing save config writes all active runtime environment settings to persistent system configuration files (such as /etc/clish.conf). Changes made during an active Clish session—including network interface parameters, static routing entries, system banners, and user permissions—remain temporary until this command is executed. Saving the configuration ensures that modified system parameters reload cleanly after a reboot, preventing administrative updates from reverting to prior baseline configurations during unexpected system restarts.
Question 88
Which path does a packet follow in SecureXL if a rule requires deep inspection by an unaccelerated blade?
- Accelerated Path (Fast Path)
- Medium Path (PXL)
- Slow Path (F2F)
- Management Path
Correct Answer: 3
Explanation:
When a packet requires processing by an unaccelerated security engine or feature, SecureXL hands the packet off to the Slow Path, also known as Firewall-to-Firewall (F2F) processing. In this path, packet processing bypasses hardware and software acceleration modules completely, passing the packet up to CoreXL firewall instances for full stateful evaluation and rulebase inspection. Although F2F processing increases CPU overhead compared to Fast or Medium paths, it guarantees complete security enforcement across complex connections requiring deep layer-7 inspection.
Question 89
Which environment variable points to the Check Point Firewall installation directory?
- $CPDIR
- $FWDIR
- $GAIADIR
- $CPMDIR
Correct Answer: 2
Explanation:
The $FWDIR environment variable references the primary installation path of the Check Point Firewall suite on both Security Gateways and Management Servers (typically /opt/CPsuite-R80.XX/fw1). System scripts, operational daemons, and administrative tools rely on $FWDIR to locate core configuration files ($FWDIR/conf), execution binaries ($FWDIR/bin), runtime log files ($FWDIR/log), and policy database structures. Understanding this directory path is essential for manual configuration edits, log file analysis, and command-line troubleshooting across Gaia operating systems.
Question 90
Which command displays the maximum and current connection table capacity in the kernel?
- fw ctl pstat
- cpstat fw -f connections
- sim stat -c
- show connection limits
Correct Answer: 1
Explanation:
Executing fw ctl pstat displays internal kernel memory counters, including active dynamic connection table metrics. The command output details the maximum allowed connection limit alongside the current number of active connections stored in kernel state tables. Security engineers monitor these counters during heavy traffic spikes to verify that state tables retain sufficient connection headroom. Identifying potential table exhaustion via fw ctl pstat allows administrators to adjust table capacities before reaching connection limits that cause gateway packet drops.
Question 91
What process handles management server database transactions and client sessions in R80+?
- fwm
- cpm
- cpd
- postgres
Correct Answer: 2
Explanation:
The Check Point Management (CPM) daemon serves as the core orchestration service on R80+ Security Management Servers. CPM executes database transactions, manages multi-user administrative sessions, maintains session locking mechanisms, and coordinates object updates within the underlying PostgreSQL database. It processes configuration changes submitted through SmartConsole or Management APIs and coordinates policy compilation routines. Operating as a centralized application server, CPM ensures data consistency, object integrity, and concurrent editing capabilities across enterprise security management architectures.
Question 92
Which command displays real-time statistics for all CoreXL firewall instances simultaneously?
- fw ctl multik stat
- cpconfig corexl list
- top -u fw_worker
- cphaprob multi
Correct Answer: 1
Explanation:
Executing fw ctl multik stat outputs real-time operational metrics for all CoreXL firewall worker instances (fw_worker) running on a Security Gateway. The generated status table details assigned Firewall Instance IDs, active core CPU affinities, real-time processing workloads, and current packet queue allocations. Network engineers use fw ctl multik stat to verify balanced load distribution across processing cores, confirm that CoreXL instances handle workloads efficiently, and detect uneven CPU utilization during high-throughput network operations.
Question 93
Which tool is used to generate a single compressed diagnostic package containing system logs and configuration files?
- cpinfo
- cpcollector
- tar_logs.sh
- sysdump
Correct Answer: 1
Explanation:
The cpinfo CLI command extracts comprehensive diagnostic metrics, system log files, configuration parameters, and hardware statistics from Check Point systems, bundling the data into a single file. Executing cpinfo -z -o filename.cpinfo compresses this collected environment data into a structured output package. Security administrators and Check Point Support engineers rely on cpinfo files during escalation procedures to analyze system health, review software hotfix levels, inspect configuration states, and diagnose underlying kernel or process issues.
Question 94
Where is the local cache for RAD online lookups stored on the Security Gateway?
- $FWDIR/database/rad.db
- $FWDIR/state/rad_cache
- /var/rad/cache.db
- $FWDIR/conf/rad_url_cache
Correct Answer: 2
Explanation:
The Resource Availability Daemon (rad) stores temporary online lookup results within the local cache directory located at $FWDIR/state/rad_cache. When Application Control or URL Filtering perform web categorization checks, rad first queries this persistent local cache before initiating cloud lookups over ThreatCloud. Maintaining categorization responses in $FWDIR/state/rad_cache improves gateway performance, drastically cuts external lookup latency for frequently accessed web destinations, and reduces Internet dependency for repeat category queries.
Question 95
Which daemon coordinates Secure Internal Communication (SIC) certificate initialization on a gateway?
- cpd
- fwm
- cpm
- fwd
Correct Answer: 1
Explanation:
The Check Point Daemon (cpd) handles Secure Internal Communication (SIC) initialization and certificate deployment on Security Gateways. When establishing SIC trust between a management server and a new gateway, cpd listens on dedicated communication ports, validates activation keys, and completes the SSL/TLS certificate exchange. Once trust is established, cpd uses these internal certificates to authenticate subsequent administrative operations, including policy package pushes, log transfers, and health monitoring sessions, maintaining secure transport security across management networks.
Question 96
What command disables SecureXL acceleration dynamically without rebooting the gateway?
- fw accel off
- sim stop
- fw ctl accel disable
- set securexl off
Correct Answer: 1
Explanation:
Executing fw accel off (or fwaccel off) instantly disables SecureXL acceleration drivers on an active Security Gateway without requiring an operating system reboot or downtime. When executed, connection acceleration paths, packet templates, and offload modules are bypassed, forcing all network traffic through slow-path processing by CoreXL firewall instances. Security engineers use this command during troubleshooting to isolate issues, verify whether traffic drops stem from acceleration bugs, or baseline firewall throughput performance without hardware offloading.
Question 97
Which configuration file holds the database settings for the Captive Portal Apache web server?
- $NACPORTAL_HOME/conf/httpd_nac.conf
- $FWDIR/conf/portal_db.conf
- /etc/httpd/conf/httpd.conf
- $CPNAC_HOME/conf/portal.conf
Correct Answer: 1
Explanation:
The $NACPORTAL_HOME/conf/httpd_nac.conf file stores configuration parameters for the dedicated Apache web server daemon (httpd_nac) powering the Identity Awareness Captive Portal. This configuration file defines HTTP/HTTPS port bindings, SSL/TLS certificate locations, directory access rights, module extensions, and runtime parameters for user web authentication sessions. System administrators modify httpd_nac.conf to customize portal access properties, tune web server performance limits, adjust cipher suites, or resolve web authentication issues on Security Gateways.
Question 98
Which daemon process runs on the Security Gateway to forward logs to external syslog servers?
- fwd
- cpd
- syslogd
- cp_syslog
Correct Answer: 1
Explanation:
The Firewall Daemon (FWD) manages log forwarding routines on the Security Gateway, including forwarding audit logs to third-party Syslog servers. When configured in SmartConsole or via gateway configuration files, FWD intercepts raw log events generated by kernel inspection modules, translates them into standard Syslog RFC formats, and transmits them over UDP or TCP to external SIEM platforms. Using FWD ensures centralized logging workflows remain integrated, enabling external security monitoring while preserving local logging capabilities.
Question 99
What is the function of the command fw ctl debug 0?
- Enables maximum kernel debug verbosity across all modules
- Resets all active kernel debug flags to their default disabled state
- Clears connection state tables completely
- Restricts debug logging output exclusively to core 0
Correct Answer: 2
Explanation:
Executing fw ctl debug 0 immediately turns off active kernel debug flags, resetting all kernel trace settings back to their default disabled state (0). Because active debug tracing imposes system performance overhead and consumes disk log space, administrators must disable debugging once troubleshooting sessions conclude. Running fw ctl debug 0 ensures that debugging activities do not remain active, protecting system resources and maintaining optimal packet processing performance on production Security Gateways.
Question 100
Which daemon process indexes log data on a dedicated Log Server to enable SmartConsole fast search?
- fwd
- cpm
- solr
- smartlogd
Correct Answer: 3
Explanation:
The solr daemon handles full-text indexing and fast search capabilities on dedicated Check Point Log Servers using Apache Solr software. As the Firewall Daemon (FWD) receives log files from Security Gateways, solr parses incoming log fields—such as IP addresses, rule numbers, actions, and user accounts—and writes them into structured, high-performance search indexes. This automated background indexing powers SmartConsole log view interfaces, allowing security analysts to filter, correlate, and investigate millions of security events instantly.