New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-204 Exam - Topic 5 Question 120 Discussion

Actual exam question for Microsoft's AZ-204 exam
Question #: 120
Topic #: 5
[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 develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.

When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.

You need to design the process that starts the photo processing.

Solution: Use the Azure Blob Storage change feed to trigger photo processing.

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

The change feed is a log of changes that are organized into hourly segments but appended to and updated every few minutes. These segments are created only when there are blob change events that occur in that hour.

Instead catch the triggered event, so move the photo processing to an Azure Function triggered from the blob upload.


https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview

Contribute your Thoughts:

0/2000 characters
Reena
2 months ago
Change feed is perfect for triggering events like this!
upvoted 0 times
...
Beula
3 months ago
I think it might be too slow for some use cases.
upvoted 0 times
...
Rory
3 months ago
Wait, can it really process that fast?
upvoted 0 times
...
Thea
3 months ago
Definitely agree, the change feed is super useful.
upvoted 0 times
...
Candida
3 months ago
That sounds like a solid approach!
upvoted 0 times
...
Luann
3 months ago
I practiced a scenario where we used Azure Functions for processing images. Maybe that would be a better fit than relying solely on the change feed?
upvoted 0 times
...
Lashawn
4 months ago
I feel like the change feed is a good idea, but I can't recall if it guarantees processing within that time frame.
upvoted 0 times
...
Rana
4 months ago
I remember a practice question where we discussed event-driven architectures. This seems similar, but I wonder if there are better options for immediate processing.
upvoted 0 times
...
Susy
4 months ago
I think using the Azure Blob Storage change feed could work, but I'm not entirely sure if it triggers fast enough for the one-minute requirement.
upvoted 0 times
...
Malcolm
4 months ago
I'm a bit confused on this one. The question says there might be multiple correct solutions, so I'm not sure if the change feed is the only way to approach this. I'll need to consider other options like Azure Functions or Logic Apps to see if there are any other viable solutions.
upvoted 0 times
...
Brendan
4 months ago
Okay, let's think this through step-by-step. The user uploads a photo to Blob storage, and we need to start processing that photo in under a minute. Using the change feed to trigger the processing seems like a good approach, as it will react to the new blob being added. I'll need to double-check the change feed latency, but I think this could work.
upvoted 0 times
...
Clement
5 months ago
Hmm, I'm a bit unsure about this. The requirement says the photo processing must start in less than a minute, and I'm not sure if the change feed is fast enough to meet that. I'll need to research the change feed latency to be sure.
upvoted 0 times
...
Ronald
5 months ago
This looks like a straightforward question about using Azure Blob Storage change feed to trigger photo processing. I think I can handle this one.
upvoted 0 times
...
Stanford
7 months ago
But the solution states that the process must start in less than one minute, so I think it's a good option.
upvoted 0 times
...
Isreal
7 months ago
I'm not so sure, maybe there could be a faster way to start the photo processing.
upvoted 0 times
...
Chau
7 months ago
I agree with Stanford, using Azure Blob Storage change feed sounds like a good way to trigger the photo processing.
upvoted 0 times
...
Lashonda
7 months ago
Hmm, I'm not sure. Isn't there an easier way to do this, like maybe a simple Azure Function that gets triggered on new uploads? This change feed thing sounds a bit complicated.
upvoted 0 times
Vi
5 months ago
User2: B) No
upvoted 0 times
...
Roosevelt
7 months ago
User1: A) Yes
upvoted 0 times
...
...
Stanford
7 months ago
I think the solution meets the goal.
upvoted 0 times
...
Jettie
7 months ago
Yep, this solution checks all the boxes. Blob Storage change feed is the way to go for this scenario. Now, can we get back to discussing the lunch menu?
upvoted 0 times
...
Keshia
7 months ago
I agree, using the change feed is a smart approach. It'll automatically detect new uploads and kick off the processing without any delay.
upvoted 0 times
...
Lilli
8 months ago
The Azure Blob Storage change feed seems like a good solution to trigger the photo processing. It should be able to start the process within the one-minute requirement.
upvoted 0 times
Devorah
5 months ago
The Azure Blob Storage change feed may not be the best option for starting the photo processing within one minute.
upvoted 0 times
...
Larue
6 months ago
B) No
upvoted 0 times
...
Karl
7 months ago
The Azure Blob Storage change feed should work well for triggering the photo processing.
upvoted 0 times
...
Marica
7 months ago
A) Yes
upvoted 0 times
...
...

Save Cancel