nerdexam
Microsoft

AZ-204 · Question #27

Drag and Drop Question You are creating a collaborative image hosting platform as an ASP.NET MVC web application. Users add, update, and modify images on the platform. Images are stored in Azure Blob

Sign in or unlock AZ-204 to reveal the answer and full explanation for question #27. The question stem and answer options stay visible for context.

Submitted by kavita_s· Mar 30, 2026Develop for Azure Storage - Implement blob storage operations including concurrency control strategies using ETags and conditional HTTP headers (AZ-204 / Azure Developer Associate)

Question

Drag and Drop Question You are creating a collaborative image hosting platform as an ASP.NET MVC web application. Users add, update, and modify images on the platform. Images are stored in Azure Blob storage. More than one user at a time must be able to modify the same image. You need to implement optimistic concurrency for uploading images. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: Each correct solution is worth one point. Answer:

Exhibit

AZ-204 question #27 exhibit

Answer Area

Drag items

Retrieve an image blob from the storage service. The response includes an HTTP ETag header value that identifies the current version of the image(blob).Check response headers. If the status code equals 200, notify that it is a success. If the code is 412m notify the user about a conflicting change.When you upload the image, include the ETag in the If-None-Match conditional header of the PUT BLOB request.Store the ETag of the blob for further use, and let the user make the necessary modifications to the image.When you upload the image, include the ETag in the If-Match conditional header of the PUT BLOB request.

Unlock AZ-204 to see the answer

You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Azure Blob Storage#Optimistic Concurrency#ETags#Conditional Headers
Full AZ-204 Practice