AZ-301 Exam QuestionsBrowse all questions from this exam

AZ-301 Exam - Question 61


You are developing a sales application that will contain several Azure cloud services and will handle different components of a transactions. Different cloud services will process customer orders, billing, payment, inventory, and shipping.

You need to recommend a solution to enable the cloud services to asynchronously communicate transaction information by using REST messages.

What would you include in the recommendation?

Show Answer
Correct Answer: D

Azure Queue storage enables the reliable exchange of messages between different cloud services through REST API, which supports both asynchronous and synchronous communication methods. This makes it ideal for a sales application that needs to handle different components of transactions, including customer orders, billing, payment, inventory, and shipping.

Discussion

7 comments
Sign in to comment
nieuw
May 3, 2020

Ref: https://docs.microsoft.com/en-us/azure/storage/queues/storage-dotnet-how-to-use-queues

FailureIsnotAnOption
Jun 1, 2020

Thank you for the URL

tartar
Sep 18, 2020

D is ok

tartar
Sep 18, 2020

D is ok

satgo
May 25, 2020

Explanation Asynchronous messaging can be implemented in a variety of different ways. With queues, topics, and subscriptions, Azure Service Bus supports asynchronism via a store and forward mechanism. Reference: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-async-messaging

czarul79
May 2, 2021

On the exam ANSWERS has been changed to: A. Azure Traffic Manager B. Azure Data Lake C. Azure Service Fabric D. Azure Service Bus

azureclouduser
Jun 2, 2021

What is the answer?

kiwi123
Jun 24, 2021

I think it should be D. Azure Service Bus in this case

kiwi123
Jun 24, 2021

I think it should be D. Azure Service Bus in this case

fiol82
Sep 14, 2020

Does that mean that Azure Queue storage has REST endpoints? REST is synchronous?!

Marshal_
Nov 8, 2020

REST can be either

glam
Feb 1, 2021

D. Azure Queue storage

azurecert2021
Feb 12, 2021

The Queue service provides reliable, persistent messaging within and between services. The REST API for the Queue service exposes two resources: queues and messages.

kiwi123
Jul 4, 2021

asynchronously communicate -> Azure Service Bus (Queue service