You are on page 1of 4

1.

A session is a series of requests to a [Servlet] from the same user at the same
browser.
Packets
Servlet
data
entity
A session is a series of requests to a servlet, originating from the same user a
t the
same browser.
2.Which of the following are not the supported resource types in WAS 5.x
javax.sql.DataSource
java.net.URL
javax.mail.request
javax.jms.Queue, javax.jms.Topic
javax.jdbc.TopicConnectionFactory
Correct answer is
javax.mail.request
javax.jdbc.TopicConnectionFactory
3. Match the following
Resource type
Notes

Client Configuration

javax.sql.DataSource
Supports configuratio
n of WebSphere Embedded Messaging, IBM MQ Series and other JMS providers
javax.jms.QueueConnectionFactory,
n of custom protocol handlers

Supports specificatio
Supports specificati

on of any Datasource implementation class


Page 223 of was nd 5.0
4. The [system class loader] class loader contains JAR files and classes that a
re defined by the -classpath parameter on the java command
1

Enterprise class loader

2. system class loader


3. Websphere class loader
4. Java class loader
5. Sequential class loader
Page 224 of WAS nd 5.0
5. Which of the following settings don't determine a classloader mode
If the application classloader policy of an application server is SINGLE, the
application classloader policy of an application server defines the mode for an
application classloader.
If the application classloader policy of an application server is MULTIPLE, the
classloader mode of an application defines the mode for an application
classloader.
If the WAR classloader policy of an application is replicated, the WAR
classloader policy of a Web module defines the mode for a WAR classloader.
Page 351 of WAS ND 5.0
6. The [cachespec.xml] file is found inside the META-INF directory of Web applic
ation
archive (WAR) file or enterprise bean JAR file
1) configcache.xml
2) module.xml
3) cachespec.xml
4) beanconfig.xml
5) application.properties
Page 474 of WAS ND 5.0
7. Which of the following are not the web application extensions which can be se
t on deployment descriptor
1. Content serving
2. File serving
3. Serving servlets by class name
4. Serving servlets by module name
5.directory browsing
Page 340 of WAS 7.0

8. Which of the following is the default option selected in the session manageme
nt of an Enterprise application
1. Deny overflow
2. Allow content
3. Cache cookies
4. Allow overflow
5. Deny overflow
Page 343 of WAS 7.0
9.
Match the property with the description
Property name
ion

Descript

com.ibm.wsspi.security.web.webAuthReq=always
en the URI is protected.

Authenticate only wh

com.ibm.wsspi.security.web.webAuthReq=persistent
y URI is accessed.

Authenticate when an

com.ibm.wsspi.security.web.webAuthReq=lazy
Default to basic aut
hentication when certificate authentication for the HTTPS client fails.
com.ibm.wsspi.security.web.failOverToBasicAuth=true
tication data when an unprotected URI is accessed.

Use available authen

10.If a connection needs to be made from a Intranet Client PC to the File transf
er server place in internet, the which of the following component needs to be us
ed
1) Reverse proxy
2) Edge load balancer
3) System proxy
4) Forward proxy
5) Internet proxy

You might also like