Spring and ASP.NET Web Development

Covers Spring framework modules and ASP.NET 2.0 features including configuration, controls, data binding, and authentication

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Choose newly introduced controls in Windows Forms 2.0

  1. Gridview
  2. Webrowser
  3. Datagrid
  4. Masked Textbox
Question 2 Multiple Choice (Single Answer)

In Datagridview control focus for interaction and presentation is at -

  1. row level
  2. column level
  3. cell level
  4. None of the above
Question 3 Multiple Choice (Multiple Answers)

Choose new datasource controls introduced in ASP .NET 2.0.

  1. SQL Data Source
  2. XML Data Source
  3. Object.
  4. ODBC
Question 4 Multiple Choice (Single Answer)

Strongly Typed Dataset contains

  1. Columns of defined Datatype
  2. Tables schema information within them.
  3. All of the above
  4. None of the above
Question 5 Multiple Choice (Multiple Answers)

Choose new databound controls(Controls to display data) introduced in ASP.NET 2.0.

  1. Detailsview
  2. Listview
  3. Formview
  4. TableView
Question 6 Multiple Choice (Single Answer)

What are Master Pages?

  1. ) Home page in your web application
  2. A web page to create a consistent layout for the pages in your application.
  3. Menu page in your web application
  4. All of the above
Question 7 Multiple Choice (Single Answer)

Theme is made up of -

  1. Skins and CSS
  2. CSS and Images
  3. Skins and Images
  4. Skins, CSS and Images
Question 8 Multiple Choice (Multiple Answers)

The differences between Themes and CSS are

  1. a) Themes can define many properties of a control or page, not just a specific set of style properties.
  2. b) Themes can’t include auxiliary files (e.g. graphics) but CSS can include it.
  3. c) Themes can include style sheet references.
  4. adding, creating, deleting, and modifying user account information
Question 9 Multiple Choice (Multiple Answers)

Choose important functionalities provided by Memberiship and Role Management model.

  1. adding, creating, deleting, and modifying user account information
  2. Creating and deleting roles
  3. Caching user information
  4. b) Themes can’t include auxiliary files (e.g. graphics) but CSS can include it.
Question 10 Multiple Choice (Multiple Answers)

Choose important functionalities provided by Memberiship and Role Management model.

  1. Login Control
  2. RemoveUser
  3. ChangePassword
  4. passwordRecovery
Question 11 Multiple Choice (Single Answer)

What is Profile service?

  1. Service to store per-user data throughout session.
  2. Service to store per-user data accross sessions i.e. persistently
  3. Home page in your web application
  4. Menu page in your web application
Question 12 Multiple Choice (Multiple Answers)

What are different navigation controls introduced in ASP.NET 2.0. Choose from the following list.

  1. Hyperlink
  2. TreeView,
  3. Menu
  4. Tools
Question 13 Multiple Choice (Multiple Answers)

Choose correct Configuration sections present in Web.Config file.

  1. Appsettings
  2. ConnectionStrings
  3. System.Data
  4. Compilation
Question 14 Multiple Choice (Multiple Answers)

Choose correct Configuration section Groups present in Web.Config file.

  1. System.Web
  2. System.Net
  3. Pages
  4. authentication
Question 15 Multiple Choice (Multiple Answers)

What are Built-in providers in ASP.NET 2.0? Choose correct options from following list.

  1. Membership
  2. Webservice
  3. Role
  4. SiteMap
Question 16 Multiple Choice (Multiple Answers)

What are special ASP.NET folders that can be added/used in ASP.NET web site project. Choose corerect options from following list.

  1. Bin,
  2. Debug
  3. App_Code,
  4. App_Data
Question 17 True/False

SiteMap datasource can be used along with Menu and Treeview controls.

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

This Module provides the fundamental functionality of the spring framework. In this module BeanFactory is the heart of any spring based application.

  1. ApplicationContext Module
  2. AOP Module
  3. Core Container Module
  4. DAO Module
Question 19 Multiple Choice (Single Answer)

This module makes spring a framework. This module extends the concept of BeanFactory, providing support for internationalization (I18N) messages, application lifecycle events, and validation.

  1. Application Context Module
  2. AOP Module
  3. Core Container Module
  4. DAO Module
Question 20 Multiple Choice (Single Answer)

This module is used for developing aspects for our spring based application.

  1. Application Context Module
  2. AOP Module
  3. Core Container Module
  4. DAO Module