nerdexam
Microsoft

AZ-204 · Question #146

A development team is developing an application. The application will be storing its data in Azure Table storage. Below are the fields that are going to be stored in the table - Region - Email…

The correct answer is B. TableBatchOperation. https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet

Submitted by viktor_hu· Mar 30, 2026Develop for Azure storage

Question

A development team is developing an application. The application will be storing its data in Azure Table storage. Below are the fields that are going to be stored in the table - Region - Email address - Phone number The following snippet of code needs to be completed that would be used to insert a batch of records. Which of the following will go into Slot1?

Exhibit

AZ-204 question #146 exhibit

Options

  • ATableOperation
  • BTableBatchOperation
  • CTableEntity
  • DTableQuery

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    75% (41)
  • C
    15% (8)
  • D
    7% (4)

Explanation

https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet

Topics

#Azure Table storage#TableBatchOperation#batch insert#.NET SDK

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice