Question 1
Consider the following scenario: A customer has asked to determine their Hires, Terminations, and Movement Events using the following Event codes: H - Hire P - Promotion D - Demotion X - Transfer T
- Termination. Promotions are only counted if there is an increase in the Salary Band and Demotions are only counted if there is a decrease in the Salary Band. What is the minimum number of Hire/Movement/Termination conditions that can be created to fulfill these requirements?
Question 2
What could be reasons that codes appear under the 'Unmapped' category for a SQL-generated dimension structure? Note: There are 3 correct Answers to this question.
Question 3
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?
Question 4
To which measures does the following calculation apply?
if((in([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%], 'A','U','P') OR
ISNULL([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%])), [%#CFT#.HEAD_COUNT%], 0). Note: There are
3 correct Answers to this question.
Question 5
How can a technical consultant organize multiple records with the same Effective From Date into one Fact Table record?
