How can an administrator reduce overhead when utilizing monitored directories?
Answer : A
To change the standard polling interval setting, specify a number of seconds in the Polling interval field.
Figure: Configuring the monitored directory

Which tool can be used to collect data to be used for monitoring and tuning the environment?
Answer : B
WebSphere Application Server provides Performance Monitoring Infrastructure (PMI) data to help monitor the overall health of the WebSphere Application Server environment. PMI provides average statistics on WebSphere Application Server resources, application resources, and system metrics. Many statistics are available in WebSphere Application Server, and you might want to understand the ones that most directly measure your site's resources to detect problems.
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?
Answer : D
What is the default location for heap dumps?
Answer : D
An administrator wants to verify an IBM WebSphere Application Server installation by examining the installation's directory structure. In this example,
What is one directory tree structure that indicates a successful installation of the product files?
Answer : C
WebSphere Application Server Version 8.5.5 for Network Deployment:
/QIBM/UserData/WebSphere/AppServer/V85/ND/profiles/wp_profile/PortalServer
Which is a true statement regarding flexible management and the Job Manager?
Answer : B
In an IBM WebSphere Application Server cluster, an administrator notices EJB requests are not evenly distributed on the cluster members during the load test.
What two things can the administrator verify in order to identify and resolve the issue? (Choose two.)
Answer : A, D
A: Workload management optimizes the distribution of client processing tasks. Incoming work requests are distributed to the application servers, enterprise beans, servlets, and other objects that can most effectively process the requests.
D: The server weighted round robin routing policy ensures a balanced routing distribution based on the set of server weights that have been assigned to the members of a cluster. For example, if all servers in the cluster have the same weight, the expected distribution for the cluster is that all servers receive the same number of requests. If the weights for the servers are not equal, the distribution mechanism sends more requests to the higher weight value servers than the lower weight value servers. The policy ensures the distribution that you want, based on the weights that are assigned to the cluster members.