You create a new Work Manager to control how server threads are allocated to an application’s
increasing requests . You want to further configure the criteria of the Work manager by using a
Request class.
Identify three valid Request classes that you can to a work manager.
A.
Uniform Distribution Request class
B.
Response Timerequest class
C.
Max Throughput Request class
D.
Fair share Request class
E.
Context Request class
Explanation:
http://www.itbuzzpress.com/weblogic-tutorials/weblogic-pools-configuration/creatingrequest-class-for-your-workmanagers.html
Correct answer: B, D, E
Answers : /B /D /E also
Explanation : from weblogic 12C console, when i simulate to create a work manager :
What type of Work Manager, Request Class or Constraint do you want to create?
Work Manager
Response Time Request Class : GOOD ANSWER
Fair Share Request Class : GOOD ANSWER
Context Request Class : GOOD ANSWER
Maximum Threads Constraint
Minimum Threads Constraint
Capacity Constraint
Also B D and E
Source: http://docs.oracle.com/middleware/1213/wls/CNFGD/self_tuned.htm#CNFGD117