Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. Which property of the session object is used to set the local identifier?
  1.    LCID
  2.    SessionId
  3.    Key
  4.    Item
 Discuss Question
Answer: Option A. -> LCID




Question 2. Which of the following does not have any visible interface?
  1.    Datagrid
  2.    Repeater
  3.    DropdownList
  4.    Datalist
 Discuss Question
Answer: Option B. -> Repeater




Question 3. Middlwares can be configured in ___________ method of Startup class
  1.    Configure
  2.    ConfigureService
  3.    Main
  4.    ConfigureMiddleware
 Discuss Question
Answer: Option A. -> Configure




Question 4. The host for ASP.NET Core web application is configured in _________ file?
  1.    Program.cs
  2.    Startup.cs
  3.    Middleware
  4.    None of the above
 Discuss Question
Answer: Option A. -> Program.cs




Question 5. Which of the following is an entry point of ASP.NET Core application?
  1.    Main method of Program class
  2.    Configure method of Startup class
  3.    ConfigureService method of Startup class
  4.    Application_start method of Global.asax
 Discuss Question
Answer: Option A. -> Main method of Program class




Question 6. What are the features of MVC5?
  1.    Scaffolding
  2.    ASP.NET Identity
  3.    One ASP.NET
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 7. Every command in .NET Core command line interface starts with _________
  1.    core
  2.    dotnet
  3.    .net
  4.    aspdotnet
 Discuss Question
Answer: Option B. -> dotnet




Question 8. Which of the following is true?
  1.    User controls are displayed correctly in the Visual Studio .NET Designer
  2.    Custom controls are displayed correctly in VS.Net Designer
  3.    User and Custom controls are displayed correctly in the Visual Studio .NET Designer
  4.    All of these
 Discuss Question
Answer: Option B. -> Custom controls are displayed correctly in VS.Net Designer




Question 9. What are characteristics best define .NET Core?
  1.    Flexible deployment
  2.    Cross-platform
  3.    Command-line tools
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 10. _____________ is not a member of ADODBCommand object
  1.    ExecuteReader
  2.    ExecuteStream
  3.    ExecuteScalar
  4.    Open
 Discuss Question
Answer: Option D. -> Open




Latest Videos

Latest Test Papers