nerdexam
Microsoft

70-576 · Question #83

You are designing a SharePoint 2010 Internet site for e-commerce. The site shows pricing information retrieved from a Microsoft SQL Server database for the deals featured each day on the home page…

The correct answer is D. Cache the data and use a lock to control the refresh of the cache data. See the full explanation below for the reasoning.

Question

You are designing a SharePoint 2010 Internet site for e-commerce. The site shows pricing information retrieved from a Microsoft SQL Server database for the deals featured each day on the home page. You need to cache the pricing data for each featured deal on the server and refresh the data with a minimum amount of network traffic. Which approach should you recommend?

Options

  • AUse LINQ to SharePoint from a query of the database server for the pricing data.
  • BUse AJAX code on the client from the database server.
  • CUse the server session state to cache the data.
  • DCache the data and use a lock to control the refresh of the cache data.

How the community answered

(16 responses)
  • A
    6% (1)
  • C
    13% (2)
  • D
    81% (13)

Community Discussion

No community discussion yet for this question.

Full 70-576 Practice