ASP.NET and Drupal Web Technologies

Quiz covering ASP.NET server controls, configuration, and Drupal CMS concepts including modules, themes, and content types.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Who is the founder of the Drupal Project ?

  1. James Gosling
  2. Rasmus Lerdorf
  3. Dries Buytaert
  4. Craig R. McClanahan
Question 2 Multiple Choice (Single Answer)

Which two pre-configured content types comes with Drupal Installation ?

  1. Page and Poll
  2. Page and Story
  3. Forum and Story
  4. Blog and Poll
  5. Blog and Forum
Question 3 Multiple Choice (Single Answer)

Which contributed module permits site developers to define custom fields and content types ?

  1. Content Translation
  2. Views
  3. Panels
  4. CCK
  5. OpenID
Question 4 Multiple Choice (Single Answer)

What is a 'Node' in Drupal ?

  1. It is a system for classifying content
  2. It is generic term for a piece of content on your web site
  3. It is software (code) that extends Drupal features and/or functionality
  4. It controls how your site is displayed
Question 5 Multiple Choice (Single Answer)

_______________ is a file or collection of files (PHP, INFO, CSS, JPG, GIF, PNG), which together determine the look and feel.

  1. template
  2. page
  3. module
  4. theme
Question 6 Multiple Choice (Single Answer)

Which module helps classify content on Drupal websites ?

  1. Taxonomy
  2. PHP filter
  3. Throttle
  4. Statistics
Question 7 Multiple Choice (Multiple Answers)

Selects all options which are correct for Drupal ?

  1. Drupal is an open source CMS
  2. Drupal supports only Apache platform
  3. Drupal does not support creation of multi-lingual web sites
  4. Drupal supports Web based administration
Question 8 Multiple Choice (Single Answer)

If you want to upload any contributed module to extend Drupal's core functionality, where should you generally put the module ?

  1. path - /sites/all/modules
  2. path - /html/drupal/modules
  3. path - /html/drupal/mysite/modules
  4. path - /sites/default/modules
Question 9 Multiple Choice (Single Answer)

If 23rd of February is selected in the Calendar control and ToShortDateString() method is called, which of the following will appear?

  1. 02/23/2009 12:00:00 AM
  2. 02/23/2009
  3. Monday, February 23, 2009
  4. 23/02/2009
Question 10 Multiple Choice (Single Answer)

The SelectionMode property of Calendar control set to make selections of an entire week is,

  1. Day
  2. Week
  3. DayWeek
  4. DayWeekMonth
Question 11 Multiple Choice (Single Answer)

The five elements of AdRotator server control are,

  1. Image Url, NavigateUrl, AlternateText, Direction, Keyword
  2. Image Url, NavigateUrl, AlternateText, DataSource, Keyword
  3. Image Url, NavigateUrl, Direction, Impressions, Keyword
  4. Image Url, NavigateUrl, AlternateText, Impressions, Keyword
Question 12 Multiple Choice (Single Answer)

---------- server control encapsulates/wraps a set of server controls along with other elements(HTML and images) into a single unit as a layout of the Page.

  1. Panel
  2. PlaceHolder
  3. Form
  4. MultiView
Question 13 Multiple Choice (Single Answer)

Some new server controls added to ASP.NET 2.0 are,

  1. BulletedList, HiddenField, FileUpload, MultiView
  2. Calendar, HiddenField, FileUpload, MultiView
  3. BulletedList, AdRotator, FileUpload, MultiView
  4. BulletedList, HiddenField, AdRotator, Calendar
Question 14 Multiple Choice (Single Answer)

HiddenField server control are used because,

  1. Ideal for storing information
  2. Not visible to end-users
  3. Not interpreted by the browser
  4. All of the above
  5. None of the above
Question 15 Multiple Choice (Single Answer)

The default Upload file size limitation for FileUpload server control is __________ kb

  1. 2048
  2. 1024
  3. 4096
  4. 3072
Question 16 Multiple Choice (Single Answer)

The default value for executionTimeout i.e request time to attempt to execute to server before ASP.NET shuts down is

  1. 15
  2. 30
  3. 60
  4. 90
Question 17 Multiple Choice (Single Answer)

How can the contents of a file be converted to a stream object?

  1. using ToArray method
  2. using FileContent property
  3. using ToString method
  4. None of the above
Question 18 True/False

ActiveViewIndex attribute of MultiView describes the currently showing View.

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

Which of the following server controls are newly added to ASP.NET 2.0?

  1. Image Server control
  2. ImageMap server control
  3. CheckBox server control
  4. CheckBoxList server control
Question 20 Multiple Choice (Single Answer)

What is Silverlight?

  1. Database
  2. Web Technology
  3. Programming Language
  4. None of the above