nerdexam
Microsoft

70-583 · Question #6

You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team…

The correct answer is B. Partition by team. See the full explanation below for the reasoning.

Question

You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team. You have the following requirements:

  • Ensure that each user can efficiently query records related to his or

her team's projects.

  • Minimize data access latency.

You need to recommend an approach for partitioning table storage entities. What should you recommend?

Options

  • APartition by user.
  • BPartition by team.
  • CPartition by project.
  • DPartition by the current date.

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    72% (26)
  • C
    17% (6)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 70-583 Practice