Question 6 of 128
Which statement describes the capabilities of the deployment manager?
    Correct Answer: D

Question 7 of 128
When verbose Garbage Collection is enabled, in which file(s) does the operating system collect the data?
    Correct Answer: D

Question 8 of 128
When setting up high availability settings for the web server, at what level should an administrator configure the custom properties?
    Correct Answer: A

    When setting up high availability settings for the web server, the custom properties should be configured at the cell level. The cell represents the highest level in the administrative hierarchy, encompassing all nodes and servers within the environment. Configuring high availability at the cell level ensures that the settings are applied globally, providing a unified approach to manage the redundancy and failover capabilities across the entire deployment.

Question 9 of 128
Through what protocol can a Java client directly access EJBs running on an application server?
    Correct Answer: B

    A Java client can directly access EJBs running on an application server through the RMI/IIOP protocol. RMI (Remote Method Invocation) allows Java clients to invoke methods on remote objects, and IIOP (Internet Inter-ORB Protocol) is used for communicating with CORBA-compliant servers, which is typically required for EJBs. JDBC, SOAP/JMS, and SOAP/HTTP are protocols used for different types of communication and don't provide the direct access required for EJBs.

Question 10 of 128
What is a benefit of using the IBM Extended Cache Monitor?
    Correct Answer: C