exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 6 question 28 discussion

Actual exam question from Microsoft's AZ-204
Question #: 28
Topic #: 6
[All AZ-204 Questions]

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 Service Bus Queue from the mobile application. Create an Azure Function App that uses an Azure
Service Bus Queue trigger.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
gunencali
Highly Voted 3 years, 11 months ago
Yes, is correct answer
upvoted 35 times
...
kemtin
Highly Voted 4 years ago
i enjoys questions on azure functions a lot :)
upvoted 17 times
betepah987
3 years, 9 months ago
Probably, cuz it's common to use so easy to answer.
upvoted 3 times
...
...
cb98160
Most Recent 8 months, 3 weeks ago
Selected Answer: A
Yes, Azure service Bus supports FIFO and maximum size of 80 GB of storage!
upvoted 1 times
...
uffuchsi
1 year, 9 months ago
Selected Answer: A
Solution meetss the goal!
upvoted 1 times
...
nvtienanh
2 years ago
On exam December 2, 2022
upvoted 3 times
...
gmishra88
2 years, 2 months ago
How is the first requirement satisfied? How will the queue size not exceed 80 GB with Service bus queue and functions? But I guess the majority of people attempting this exam are already in the Microsoft stable and do not find anything missing with these pattern of questions. Sympathies
upvoted 2 times
coffecold
2 years, 1 month ago
If messages exceed 80 GB in the queue , additional incoming messages will be rejected and the caller receives an exception.
upvoted 2 times
...
...
Perplex
2 years, 4 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
AZAdam22
2 years, 4 months ago
Selected Answer: B
No - Because you should use storage queues instead, as this provides FIFO ordered delivery and is cheaper than service bus, therefore minimising costs.
upvoted 1 times
Knightie
2 years, 3 months ago
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted Storage Queue no FIFO see the comparison table.
upvoted 3 times
...
scrafy
2 years, 2 months ago
Some people get high before leaving a comment
upvoted 6 times
...
...
Eltooth
2 years, 5 months ago
Selected Answer: A
A is correct answer.
upvoted 2 times
...
xRiot007
2 years, 8 months ago
The answer is Yes, but the link is wrong. It is not important how the implementation looks. What is important is that you satisfy those 3 conditions in the problem, which you can find in a much better link, here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger
upvoted 1 times
xRiot007
2 years, 8 months ago
Correction. Link is here: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted
upvoted 1 times
...
...
meoukg
2 years, 8 months ago
Got it on 03/2022, I chose A. Yes
upvoted 2 times
...
Freidrich
2 years, 9 months ago
Selected Answer: A
The correct answer is A: Yes.
upvoted 2 times
...
Netspud
2 years, 9 months ago
Selected Answer: A
It is correct
upvoted 2 times
...
lugospod
2 years, 10 months ago
Got this one 01/2022. Went with YES
upvoted 4 times
...
MiraA
3 years, 2 months ago
The URL link in the answer mentions Azure Function and Storage Queue. This link is better - Azure Function and Service Bus Queue: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger
upvoted 3 times
...
fbbbbbb
3 years, 7 months ago
Correctomundo
upvoted 2 times
...
paru123456789
3 years, 9 months ago
Answer: Yes
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...