For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAzure Solutions Architect Expert (AZ-305)Azure Solutions Architect Expert AZ-305 Practice Exam 6Question 43
    Hard1 markMultiple Choice
    Domain 4.2: Application ArchitectureDomain 4.2MessagingMicroservices

    AZ-305 · Question 43 · Domain 4.2: Application Architecture

    You are designing a microservices architecture. Service A generates orders. Service B processes payments. Service C updates inventory. When an order is generated, both Service B and Service C must receive the order data. If Service B is temporarily offline, the order must be retained until Service B comes back online. Which TWO messaging services could you use to decouple these microservices? (Select TWO)

    Answer options:

    A.

    Azure Event Grid.

    B.

    Azure Service Bus Topics.

    C.

    Azure Service Bus Queues.

    D.

    Azure Event Hubs.

    E.

    Azure Queue Storage.

    How to approach this question

    Identify messaging services that support 1-to-many publish/subscribe patterns with message retention.

    Full Answer

    B,D
    To send one message to multiple receivers (publish/subscribe), you need Service Bus Topics or Event Hubs. Service Bus Queues and Storage Queues are point-to-point (competing consumers), meaning only one service would get the message.

    Common mistakes

    Selecting Service Bus Queues, forgetting that queues are 1:1, not 1:many.
    Question 42All questionsQuestion 44

    Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6

    55 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
    View all 55 questions →