Which four are valid reasons to split an existing Word document containing rules in your Oracle Policy Modeling project?
You created an entity called “the person”. You have written the following rule:
You test your rules in the Debugger with three entity instances of the person:
- Jane is not homeless; Jane’s score is 3.
- Bill is homeless; Bill’s score is 1.
- Angela is not homeless; Angela’s score is 2.
What is the total score of all the persons who are eligible?
You have a Policy Modeling project with five attributes as shown below.
Which one of these attributes compiles with the principles for writing attribute text?
After deploying a new version of a policy model to production on the Policy Automation Hub, you have been advised there is a problem and you need to roll back to a previous version.
Using the minimum number of steps, what instructions would you give your Hub Administrator to achieve this?
You are working on a project where you need to develop a rule to calculate the currency attribute “the person’s total monthly school cost”. This attribute is calculated as follows: (1) Add “the annual cost of the tuition” and “the annual cost of lodging”. (2) Subtract “the total annual scholarship amount” from the attributes previously summed. (3) Divide the result by 12.
How should you achieve this?
Your policy model includes this rule:
the user is a minor if
the user’s age < 18
Which two statements are true?