How well do you know Azure Service Bus - Part 3 * 1. In Paired Namespace what information is preserved? Only Send availability is preserved. Message order is not preserved. Session state is preserved in the primary namespace. Only the state information is preserved. OK * 2. Where does the message that cannot be delivered will be stored. In Dead Letter queue. It will reside in the same queue with flag as undelivered. OK * 3. What will happen when Prefetch is enabled. The messages is prefetched at the server level. The clients will quietly acquires more messages. OK * 4. What is the default value of Prefetch 0 10 OK * 5. Is Prefetch enabled by default? No Prefetch is not enabled by default. Yes Prefetch is enabled by default. OK * 6. How is duplicate detection is enabled in Azure service bus? Azure service bus will check if MessageId that has already been logged during the time window. Azure service bus will compare the message text and flag duplicate messages. OK * 7. You are building an application, that is known have latency issues due tonetwork challenges. But the application is very depended on the order of the message. Which of the following solution will be the most appropriate solution. Use Message deferral. Use Message cache and process the message in sequential order. OK * 8. Auto-forwarding feature enables you to chain a queue or subscription. Where can the topic reside? Same namespace. Different namespace. OK * 9. Hows do Azure service bus do transactional handover of data from a queue to a processor. Via Azure Service Bus Transfers. Using Message Deferral . OK DONE