ExamGecko
Home / Checkpoint / 156-587 / List of questions
Ask Question

Checkpoint 156-587 Practice Test - Questions Answers

List of questions

Question 1

Report Export Collapse

What components make up the Context Management Infrastructure?

CPMI and FW Loader

CPMI and FW Loader

CPX and FWM

CPX and FWM

CPM and SOLR

CPM and SOLR

CMI Loader and Pattern Matcher

CMI Loader and Pattern Matcher

Suggested answer: D
asked 13/02/2025
giulio guzzi
38 questions

Question 2

Report Export Collapse

What command would you run to verify the communication between the Security Gateway and the Identity Collector?

fw ctl debug -m IDAPI

fw ctl debug -m IDAPI

pdp connections idc

pdp connections idc

fw ctl debug -m fw + nac

fw ctl debug -m fw + nac

adlog

adlog

Suggested answer: B
asked 13/02/2025
Damien Fenderson
34 questions

Question 3

Report Export Collapse

How does Identity Collector connect to Windows Server?

ADQuery is needed for connection

ADQuery is needed for connection

LDAP connection

LDAP connection

It uses a PDP demon to connect

It uses a PDP demon to connect

via Windows API

via Windows API

Suggested answer: D
asked 13/02/2025
Gustavo Castro
34 questions

Question 4

Report Export Collapse

You run a free-command on a gateway and notice that the Swap column is not zero Choose the best answer

Utilization of ram is high and swap file had to be used

Utilization of ram is high and swap file had to be used

Swap file is used regularly because RAM memory is reserved for management traffic

Swap file is used regularly because RAM memory is reserved for management traffic

Swap memory is used for heavy connections when RAM memory is full

Swap memory is used for heavy connections when RAM memory is full

Its ole Swap is used to increase performance

Its ole Swap is used to increase performance

Suggested answer: A
asked 13/02/2025
Deniz Cimen
28 questions

Question 5

Report Export Collapse

You modified kernel parameters and after rebooting the gateway, a lot of production traffic gets dropped and the gateway acts strangely What should you do'?

Run command fw ctl set int fw1_kernel_all_disable=1

Run command fw ctl set int fw1_kernel_all_disable=1

Restore fwkem.conf from backup and reboot the gateway

Restore fwkem.conf from backup and reboot the gateway

run fw unloadlocal to remove parameters from kernel

run fw unloadlocal to remove parameters from kernel

Remove all kernel parameters from fwkem.conf and reboot

Remove all kernel parameters from fwkem.conf and reboot

Suggested answer: B
Explanation:

If you have modified kernel parameters (in fwkern.conf, for example) and the gateway starts dropping traffic or behaving abnormally after a reboot, the best practice is to restore the original or a known-good configuration from backup. Then, reboot again so that the gateway loads the last known stable settings.

Option A (fw ctl set int fw1_kernel_all_disable=1) is not a standard or documented method for ''undoing'' all kernel tweaks.

Option B (Restore fwkem.conf from backup and reboot the gateway) is the correct and straightforward approach.

Option C (fw unloadlocal) removes the local policy but does not revert custom kernel parameters that have already been loaded at boot.

Option D (Remove all kernel parameters from fwkem.conf and reboot) might help in some cases, but you risk losing other beneficial or necessary parameters if there were legitimate custom settings. Restoring from a known-good backup is safer and more precise.

Hence, the best answer: ''Restore fwkem.conf from backup and reboot the gateway.''

Check Point Troubleshooting Reference

sk98339 -- Working with fwkern.conf (kernel parameters) in Gaia OS.

sk92739 -- Advanced System Tuning in Gaia OS.

Check Point Gaia Administration Guide -- Section on kernel parameters and system tuning.

Check Point CLI Reference Guide -- Explanation of using fw ctl, fw unloadlocal, and relevant troubleshooting commands.

asked 13/02/2025
Joe Moore
37 questions

Question 6

Report Export Collapse

What process monitors terminates, and restarts critical Check Point processes as necessary?

CPM

CPM

FWD

FWD

CPWD

CPWD

FWM

FWM

Suggested answer: C
Explanation:

CPWD (Check Point WatchDog) is the process that monitors, terminates (if necessary), and restarts critical Check Point processes (e.g., FWD, FWM, CPM) when they stop responding or crash.

CPM (Check Point Management process) is a process on the Management Server responsible for the web-based SmartConsole connections, policy installations, etc.

FWD (Firewall Daemon) handles logging and communication functions in the Security Gateway.

FWM (FireWall Management) is an older reference to the management process on the Management Server for older versions.

Therefore, the best answer is CPWD.

Check Point Troubleshooting Reference

sk97638: Check Point WatchDog (CPWD) process explanation and commands.

R81.20 Administration Guide -- Section on CoreXL, Daemons, and CPWD usage.

sk105217: Best Practices -- Explains system processes, how to monitor them, and how CPWD is utilized.

asked 13/02/2025
Henry R L Thom
35 questions

Question 7

Report Export Collapse

What is the best way to resolve an issue caused by a frozen process?

Power off the machine

Power off the machine

Restart the process

Restart the process

Reboot the machine

Reboot the machine

Kill the process

Kill the process

Suggested answer: D
Explanation:

When a process is frozen (hung or unresponsive), the typical method to resolve it is to kill the process. On Check Point, you can use cpwd_admin kill -name <ProcessName> or a standard Linux kill -9 <PID> command if necessary. You then allow CPWD (the Check Point watchdog) to restart it, or manually restart it if needed.

Other options:

A . Power off the machine: This is too drastic and not recommended just for a single frozen process.

B . Restart the process: While this sounds viable, you typically must kill the frozen process first, then let WatchDog or an admin restart it.

C . Reboot the machine: Similar to powering off---too disruptive for just one stuck process.

Hence, the most direct and standard approach: ''Kill the process.''

Check Point Troubleshooting Reference

sk97638 -- Explanation of CPWD (Check Point WatchDog) and how to manage processes.

sk43807 -- How to gracefully stop or kill a Check Point process.

Check Point CLI Reference Guide -- Details on using cpwd_admin commands to kill or restart processes.

asked 13/02/2025
Michele Lorengo
38 questions

Question 8

Report Export Collapse

Which of the following file is commonly associated with troubleshooting crashes on a system such as the Security Gateway?

tcpdump

tcpdump

core dump

core dump

fw monitor

fw monitor

CPMIL dump

CPMIL dump

Suggested answer: B
Explanation:

When troubleshooting crashes on a Security Gateway (or any Linux-based system), the file type that is typically generated and used for in-depth analysis is a core dump.

A core dump captures the memory state of a process at the time it crashed and is critical for root-cause analysis.

Other options:

A . tcpdump: A packet capture file, not a crash-related file.

C . fw monitor: A Check Point packet capture tool, but not for crash debugging.

D . CPMIL dump: Not a common or standard crash dump reference in Check Point.

asked 13/02/2025
Vinayaka G D
39 questions

Question 9

Report Export Collapse

When a User Mode process suddenly crashes, it may create a core dump file. Which of the following information is available in the core dump and may be used to identify the root cause of the crash?

i. Program Counter

ii. Stack Pointer

iii. Memory management information

iv. Other Processor and OS flags / information

iii and iv only

iii and iv only

i and ii only

i and ii only

i, ii, iii and iv

i, ii, iii and iv

Only lii

Only lii

Suggested answer: C
Explanation:

A core dump file is essentially a snapshot of the process's memory at the time of the crash. This snapshot includes crucial information that can help diagnose the cause of the crash. Here's why all the options are relevant:

i. Program Counter: This register stores the address of the next instruction the CPU was supposed to execute. It pinpoints exactly where in the code the crash occurred.

ii. Stack Pointer: This register points to the top of the call stack, which shows the sequence of function calls that led to the crash. This helps trace the program's execution flow before the crash.

iii. Memory management information: This includes details about the process's memory allocations, which can reveal issues like memory leaks or invalid memory access attempts.

iv. Other Processor and OS flags/information: This encompasses various registers and system information that provide context about the state of the processor and operating system at the time of the crash.

By analyzing this information within the core dump, you can often identify the root cause of the crash, such as a segmentation fault, null pointer dereference, or stack overflow.

Check Point Troubleshooting

Reference:

While core dumps are a general concept in operating systems, Check Point's documentation touches upon them in the context of troubleshooting specific processes like fwd (firewall) or cpd (Check Point daemon). The fw ctl zdebug command, for example, can be used to trigger a core dump of the fwd process for debugging purposes.

asked 13/02/2025
Mustafa Hussien
41 questions

Question 10

Report Export Collapse

Where will the usermode core files located?

$FWDIRVar/log/dump/usermode

$FWDIRVar/log/dump/usermode

/var/suroot

/var/suroot

/var/log/dump/usermode

/var/log/dump/usermode

$CPDIR/var/log/dump/usermode

$CPDIR/var/log/dump/usermode

Suggested answer: D
Explanation:

Usermode core files are generated when a user mode process crashes. They are located in the $CPDIR/var/log/dump/usermode directory on the Security Gateway or Security Management server. The core files can be used to analyze the cause of the crash and troubleshoot the issue. The core files are named according to the process name, date, and time of the crash. For example, cpd_2023_02_03_16_40_55.core is a core file for the cpd process that crashed on February 3, 2023 at 16:40:55

asked 13/02/2025
Corey Workman
35 questions
Total 78 questions
Go to page: of 8

Related questions