Exam EPM-DEF All QuestionsBrowse all questions from this exam
Question 3

An end user is reporting that an application that needs administrative rights is crashing when selecting a certain option menu item. The Application is part of an advanced elevate policy and is working correctly except when using that menu item.

What could be the EPM cause of the error?

    Correct Answer: C

    The application crashes when selecting a certain menu item because the Elevate Child Processes option is not enabled. When this option is not enabled, any process initiated by the application that requires elevated permissions may fail to execute correctly, causing the application to crash. Enabling this option ensures that any child processes inherit the necessary administrative rights, preventing such crashes.

Discussion
TakumiOption: C

The answer is C. https://docs.cyberark.com/epm/24.2.1/en/Content/Policies/PoliciesIntro-NewUI.htm#Childprocesses

omardwOption: C

correct C

pathomas1971Option: A

A. The Users defined in the advanced policy do not include the end user running the application. The error could be caused by the fact that the end user's account is not included in the list of users defined within the advanced elevate policy. This means that the application is elevated for the specified users in the policy, but not for the specific end user who is experiencing the issue. As a result, when the end user tries to access the certain menu item that requires administrative rights, the application crashes since the necessary elevation is not being applied to their account. To resolve this issue, the end user's account should be added to the list of users defined in the advanced elevate policy to ensure that the application functions properly when that user interacts with the menu item.