Sail E0 Webinar

MCQs

Total Questions : 303 | Page 8 of 31 pages
Question 71. You want to make a configuration setting change that will affect only the current Web application. Which file will you change?
  1.    Global.asax
  2.    Web.config in the root of the Web application
  3.    Machine.config
  4.    All of the above
 Discuss Question
Answer: Option B. -> Web.config in the root of the Web application
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 72. ASP.NET validation controls works (handle validation) at
  1.    Client side only.
  2.    Server side only.
  3.    Both client side and server side.
  4.    None of the above.
 Discuss Question
Answer: Option C. -> Both client side and server side.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 73. What is a web application running on multiple servers called?
  1.    HTTP
  2.    Web Servers
  3.    Web Page
  4.    Web farm
 Discuss Question
Answer: Option D. -> Web farm
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 74. Which of the following is a valid skin code inside a skin file?
  1.    < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” Runat=”Server”/>
  2.    < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” Runat=”Server” />
  3.    < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” />
  4.    None of the above.
 Discuss Question
Answer: Option B. -> < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” Runat=”Server” />
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 75. ______________is the first method that is fired during the page load.
  1.    PreRender()
  2.    Load()
  3.    Unload()
  4.    Init()
 Discuss Question
Answer: Option D. -> Init()
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 76. What is/are the advantages of master page?
  1.    It helps to display common content in multiple pages.
  2.    They allow you to centralize the common functionality of your pages so that you can make updates in just one place.
  3.    It helps to create a common page layout.
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 77. What property do you modify on a server control to minimize the size of the ViewState data?
  1.    ViewState=”true”
  2.    Set EnableViewState to false.
  3.    Set EnableViewState to true.
  4.    None of the above
 Discuss Question
Answer: Option B. -> Set EnableViewState to false.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 78. A web page has lots of input data, and you want the data input to be spread across multiple screens. What is the best control to use to implement this solution on a single Web page?
  1.    ImageMap
  2.    Panel
  3.    Wizard
  4.    None of the above
 Discuss Question
Answer: Option C. -> Wizard
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 79. There is a button on page name cancel and it should bypass validation when cancel button is clicked. What will you do?
  1.    set CausesValidation = false.
  2.    set RemoveValidation=true
  3.    set cancel=true
  4.    None of the above.
 Discuss Question
Answer: Option A. -> set CausesValidation = false.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 80. How to implement authentication via web.config?
  1.    Include the authentication element.
  2.    Include the authorization element.
  3.    Include the identity element.
  4.    Include the deny element.
 Discuss Question
Answer: Option B. -> Include the authorization element.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Latest Videos

Latest Test Papers