070-519 無料問題集「Microsoft Designing & Developing Web Apps Using MS .NET Frmwk 4」
You are designing an ASP.NET Web application. The Web application includes a section for sales pages.
You need to ensure that the sales pages share a specific header and a specific footer that differ from those of all other pages in the application.
Which approach should you recommend?
You need to ensure that the sales pages share a specific header and a specific footer that differ from those of all other pages in the application.
Which approach should you recommend?
正解:C
解答を投票する
You have an ASP.NET Web application that displays charts that are generated daily from data in a Microsoft SQL Server database.
Each chart is implemented as a user control that displays data retrieved from the database. Data retrieval and chart generation consume a significant amount of resources.
Users of the Web application generate unique reports that contain one or more chart controls.
Each chart is common to many reports.
You need design a solution to improve the performance of the Web server.
Which approach should you recommend?
Each chart is implemented as a user control that displays data retrieved from the database. Data retrieval and chart generation consume a significant amount of resources.
Users of the Web application generate unique reports that contain one or more chart controls.
Each chart is common to many reports.
You need design a solution to improve the performance of the Web server.
Which approach should you recommend?
正解:D
解答を投票する
You are designing a testing methodology for an ASP.NET MVC 2 Web application.
The application has a rich domain model that represents the logic and the data of the
business.
A facade over the domain model provides a simplified API that is used by the controllers.
A data access layer beneath the domain model is used by the domain model to handle
data storage and retrieval.
You have the following requirements:
You need to design tests against the appropriate layer to meet the requirements.
Which layer should you recommend?
The application has a rich domain model that represents the logic and the data of the
business.
A facade over the domain model provides a simplified API that is used by the controllers.
A data access layer beneath the domain model is used by the domain model to handle
data storage and retrieval.
You have the following requirements:
You need to design tests against the appropriate layer to meet the requirements.
Which layer should you recommend?
正解:D
解答を投票する
You are designing an ASP.NET MVC 2 Web application. The Web application will display information from remote third-party Windows Communication Foundation (WCF) services on each page.
You have the following requirements:
Retrieve information from the WCF services.
Specify a timeout period while retrieving information from third-party services.
Cache responses from the third-party services for retrieval by multiple users.
You need to recommend an approach for retrieving information from the WCF service.
What should you recommend?
You have the following requirements:
Retrieve information from the WCF services.
Specify a timeout period while retrieving information from third-party services.
Cache responses from the third-party services for retrieval by multiple users.
You need to recommend an approach for retrieving information from the WCF service.
What should you recommend?
正解:D
解答を投票する
You are designing an ASP.NET MVC 2 Web application that requires each user to register a user name and password before accessing restricted content.
You have the following requirements for user registration:
When the focus leaves the user name input field, validate that the user name does not already exist.
Display validation results before submitting the form. You need to recommend a data validation strategy.
What should you recommend?
You have the following requirements for user registration:
When the focus leaves the user name input field, validate that the user name does not already exist.
Display validation results before submitting the form. You need to recommend a data validation strategy.
What should you recommend?
正解:C
解答を投票する