Microsoft
AZ-204 · Question #147
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 rania.sa· 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 Slot2?
Options
- ATableOperation
- BTableBatchOperation
- CTableEntity
- DTableQuery
How the community answered
(60 responses)- A13% (8)
- B77% (46)
- C3% (2)
- D7% (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.