Multiple choice technology platforms and products

Suppose there is a rule set called “XXX” which has got 5 versions. Then class Rule-Rule set-Name will have ---- no. of instances and Rule-Rule set-Version will have ------ no. of instances

  1. 5, 5

  2. 5, 1

  3. 1, 5

  4. 1, 1

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

For a rule set 'XXX' with 5 versions, Rule-RuleSet-Name (the class) has 1 instance (representing the rule set itself), while Rule-RuleSet-Version has 5 instances (one for each version: XXX-01, XXX-02, XXX-03, XXX-04, XXX-05). This is a fundamental PRPC rule versioning concept.