nerdexam
Microsoft

AZ-204 · Question #576

You have an Azure Queue Storage named queue1. You plan to develop code that will process messages in queue1. You need to implement a queue operation to set the visibility timeout value of individual…

The correct answer is D. Update a message in the queue. E. Receive a message from the queue. The Update operation allows you to modify a message’s content and its visibility timeout. You can use this operation to update the visibility timeout for a message that has already been retrieved When you retrieve (or "receive") a message from the queue, you can specify the…

Submitted by emma.c· Mar 30, 2026Connect to and consume Azure services and third-party services

Question

You have an Azure Queue Storage named queue1. You plan to develop code that will process messages in queue1. You need to implement a queue operation to set the visibility timeout value of individual messages in queue1. Which two operations can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • APeek at a message in the queue.
  • BDelete a message in the queue.
  • CAdd a message to the queue.
  • DUpdate a message in the queue.
  • EReceive a message from the queue.

How the community answered

(46 responses)
  • A
    15% (7)
  • B
    2% (1)
  • C
    9% (4)
  • D
    74% (34)

Explanation

The Update operation allows you to modify a message’s content and its visibility timeout. You can use this operation to update the visibility timeout for a message that has already been retrieved When you retrieve (or "receive") a message from the queue, you can specify the visibility timeout at that point. This is useful when you want to process the message but delay its visibility to other

Topics

#Queue Storage#visibility timeout#message operations#Azure SDK

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice