Sail E0 Webinar

MCQs

Total Questions : 25 | Page 3 of 3 pages
Question 21. Which of following is TRUE?
  1.    The controller redirects incoming request to model
  2.    The controller executes an incoming request
  3.    The controller controls the data
  4.    The controller render html to view
 Discuss Question
Answer: Option B. -> The controller executes an incoming request




Question 22. What is default authentication in Internet Information Services (IIS)?
  1.    Standard User
  2.    Administrator
  3.    Anonymous
  4.    None
 Discuss Question
Answer: Option C. -> Anonymous




Question 23. Which of the following method of html helper generates html control based on the data type of specified property?
  1.    Html.TextBox
  2.    Html.Password
  3.    Html.Editor
  4.    Html.Display
 Discuss Question
Answer: Option C. -> Html.Editor




Question 24. Which Name space is used to create chart using ASP.Net MVC?
  1.    using System.Web.MVC
  2.    using System.Web.Helpers
  3.    using System.Web.Chart
  4.    All
 Discuss Question
Answer: Option B. -> using System.Web.Helpers




Question 25. For controller action method . . . . . returns nothing as the result.
  1.    ResultEmpty
  2.    EmptyResult
  3.    ReturnEmpty
  4.    EmptyReturn
 Discuss Question
Answer: Option B. -> EmptyResult




Latest Videos

Latest Test Papers