nerdexam
Microsoft

70-519 · Question #101

You are designing an ASP.NET Web application that displays daily sales information. The sales information is stored in a large Microsoft SQL Server database. The database information is updated each…

The correct answer is A. Use AJAX to retrieve the database information B. Use a service that proxies the database queries and caches the results. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET Web application that displays daily sales information. The sales information is stored in a large Microsoft SQL Server database. The database information is updated each night. During the day, people use the Web application to display a set of standard sales reports based on the latest database information. The SQL queries that are required to retrieve the database information can take from 20 to 30 seconds to execute. You need to design the application to ensure that pages usually load in no more than 5 seconds. Which two approaches could you recommend? (Each correct answer presents a complete solution. Choose two.)

Options

  • AUse AJAX to retrieve the database information
  • BUse a service that proxies the database queries and caches the results
  • CUse SQL Server replication
  • DUse a control that retrieves and displays the database information

How the community answered

(58 responses)
  • A
    74% (43)
  • C
    9% (5)
  • D
    17% (10)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice