SharePoint 2007 Web Parts and Configuration Quiz

Test your knowledge of SharePoint 2007 and 2003 including web parts, workflows, CAML queries, authentication, and configuration

16 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

If you want to check whether your script has already sent headers then which of the following can be used?

  1. header()
  2. setcookie()
  3. headers_sent()
  4. sent()
Question 2 Multiple Choice (Single Answer)

If one wants to convert all single-quotes (') to a backslash followed by a single-quote (') which of the following can be used to achieve the above?

  1. addslashes()
  2. appendslashs()
  3. addbackslash()
  4. removeslash()
Question 3 Multiple Choice (Single Answer)

To read a file into an array, which of the following function can be used?

  1. file_read()
  2. file()
  3. read()
  4. array()
Question 4 Multiple Choice (Single Answer)

The function of strcspn is

  1. Returns the first position in a string that contains a character not in another string
  2. Matches one string in another using glob style matching
  3. Returns the position of the character that's lowest in the ASCII set in a given string
  4. None of the Above
Question 5 Multiple Choice (Single Answer)

The function used to delete a file is:

  1. unlink()
  2. delete_file()
  3. delete()
  4. remove()
Question 6 Multiple Choice (Multiple Answers)

To show an external application in a Sharepoint Web Page which webpart will be best suited:

  1. Content Editor Web Part
  2. Content Query Web Part
  3. Page Viewer Web Part
  4. External Applications Web Part
Question 7 Multiple Choice (Single Answer)

What are the authentication mechanism supported within Sharepoint 2007 ? A-NTLM, B-Kerberos, C-Forms

  1. Only A & B
  2. Only B & C
  3. A B & C
  4. None
Question 8 Multiple Choice (Single Answer)

Content Type and Site Columns can not be created by

  1. Sharepoint UI
  2. Sharepoint Object Model API
  3. With Features
  4. Sharepoint Designer
Question 9 Multiple Choice (Single Answer)

Ghosting / Unghosting is a terminology used in

  1. MOSS 2007
  2. WSS 3.0
  3. MOSS 2003
  4. SPS 2003
Question 10 Multiple Choice (Single Answer)

Which one is chosen the best for receiving emails when any inserts/updates happen in a list:

  1. Event Handlers
  2. Workflows
  3. Alerts
  4. Timer Jobs
Question 11 Multiple Choice (Single Answer)

Page Layouts are created using

  1. Sharepoint Designer
  2. Visual Studio 2005
  3. WSS 3.0
  4. All of the above
Question 12 Multiple Choice (Single Answer)

CAML Queries are generally used in

  1. Consuming Sharepoint Web Services
  2. Sharepoint Designer Workflows
  3. Sharepoint Object Model
  4. Writing Sql Queries using Sharepoint Web Services
Question 13 Multiple Choice (Multiple Answers)

Choose the asynchronous events below(Multiple Selection)

  1. ItemDeleted
  2. ItemDeleting
  3. ItemUpdated
  4. ItemUpdating
Question 14 Multiple Choice (Single Answer)

Workflows cannot be triggered from

  1. Content Types
  2. Site Columns
  3. List Items
  4. Document Library List Items
Question 15 Multiple Choice (Single Answer)

To get all the web parts on a page which of the following needs to be added at the end of the url

  1. #contents=0
  2. #contents=1
  3. ?contents=1
  4. ?contents=0
Question 16 Multiple Choice (Single Answer)

To show an external application in a Sharepoint Web Page which webpart will be best suited:

  1. Content Editor Web Part
  2. Content Query Web Part
  3. Page Viewer Web Part
  4. External Application Web Part