Microsoft
AZ-204 · Question #148
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
The correct answer is A. ExecuteBatch. https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
Submitted by yasin.bd· 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 Slot3?
Options
- AExecuteBatch
- BExecute
- CInsert
- DInsertOrMerge
How the community answered
(38 responses)- A84% (32)
- B5% (2)
- C8% (3)
- D3% (1)
Explanation
https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
Topics
#Azure Table storage#ExecuteBatch#batch operation#.NET SDK
Community Discussion
No community discussion yet for this question.