1.
You are designing a data access service backed by Microsoft SQL Server. Other developers will use your service as a third-party service. You have the following requirements: - To reduce maintenance cost, you must write the minimal amount of code required for fulfilling the goals. - The service must function with Microsoft and non-Microsoft technologies. - The service must implement the WS-Security standards. You need to design the service to meet the requirements. Which approach should you recommend?
2.
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?
3.
You have an ASP NET Web application. The Web application displays frequently changing data as application usage increases more quenes are issued and the database response time increases. You need to design a strategy for improving database query response time. Which approach should you recommend?
4.
You have an asp net web application thai is deployed on muttiple identical web servers the web servers retrieve data from multiple, identical Microsoft SQL Server databases. Each user maintains an active Web application session during the entire business day You notice that some. Web servers consume 100 percent of their CPU resources and return timeout errors, while other web servers are idle. You need to design a plan to load-balance the Web application across the available Web servers. Which approach should you recommend?
5.
You are designing an ASP.NET Web application that allows user input. You have the following requirements: - Use client-side state management. - Prevent users from accidentally modifying data. - Automatically encode data. - Preserve data during a page postback. You need to recommend the appropriate type of state management. Which type should you recommend?
6.
You are designing an ASP.NET MVC 2 Web application. The Web application must meet the following requirements: - Validate all user input for a class named Customer. - Perform client-side and server-side validation. You need to recommend an approach for validating user input. What should you recommend?
7.
You are planning to migrate an ASP NET 3.5 Web application to ASP.NET 4. The following elements must be optimized for search engines. - URLs within the Wb application. - HTML rendered by the Web application. You need to design a solution for loading data dynamically into a Data List by using the current URL. Which approach should you recommend?