70-549  Exam

Exam # of questions Description  Update
70-549 240 70-549... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-549 - Exam Information
  • Description: Designing and Developing Enterprise Applications by Using the Microsoft
  • Passing Score: 75%
  • Practice Test - Number of questions: 240 questions
  • Simulation Test - Number of questions: 240 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

Question of the day

You are an enterprise application developer. You are designing an intranet Web application. This application must meet the following requirements: ? The employees must log on to use the application. ? The database authentication mechanism must be as secure as possible. ? The number of connection pools must be minimized. .NET Framework You decide to use Microsoft SQL Server authentication and a specific SQL Server account. You need to evaluate whether the design will meet the business requirements and make recommendations, if required. What should you conclude?

Answer(s)

  1. The design meets the requirements.
  2. The design does not meet the requirements. Use Windows Authentication with a specificWindows account.
  3. The design does not meet the requirements. Use SQL Server authentication and thecredentials of the logged on user.
  4. The design does not meet the requirements. Use Windows Authentication with the Windowsaccount of the logged on user.
Correct Answer

The design does not meet the requirements. Use Windows Authentication with a specificWindows account.