Microsoft
AZ-204 · Question #408
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. FIFO is supported by Service bus queue and Service bus queue should be use for data less than https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service- bus-queues-compared-contrasted
Submitted by lucia.co· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently. You have the following requirements: - Queue size must not grow larger than 80 gigabytes (GB). - Use first-in-first-out (FIFO) ordering of messages. - Minimize Azure costs. You need to implement the messaging solution. Solution: Use the .Net API to add a message to an Azure Storage Queue from the mobile application. Create an Azure Function App that uses an Azure Storage Queue trigger. Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(43 responses)- A26% (11)
- B74% (32)
Explanation
FIFO is supported by Service bus queue and Service bus queue should be use for data less than https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service- bus-queues-compared-contrasted
Topics
#Service Bus#queue processing#Azure Functions#mobile integration
Community Discussion
No community discussion yet for this question.