nerdexam
Microsoft

AZ-305 · Question #28

You have an Azure subscription that contains two applications named App1 and App2. App1 is a sales processing application. When a transaction in App1 requires shipping, a message is added to an…

The correct answer is D. one Azure Service Bus topic. A queue allows processing of a message by a single consumer. In contrast to queues, topics and subscriptions provide a one-to-many form of communication in a publish and subscribe pattern. It's useful for scaling to large numbers of recipients. Each published message is made…

Submitted by tunde_lagos· Mar 6, 2026Design infrastructure solutions

Question

You have an Azure subscription that contains two applications named App1 and App2. App1 is a sales processing application. When a transaction in App1 requires shipping, a message is added to an Azure Storage account queue, and then App2 listens to the queue for relevant transactions. In the future, additional applications will be added that will process some of the shipping requests based on the specific details of the transactions. You need to recommend a replacement for the storage account queue to ensure that each additional application will be able to read the relevant transactions. What should you recommend?

Options

  • Aone Azure Data Factory pipeline
  • Bmultiple storage account queues
  • Cone Azure Service Bus queue
  • Done Azure Service Bus topic

How the community answered

(63 responses)
  • A
    16% (10)
  • B
    5% (3)
  • C
    6% (4)
  • D
    73% (46)

Explanation

A queue allows processing of a message by a single consumer. In contrast to queues, topics and subscriptions provide a one-to-many form of communication in a publish and subscribe pattern. It's useful for scaling to large numbers of recipients. Each published message is made available to each subscription registered with the topic. Publisher sends a message to a topic and one or more subscribers receive a copy of the message, depending on filter rules set on these https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice