How do you configure benchmarked dimension nodes in SAP SuccessFactors Workforce Analytics on SAP HANA?
Answer : D
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?
Answer : A
Which of the following functions are managed in the WFA on HANA Data Factory tool? Note: There are 3 correct answers to this question.
Answer : A, D
What is a flat dimension structure type?
Answer : C
A customer has defined the following EVENT codes for their movement logic from EMP_JOB_INFO_T table: Hire is identified where EVENT External Code = H (Hire) and R(Rehire) Promotion is identified where EVENT External Code = 8 (Promotion) Transfer is identified where EVENT External Code = 6 (Transfer) and 16 (Job Change) Other Movement is identified where EVENT External Code = 23 (Return to Work) Termination is identified where EVENT External Code = 26 (Termination). What possible Event Lists can you create to capture all employee movements for this customer? Note: There are 2 correct answers to this question.
Answer : A, B
What block in SAP SuccessFactors Employee Central contains both the person-ID and the user-ID fields?
Answer : B
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.
Answer : A, C, E