Sail E0 Webinar

MCQs

Total Questions : 303 | Page 7 of 31 pages
Question 61. You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?
  1.    Login.aspx
  2.    LoginPage.aspx
  3.    Default.aspx
  4.    Auth.aspx
 Discuss Question
Answer: Option A. -> Login.aspx
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 62. How many types of authentication ASP.NET supports?
  1.    Windows Authentication.
  2.    .NET Passport Authentication.
  3.    Forms Authentication.
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 63. Which of the following is the default authentication mode for IIS?
  1.    Anonymous
  2.    Windows
  3.    Basic Authentication
  4.    None
 Discuss Question
Answer: Option A. -> Anonymous
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 64. In which file you should write the connection string, so you can access it in all the web page for same application?
  1.    In App_Data folder.
  2.    In Web.config file.
  3.    In MasterPage file.
  4.    None of the above.
 Discuss Question
Answer: Option B. -> In Web.config file.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 65. Which of these data source controls do not implement Caching?
  1.    LinqDataSource
  2.    ObjectDataSource
  3.    SqlDataSource
  4.    XmlDataSource
 Discuss Question
Answer: Option A. -> LinqDataSource
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 66. Which session modes stores session Information in Current Application Domain?
  1.    InProc
  2.    StateServer
  3.    SQLServer
  4.    Off
 Discuss Question
Answer: Option A. -> InProc
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 67. Default Session data is stored in ASP.Net.
  1.    StateServer
  2.    Session Object
  3.    InProcess
  4.    all of the above
 Discuss Question
Answer: Option C. -> InProcess
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 68. What are the types of cookies?
  1.    Session cookies
  2.    Persistent cookies.
  3.    Dummy cookies.
  4.    Option A and B are correct.
 Discuss Question
Answer: Option D. -> Option A and B are correct.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 69. Choose the correct option about the Integrated Security property of connection object.
  1.    If Integrated Security=false then User ID, and Password must be specified in the connection string.
  2.    If Integrated Security=true then current Windows account credentials are used for authentication.
  3.    Both A and B option are correct.
  4.    None of the above.
 Discuss Question
Answer: Option C. -> Both A and B option are correct.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 70. How will you specifying the Cache Location?
  1.    You can use browser settings to specify where a page is cached.
  2.    You can use the Location attribute of the < %@ OutputCache %> directive to specify where a page is cached.
  3.    You can use the Location attribute in QueryString to specify where a page is cached.
  4.    None of the above.
 Discuss Question
Answer: Option B. -> You can use the Location attribute of the < %@ OutputCache %> directive to specify where a page is cached.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Latest Videos

Latest Test Papers