C_THR96_2111 Exam Question 11
How do you implement Promotion Out, Demotion Out, and Transfer Out metrics? Note: There are 3 correct Answers to this question.
C_THR96_2111 Exam Question 12
In which hris-element is an employee's annual salary typically stored in SAP SuccessFactors Employee Central?
C_THR96_2111 Exam Question 13
How do you configure benchmarked dimension nodes in SAP SuccessFactors Workforce Analytics on SAP HANA?
C_THR96_2111 Exam Question 14
The following code is used for EOP headcount and SOP headcount:
If((in([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%], 'A','U','P') OR
ISNULL([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%])), [%#CFT#.HEAD_COUNT%], 0). Which setting results in each measure produce different results?
If((in([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%], 'A','U','P') OR
ISNULL([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%])), [%#CFT#.HEAD_COUNT%], 0). Which setting results in each measure produce different results?
C_THR96_2111 Exam Question 15
How would you validate a result measure 'retention rate' if the customer has a concern that the number is NOT accurate? Please refer to the formula below: Retention Rate = (SOP Headcount + External Hires - Terminations)/(SOP Headcount + External Hires) *100. Note: There are 3 correct Answers to this question.