0

web technology Online Quiz - 139

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

Managed servers host the application components and resources which are also deployed and managed as part of the domain.

  1. True

  2. False


Correct Option: A

A domain can have ONLY one cluster.

  1. True

  2. False


Correct Option: B
  1. It has access to a ServletConfig

  2. It has access to a ServletContext

  3. It is only called once

  4. It can be overridden


Correct Option: A,B,C,D

Which directives specify an HTTP response that will be of type "image/svg"?(Choose all that apply)


Correct Option: D

How would you set a header named "CONTENT-LENGTH" in the HttpServletResonse object?

  1. response.setHeader(CONTENT-LENGTH,"numBytes");

  2. response.setHeader("CONTENT-LENGTH","numBytes");

  3. response.setStatus(1024);

  4. response.setHeader("CONTENT-LENGTH",1024);


Correct Option: B

WebService is defined as programmable web application logic accessible via standard web protocols.

  1. True

  2. False


Correct Option: A
  1. a. Connect independent, heterogeneous systems

  2. b. Loosely-coupled, message based systems

  3. c. Open protocols on the wire

  4. d. All Of the above


Correct Option: D

SOAP is based on which language

  1. a. Java

  2. b. .Net

  3. c. XML

  4. d. A & B


Correct Option: C

SOA stands for :

  1. a. Simple Oriented Architecture

  2. b. Service Oriented Architecture

  3. c. Simple Object Access

  4. d. Service Object Access


Correct Option: B
  1. a. Service Oriented Architecture Protocol

  2. b. Service Oriented Architecture Program

  3. c. Simple Object Access Protocol

  4. d. Service Object Access Project


Correct Option: C
  1. a. Web Service Description Language

  2. b. Web Source for Description Language

  3. c. Web Service Detection Language

  4. d. Web Service Destructive Language


Correct Option: A
  1. a. WSDL

  2. b. Web Services Directory

  3. c. UDDI

  4. d. All of the above


Correct Option: C
  1. a. Universal Description, Discovery, and Integration

  2. b. Universal Directory for Database and Integration

  3. c. Universal Directory for Discovery and Internationalization

  4. d. Unit Description, Discovery, and Integration


Correct Option: A

WSDL standard are define by:

  1. a. IEEE

  2. b. W3C

  3. c. WSDL

  4. d. All Of the above


Correct Option: B

SOAP Specification Defines :

  1. a. The Soap Message Format

  2. b. How to send message and receive response

  3. c. Data Encoding

  4. d. A & B only

  5. e. All Of the above


Correct Option: E
- Hide questions