Multiple choice technology databases

Q1,Q2,Q3 are three diff Queues which are in a queue group with same pririty in each of the queue. there are two events in each of the queues. Whcih one of the following will happen?

  1. Q1, Q2 will have one event each and Q3 don't have any events

  2. Q2, Q3 will have one events each and Q1 don't have any events

  3. Q1, Q2 won't have any events and Q3 will have 2 events

  4. the scenario is unpredictable

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

When multiple queues in a TIBCO Rendezvous queue group share the same priority, the dispatcher retrieves events using a round-robin or semi-arbitrary sequence, making the exact order of event dispatching unpredictable.