Microsoft Exam Questions

What should you recommend?

An application uses Windows Azure Table storage.
The application uses five tables.
One table used by the application is approaching the limit for storage requests per second.
You need to recommend an approach for avoiding data access throttling.
What should you recommend?

A.
Use a single partition key for the table.

B.
Compress data before storing it in the table.

C.
Create additional partition keys for the table.

D.
Continually remove unnecessary data from the table.