hiexam
microsoft · AZ-204 · Q678 · code_completion · azure_blob_storage, change_monitoring, code_completion

HOTSPOT - You are developing an application that monitors data added to an Azure Blob storage account. You need to pr…

HOTSPOT - You are developing an application that monitors data added to an Azure Blob storage account. You need to process each change made to the storage account. How should you complete the code segment? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. //IMG//
var changeFeedClient = new BlobServiceClient("…").GetChangeFeedClient();
var x = default(string);
while (true)
{
    var changeFeed = changeFeedClient.{{slot1}};

    foreach (var c in changeFeed)
    {
        x = {{slot2}};

        ProcessChanges(c.Values);
    }
}
Correct slot values

Answer hidden

Unlock AZ-204

First 5 questions of every exam are free. Unlock the rest.

Includes
  • · All — questions
  • · Verified answers + AI explanations
  • · Spaced-repetition mistake notebook
  • · Phone, tablet, laptop sync

One-time payment. Doesn't auto-renew. · Already paid? Sign in