Check Point Certified Multi-Domain Security Management Specialist (CCMS) — Question 71
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
Answer options
- A. iii and iv only
- B. i and ii only
- C. i, ii, iii and iv
- D. Only iii
Correct answer: C
Explanation
The correct answer is C because a core dump contains comprehensive information, including the Program Counter, Stack Pointer, Memory management information, and other Processor and OS flags, all of which are crucial for diagnosing the issue. The other options do not encompass all the relevant data that can be found in the core dump, thus limiting the ability to identify the crash's root cause.