Subdomain 1.1: Design the technical architecture
1.A finance team needs employee bonus amounts calculated using a fixed formula defined in company policy, with a guarantee that identical inputs always produce identical output for audit purposes. Solution: implement the calculation using a Power Fx-based business rule on the Employee table rather than an AI Builder prompt. Does this solution meet the goal?
- A.True
- B.False
Show answer & explanation
Correct answer: A — True
- A. True is correct: a business rule applies a fixed, deterministic formula to the input columns, so identical inputs always produce the identical output the audit requirement demands.
- B. False is incorrect: the proposed rule-based approach is deterministic by design, which is exactly what is required here, so the solution does meet the stated goal.