Which are three valid scenarios based on the image? (Choose three.)

A.
The subscriptions will be run based on priority in ascending order.
B.
The priority helps to run the subscriptions in a deterministic order.
C.
There is no default timeout value.
D.
The default timeout is 5 minutes.
E.
Priority and timeout values are needed for subscription blocking.
As per my understanding answer would be ABE.
D is not default timeout but override.
1
1
A B E. Deterministic means getting the same results every time it is run. The default timeout is not 5 minutes – 5 minutes is what we have selected the timeout to be. See: https://docs.vmware.com/en/vRealize-Automation/7.0/com.vmware.vra.extensibility.doc/GUID-8D8704E8-C78A-42B8-B7B4-584E42C68FE6.html
There can be a default timeout (option c) but that wouldn’t be specified here (see that link above) “Services that expect a reply to blocking events might have their own default timeout values.” Of course E is correct because the Priority and Timeout fields are grayed out until you click the Blocking check box, but even then – the timeout value is not a required field. It will use the default service time out (example, “approval topic have a 24 hour default value”) unless you specify something different in the timeout field. And A is correct “Zero is the highest priority. If an event topic has multiple blocking workflow subscriptions with the same priority, the subscriptions are then processed in alphabetical order based on the subscription name.”
4
1
Correct me if I’m wrong, but if Timeout is set to 5 min (overriding default), that means “There is no default timeout value.”
0
0