Which of the following is required for Secure Sockets Layer (SSL) enablement within an HTTP server?
A. A JDK
B. A valid, issued certificate
C. IPv6 (Internet Protocol Version 6)
D. Updating the https.conf file and not the httpd.conf file
An administrator would like to uninstall an instance of a multiple instance installation via response file.
How does the administrator ensure that the correct instance is uninstalled?
A. All the features must be listed.
B. The profile ID must point to the correct instance.
C. The offering ID must point to the correct instance.
D. The repository location must point to the correct instance.
An administrator has deployed an application that uses 30 unique SQL statements with a maximum data source connection pool size of 10.
What is the recommended prepared statement cache size for the application?
A. 10
B. 30
C. 40
D. 300
What can an administrator use to remotely manage multiple stand-alone (unfederated) application servers?
A. Job Manager
B. Administrative agent
C. Deployment manager
D. remoteServer.jacl script
Which statement is true when an administrator issues the following command?
addNode localhost 8879 –includeapps
A. The running application server is stopped and the application is overwritten in the new environment.
B. The running application server continues to run and the application is overwritten in the new environment.
C. The running application server is stopped and the same version of the application starts in the new environment.
D. The running application server continues to run and the same version of the application starts in the new environment.
What is the purpose of setting the JVM custom property com.ibm.websphere.nodeagent.bootstrap.maxthreadpool = 5 on the node agent?
A. Start five application server processes in parallel.
B. Use five threads to process parallel requests on node agent.
C. Create five threads to communicate with application servers.
D. Create five threads to communicate with deployment manager.
What information must the system administrator have to successfully tune a connection pool?
A. The requests per second that occur during a peak.
B. The MaxConnections and WaitingCount values.
C. The number of concurrent requests waiting for a connection.
D. How long the database takes to respond to SELECT operations only.
Which of the following describes how communication occurs when a Web Services client sends a request to an application server?
A. Through SOAP over HTTP and passing through the web services engine
B. Through SOAP over JMS and passing through the embedded HTTP server
C. Through RMI over IIOP communication directly to the messaging engine within the application server
D. Through SOAP over JMS communications directly to the messaging engine within the application server
Which is true statement regarding the Administrative security role and its purpose?
A. The Admin Security Manager has the ability to map other users to applications.
B. The Admin Security Manager has the ability to map other users to administrative roles.
C. The Integrated Solutions Console administrator has ability to map other users to applications.
D. The Integrated Solutions Console administrator has ability to map other users to administrative roles.
Which statement describes an administrative request to start a server in a cell topology?
A. The admin application running on the node forwards the request.
B. The request is sent to the web server running on the node agent.
C. The request is sent to the admin service running on the node agent.
D. The admin service running on the application server forwards the request.