Consider the following business requirements for a work queue.
The priority will be increased at a higher rate if:
Loan requests exceed a certain amount
OR
Loan requests are issued by a preferred loan broker
How can an application developer fulfill these requirements?

A.
Alter the work queue policy and raise the maximum priority.
B.
Change the work queue policy and set the initial priority to High.
C.
Create a priority module and calculate priority and aging.
D.
Modify the activity template and set condition under transition.