nerdexam
Microsoft

70-576 · Question #88

You are designing a SharePoint 2010 application that stores data in a list named BaseList. This list contains 25,000 records. A view named ViewList filters data on a column named CreateDate. The…

The correct answer is C. Add a column index to BaseList based on the CreateDate column. See the full explanation below for the reasoning.

Question

You are designing a SharePoint 2010 application that stores data in a list named BaseList. This list contains 25,000 records. A view named ViewList filters data on a column named CreateDate. The CreateDate column is of type Date and Time. The ViewList view requires too much processing time when displaying BaseList data. Your design needs to improve the performance of the ViewList view when it displays the BaseList data. Which approach should you recommend?

Options

  • AEnable the Display items in batches of the specified size property in the Item Limit option of
  • BSet the Group By option of ViewList to group by the CreateDate column.
  • CAdd a column index to BaseList based on the CreateDate column.
  • DChange the CreateDate column type to Date Only.

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    11% (4)
  • C
    71% (27)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-576 Practice