PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which approach should you recommend?

You are designing an ASP.NET Web Forms application that uses a database containing user names and
hashed passwords for authentication.
The Web application includes a login form in which users type their user names and passwords.
You need to design a strategy to ensure that the users login credentials cannot be stolen through a man-in-themiddle attack. Which approach should you recommend?

Which methodology should you recommend?

You are designing a testing methodology for an ASP.NET MVC 2 Web application. You have the following
application testing requirements:
– Verify that security issues are identified as early within the request as possible.
– Verify that the effectiveness of input corruptionis minimized.
You need to meet the application testing requirements.
Which methodology should you recommend?

Which layer should you recommend?

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 faade over the domain model provides a simplifiedAPI 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:
– Centralize business rules.
– Directly validate the accuracy of the business rules.
You need to design tests against the appropriate layer to meet the requirements.
Which layer should you recommend?