CIS-RC Exam QuestionsBrowse all questions from this exam

CIS-RC Exam - Question 59


Which table stores the links from Policy to Control Objective?

Show Answer
Correct Answer: C

The correct table that stores the links from Policy to Control Objective is [sn_compliance_m2m_policy_statement]. This is because the naming convention reflects that it pertains to the linking (many-to-many) between policies and policy statements, which are closely related to control objectives.

Discussion

4 comments
Sign in to comment
esllinOption: C
Feb 20, 2023

No correct selection CORRECT TABLE NAME = [sn_compliance_m2m_policy_policy_statement]

PRAFUL99
Jul 18, 2023

C is correct sn_compliance_m2m_policy_policy_statement

sepherethOption: C
Sep 14, 2024

Answer: none is right, but probably typo in C. sn_compliance_m2m_policy_policy_statement Explanation: B don't exist, C. has the wrong name, should be sn_compliance_m2m_policy_policy_statement - Policy to Entity Type[sn_compliance_m2m_policy_profile_type] - Policy to Control Objective[sn_compliance_m2m_policy_policy_statement] - Control Objective to Entity Type[sn_compliance_m2m_statement_profile_type] gonna love SN naming conventions.... Source: PDI, sys_db_object list view with filter: label=Policy to Control Objective

PurushothamanDOption: C
Feb 25, 2025

Incorrect answers: Correct table name is Policy to Policy Statement [sn_compliance_m2m_policy_policy_statement] Description: Many-to-many relationship table that is used to manage relationships between policy and control objectives. https://www.servicenow.com/docs/bundle/yokohama-governance-risk-compliance/page/product/grc-policy-and-compliance/reference/r_InstallWPolAndCompl.html