0

web technology Online Quiz - 189

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

Which of the following are valid WSDL SOAP binding style/use models? Check all that apply

  1. RPC/encoded

  2. RPC/document

  3. RPC/literal

  4. Document/encoded

  5. Document/literal,


Correct Option: A,C,D,E

Which of the next elements can nest a SOAP Fault Element?

  1. Header

  2. Envelope

  3. Body

  4. Fault is the Root Element

  5. None of the above


Correct Option: C

What is the meaning of SAAJ?

  1. Simple Access API for Java

  2. SOAP with Attachments API for Java

  3. Serial Access API for Java

  4. Sun Access API for Java


Correct Option: B

An SAAJ message can be routed to more than one destination, is this true?

  1. True

  2. False


Correct Option: A

Which of the following statements are true about the SOAP syntax?

  1. 1) A SOAP message MUST NOT use the SOAP Encoding namespace

  2. 1) A SOAP message MUST use the SOAP Envelope namespace

  3. 2) A SOAP message MUST contain XML Processing Instructions

  4. 2) A SOAP message MUST NOT contain a DTD reference


Correct Option: B,D

Select all layers which form the stack of the Web Services architecture

  1. Discovery

  2. Description

  3. Packaging

  4. Transport

  5. Network


Correct Option: A,B,C,D,E

Web Services technology can be divided into 5 stack layers, in which layer SOAP be categorize

  1. Discovery

  2. Description

  3. Packaging

  4. Transport

  5. Network


Correct Option: C

Are views updateable?

  1. True

  2. False


Correct Option: A

%MYPRINT MEMORIAL DRIVE CAMBRIDGE /*REXX */ PARSE UPPER ARG LASTN FIRSTN ADDRESS SAY FIRSTN LASTN ADDRESS ------------ RESULT?

  1. MEMORIAL DRIVE CAMBRIDGE

  2. CAMBRIDGE MEMORIAL DRIVE

  3. MEMORIAL CAMBRIDGE DRIVE

  4. DRIVE MEMORIAL CAMBRIDGE


Correct Option: D

Who is the inventor of TomCat?

  1. Bjourne Stroutstrup

  2. James Duncan Davidson

  3. Ben Kingsley

  4. Keith Flethcer


Correct Option: B

____________ is a wire protocol that allows a standalone web-server such as Apache talk to Tomcat.

  1. AJP

  2. HTTP

  3. FTP

  4. AJAX


Correct Option: A

Tomcat is a ____________ container?

  1. Servlet Container

  2. EJB Server

  3. J2EE Server

  4. Nothing


Correct Option: A

_______________ have developed Tomcat?

  1. IEEE

  2. AT&T Bell Labs

  3. Microsoft

  4. Apache Software Foundation


Correct Option: D

_________________ is the default root directory once you install Tomcat.

  1. $CATALINA_HOME

  2. $BIN

  3. $ROOT

  4. $CONF


Correct Option: A

____________________ is the saving (persisting) to disk of HTTP sessions when the server is shut down and the corresponding reloading when the server is restarted.

  1. Persistence

  2. Server Persistence

  3. Session Persistence

  4. Streaming


Correct Option: C

Through ____________ Tomcat allows us to use its established JNDI context to look up any kind of resource available.

  1. Naming Lookup

  2. JNDI

  3. Class loader

  4. Buffering


Correct Option: B

Tomcat includes Server-Side capability (True/False)

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to understand what Tomcat is and its capabilities.

Tomcat is an open-source web server and servlet container developed by the Apache Software Foundation. It is primarily used to deploy Java-based web applications.

While Tomcat is a powerful web server, it does not include server-side capabilities. It is designed to handle the execution of Java-based server-side technologies, such as JavaServer Pages (JSP) and Java Servlets.

Therefore, the correct answer is:

B) False - Tomcat does not include server-side capabilities. It is a web server and servlet container for executing server-side technologies.

__________________ provides a means for running an external program in response to a browser request, typically to process a web based form.

  1. Common Gateway Interface

  2. CORBA

  3. IIS Server

  4. Java Servlets


Correct Option: A

The Admin web application is defined in the auto-deployment _____________.

  1. CATALINA_HOME/webapps/admin.html

  2. CATALINA_HOME/webapps/admin.xml

  3. CATALINA_BASE/webapps/admin.xml

  4. CATALINA_BASE/webapps/admin.html


Correct Option: C

The __________________ protocol provides with technical means of encrypting data as it passes over a network that Tomcat supports.

  1. TCP/IP

  2. PKI

  3. Secure Socket Layer (SSL)

  4. HTTPS


Correct Option: C
- Hide questions