0

web technology Online Quiz - 109

Description: web technology Online Quiz - 109
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

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()


Correct Option: C

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()


Correct Option: A

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

  1. file_read()

  2. file()

  3. read()

  4. array()


Correct Option: B

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


Correct Option: A

The function used to delete a file is:

  1. unlink()

  2. delete_file()

  3. delete()

  4. remove()


Correct Option: A

What is the command to show the current date in switch?

  1. show clock

  2. show date

  3. show date info

  4. show clock info


Correct Option: A

What is the command to configure hostname for switch?

  1. switch_name name

  2. hostname name

  3. name name

  4. snmp-server name name


Correct Option: D

What is the command to trace an IP address?

  1. traceroute

  2. tracerc

  3. trace

  4. tracert


Correct Option: A,C

Like COBOL programs, in COBOL copybooks also, an asterisk at the seventh column will comment out the line.

  1. True

  2. False


Correct Option: A

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


Correct Option: C

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


Correct Option: C

Content Type and Site Columns can not be created by

  1. Sharepoint UI

  2. Sharepoint Object Model API

  3. With Features

  4. Sharepoint Designer


Correct Option: D

Ghosting / Unghosting is a terminology used in

  1. MOSS 2007

  2. WSS 3.0

  3. MOSS 2003

  4. SPS 2003


Correct Option: D

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


Correct Option: C

Page Layouts are created using

  1. Sharepoint Designer

  2. Visual Studio 2005

  3. WSS 3.0

  4. All of the above


Correct Option: A

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


Correct Option: C

Choose the asynchronous events below(Multiple Selection)

  1. ItemDeleted

  2. ItemDeleting

  3. ItemUpdated

  4. ItemUpdating


Correct Option: A,C

Workflows cannot be triggered from

  1. Content Types

  2. Site Columns

  3. List Items

  4. Document Library List Items


Correct Option: B

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


Correct Option: C

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


Correct Option: C
- Hide questions