What is a benefit of using the IBM Extended Cache Monitor?
C
Explanation:
The IBM Extended Cache Monitor for IBM WebSphere Application Server provides you with two
functions that are not available with the cache monitor that is supplied with WebSphere Application
Server. These two functions enable you to:
display the contents of object cache instances
display the Dynamic Cache mbean statistics for cache instances
Which two methods are used for communicating session linkages between the client and the server?
(Choose two.)
C,E
Explanation:
Representational State Transfer (REST) is a lightweight framework for designing applications that use
HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD)
operations between client and server. Applications interact with the services by using HTTP, POST,
PUT, GET, and DELETE operations.
Which type of profile provides management capabilities for multiple stand-alone application
servers?
C
Explanation:
You can use the following different configurations of the application server to combine the plug-in
configuration files of multiple application server profiles into a single output file:
* Using multiple stand-alone base application server profiles with an administrative agent using the
job manager. The job manager function is a part of WebSphere Application Server Network
Deployment. However, you can use the job manager function with stand-alone, base application
server profiles. Use this topic to complete this configuration.
Etc.
An administrator wants to verify an IBM WebSphere Application Server installation by examining the
installations directory structure. In this example, <WAS_installation_directory> indicates the
installations root directory.
What is one directory tree structure that indicates a successful installation of the product files?
C
Explanation:
WebSphere Application Server Version 8.5.5 for Network Deployment:
/QIBM/UserData/WebSphere/AppServer/V85/ND/profiles/wp_profile/PortalServer
Which statement describes the functionality of web containers?
B
Explanation:
The runtime environment for Web components is called the Web container. It processes servlets, JSP
files, and other types of server-side components.
Which of the following is required for Secure Sockets Layer (SSL) enablement within an HTTP server?
B
Explanation:
The iKeyman GUI, which is included within the IBM HTTP Server distribution, can be used to create a
key database file (for example: key.kdb) needed to store personal server certificates required by the
client browser during an SSL handshake.
What data source property can an administrator configure to minimize the chances of encountering
StaleConnectionExceptions?
A
Explanation:
The
configuration
options
below
help
minimize
the
chances
of
encountering
StaleConnectionExceptions by helping to ensure that your WebSphere Application Server maintains
control of database connections, specifically, the only one closing them, rather than other
components in your network:
The datasource MIN connections should be set to 0. By setting a MIN > 0, you are telling the
application server that this number of connections will be valid for the life of the application server
JVM. Unless you can guarantee the MIN number of connections will never be timed out or dropped,
setting a MIN will cause a StaleConnectionException when the connection becomes invalid.
Which is true about software repositories for IBM Installation Manager?
C
Explanation:
IBM Installation Manager is a single installation program that can use remote or local software
repositories to install, modify, or update certain IBM products. It determines and shows available
packages, checks prerequisites and interdependencies, and installs or modifies the selected
packages. You also use IBM Installation Manager to uninstall the packages that it installed.
What is one way to determine if administrative security for IBM WebSphere Application Server is
disabled when logging into the Integrated Solutions Console?
C
Explanation:
Congratulations! You have successfully manually disabled Global Security for your IBM WebSphere
Application Server instance. You should now be able to access the WAS Integrated Solutions Console
(ISC) without having to specify a password.
An administrator needs to resolve port conflicts after creating a managed node using the Profile
Management Tool.
Which supported method can be used to resolve the port conflicts?
B
Explanation:
If you discover ports conflicts, then you can reassign ports manually. To reassign ports, run the
updatePorts.ant file by using the ws_ant script.