Home > General Studies (Hindi) > Quizzes > Microsoft MVC Framework Fundamentals Test
Microsoft MVC Framework Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 26% Most missed: “What is strongly typed?”
Microsoft MVC Framework Fundamentals Test
Time left 00:00
25 Questions

1. What type would your Controller's action return if you wish to have an asynchronous action method that returns a View?
2. Which class represents an initial HTTP class to the Web API framework?
3. You are developing an ASP.NET MVC application that will be deployed on a web farm. Passwords must be stored in the web.config file and must not be readable or in a format that is easily decodable You need to encrypt the passwords that are stored in the web.config file. Which command-line tool should you use?
4. What enum represents a strongly-typed collection of the HTTP Status Codes?
5. Which of the following is NOT a way to pass information from a controller to a view in ASP.NET MVC 3?
6. Which static class could you use to enable OAuth support for clients such as Twitter & Facebook?
7. Which attribute could you use if you had a Phone Number property on your model and you wanted to validate the value against the United States phone format?
8. As a best practice - all input validation should occur in which layer?
9. You are developing an ASP.NET MVC application. You need to authenticate clients by using NT LAN Manager (NTLM). Which authentication method should you implement?
10. You are writing an action method called AddProduct inside the Product controller. The logic in your code indicates that you need to call the Cart controller-™s Add method as a result of your controller-™s action method. Which line of code would accomplish this?
11. Which class is used by the MVC pipeline to call a resolved controller's action as the result of a HTTP request?
12. [WebMethod] Attribute is required when calling an MVC Action with AJAX
13. How do you catch unhandled action exceptions in a controller?
14. Which of the following protocols are not supported by WCF?
15. ActionResult is:
16. Which of these is NOT an view engine for MVC?
17. In MVC - Which represents data that you want to have displayed on viewpage?
18. If you wish to include custom transformation logic in your Bundles - which interface could you implement?
19. Which of these are NOT conditions in which it's recommended to use asynchronous methods?
20. An MVC application can have a:
21. How can you restrict access to a Controller action so that only authorized users can call that action?
22. What does MVC stand for?
23. To accommodate large projects - ASP.NET MVC lets you partition Web applications into smaller units that are referred to as?
24. How is a model passed to a controller action validated?
25. Which method is NOT valid in the context of an MVC view?