ServiceNow Certified Implementation Specialist – Human Resources — Question 36
When an employee completes a questionnaire on an Employee Form, on which table does the system store their answers?
Answer options
- A. Form [sys_ui_form]
- B. Metric Result [asmt_metric_result]
- C. Question Answer [question_answer]
- D. HR Case [sn_hr_core_case]
Correct answer: B
Explanation
The correct answer is B, as the Metric Result [asmt_metric_result] table is specifically designed to store the results from assessment metrics, which include questionnaire responses. The other options refer to different tables that do not pertain to storing questionnaire answers: A is for UI forms, C is for individual question answers, and D is for HR case management.