Home > CompTIA Healthcare IT+ Technician > 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. How is a model passed to a controller action validated?
2. Which of these is a property of OutputCache attribute?
3. Which of the following is NOT a member of the UrlHelper class.
4. Which class is used by the MVC pipeline to call a resolved controller's action as the result of a HTTP request?
5. When you implement your own Model Binder - what method do you have to implement?
6. Which namespace contains the attributes used to describe your model and it's properties?
7. If you wish to genrate links to related resources to add hypermedia to your REST service - what class could you use?
8. Tempdata is used to:
9. 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?
10. To accommodate large projects - ASP.NET MVC lets you partition Web applications into smaller units that are referred to as?
11. Which static class could you use to enable OAuth support for clients such as Twitter & Facebook?
12. When creating a data-entry view for new data - which two HTTP request verbs (methods) should you anticipate using to serve the form to the user and allow the user to submit the form?
13. What is the type of the ViewBag property?
14. What is ChildActionOnlyAttribute?
15. You are developing an ASP.NET MVC application. The application is deployed in a web farm and is accessed by many users. The application must handle web server failures gracefully. The servers in the farm must share the short-term state information. You need to persist the application state during the session. What should you implement?
16. Which class is NOT a child of ActionResult?
17. Any method that is decorated with ChildActionOnlyAttribute can be called ONLY using:
18. Which is true about ModelState?
19. How can you specify that a particular View should not use any implicitly set Layout View?
20. If you wish to leverage the OData standards for querying your REST service - what attribute could you use on your ApiController action?
21. Which method is NOT valid in the context of an MVC view?
22. 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?
23. Which of the following protocols are not supported by WCF?
24. If you wanted to use a partial view but also pass the same model object from the parent view - what HTML Helper would you use?
25. ActionResult is:

⚡ Recently practiced quizzes in this topic
Live quiz activity