0

web technology Online Quiz - 45

Description: web technology Online Quiz - 45
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. Extend SSL for XML

  2. Encrypt specific elements or a complete XML document

  3. Encrypts XML using a public key that can only be decrypted with a secret private key

  4. B and C


Correct Option: D
  1. New specification request in the community process

  2. A toolkit that allows developers to build, test and deploy Web Services

  3. Includes reference implementations for JavaServer Faces (JSF),JAXB,JAXP,JAXR,JAX-RPC,SAAJ and JSTL

  4. B and C


Correct Option: D

JAX-R

  1. To read and write to-from a UDDI registry using SOAP messages

  2. To read and write to-from an ebXML registry using SOAP messages

  3. A and B

  4. None of the above


Correct Option: C
  1. Can be used to generate server side and client side Java (Web Service) code from a WSDL

  2. Can be used to generate a WSDL from Java (Web Service) code

  3. Both A and B

  4. None of the above


Correct Option: C
  1. True, because they both generate the same SOAP message

  2. False, because one is written in Java and the other in C# etc

  3. None of the above

  4. Both 1 and 2 are correct


Correct Option: A
  1. An API to produce, consume and manipulate the XML structure for the SOAP message programmatically

  2. An API to for XML messaging

  3. An API for remote procedure calls

  4. All of the above


Correct Option: A
  1. True, because it also allows business documents like schemas and WSDL to be stored in it

  2. False, because the the actual content is never stored in UDDI

  3. None of the above

  4. Both 1 and 2 are correct


Correct Option: B
  1. Determine if two XML documents are logically equivalent

  2. Digitally encrypt an XML document

  3. Digitally sign an XML documents

  4. None of the above


Correct Option: A

WSDL

  1. TCP/IP or UDP port on the server

  2. Reprsents the actual service inv used

  3. Exposes a using a specific protocol binding

  4. All of the above


Correct Option: C

JAXP

  1. A new XML parser implementation

  2. A standard XML parsing technique

  3. A standard XML API that can be used by developers with over an XML parser

  4. All of the above


Correct Option: C

What's the name of mark up language followed in Zk

  1. ZUML

  2. XML

  3. HTML

  4. XHTML


Correct Option: A

Which is not a Implict objects used in zk ?

  1. applicationScope

  2. event

  3. request

  4. execution


Correct Option: C

All codes written in ZUML or Java file are executed in server side ?

  1. True

  2. False


Correct Option: A

Can u write java code in ZUML file ?

  1. True

  2. False


Correct Option: A

zk.xml is the configuration descriptor file is it optional ?

  1. True

  2. False


Correct Option: A

Choose the correct Order of life cycle of page loading in zk

  1. Page initial , Event processing , Component Creation , Rendering

  2. Page initial , Rendering , Component Creation , Event processing

  3. Page initial , Component Creation , Event processing , Rendering

  4. Page initial , Component Creation , Rendering , Event processing


Correct Option: C

Funtion Redraw() is called at which stage of in life cycle of page loading in zk ?

  1. Page initial

  2. Component Creation

  3. Event processing

  4. Rendering


Correct Option: D

Does zk have the support for MVC architectural pattern ?

  1. True

  2. False


Correct Option: A

Which method is executed first on load of page in zk?

  1. onCreate

  2. doAfterCompose

  3. onClick

  4. service


Correct Option: A
- Hide questions