Splunk Core Certified Advanced Power User — Question 118

In this example, if useACK is set to true and the maxQueueSize is set to 7MB, what is the size of the wait queue on this universal forwarder?

Answer options

Correct answer: A

Explanation

The correct answer is 21MB because when useACK is true, the wait queue can be calculated as three times the maxQueueSize, which is 3 * 7MB. The other options are incorrect as they do not account for the multiplication factor associated with the useACK setting.