SharePoint 2007 Web Parts and Configuration Quiz
Test your knowledge of SharePoint 2007 and 2003 including web parts, workflows, CAML queries, authentication, and configuration
Questions
If you want to check whether your script has already sent headers then which of the following can be used?
- header()
- setcookie()
- headers_sent()
- sent()
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?
- addslashes()
- appendslashs()
- addbackslash()
- removeslash()
To read a file into an array, which of the following function can be used?
- file_read()
- file()
- read()
- array()
The function of strcspn is
- Returns the first position in a string that contains a character not in another string
- Matches one string in another using glob style matching
- Returns the position of the character that's lowest in the ASCII set in a given string
- None of the Above
The function used to delete a file is:
- unlink()
- delete_file()
- delete()
- remove()
To show an external application in a Sharepoint Web Page which webpart will be best suited:
- Content Editor Web Part
- Content Query Web Part
- Page Viewer Web Part
- External Applications Web Part
What are the authentication mechanism supported within Sharepoint 2007 ? A-NTLM, B-Kerberos, C-Forms
- Only A & B
- Only B & C
- A B & C
- None
Content Type and Site Columns can not be created by
- Sharepoint UI
- Sharepoint Object Model API
- With Features
- Sharepoint Designer
Ghosting / Unghosting is a terminology used in
- MOSS 2007
- WSS 3.0
- MOSS 2003
- SPS 2003
Which one is chosen the best for receiving emails when any inserts/updates happen in a list:
- Event Handlers
- Workflows
- Alerts
- Timer Jobs
Page Layouts are created using
- Sharepoint Designer
- Visual Studio 2005
- WSS 3.0
- All of the above
CAML Queries are generally used in
- Consuming Sharepoint Web Services
- Sharepoint Designer Workflows
- Sharepoint Object Model
- Writing Sql Queries using Sharepoint Web Services
Choose the asynchronous events below(Multiple Selection)
- ItemDeleted
- ItemDeleting
- ItemUpdated
- ItemUpdating
Workflows cannot be triggered from
- Content Types
- Site Columns
- List Items
- Document Library List Items
To get all the web parts on a page which of the following needs to be added at the end of the url
- #contents=0
- #contents=1
- ?contents=1
- ?contents=0
To show an external application in a Sharepoint Web Page which webpart will be best suited:
- Content Editor Web Part
- Content Query Web Part
- Page Viewer Web Part
- External Application Web Part