nerdexam
Microsoft

AZ-204 · Question #151

A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table You have the following code statement from a C# program Would this return…

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

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

Question

A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table You have the following code statement from a C# program Would this return all the entities where the RowKey is [email protected]?

Exhibits

AZ-204 question #151 exhibit 1
AZ-204 question #151 exhibit 2
AZ-204 question #151 exhibit 3

Options

  • AYes
  • BNo

How the community answered

(31 responses)
  • A
    23% (7)
  • B
    77% (24)

Explanation

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

Topics

#Azure Table storage#TableQuery#RowKey filter#C# SDK

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice