Question 6 of 128

What is one of the benefits of using a federated repository over a user registry?

Answer

Suggested Answer

The suggested answer is C.

Federated repositories enable you to use multiple repositories with WebSphere® Application Server. These repositories, which can be file-based repositories,
LDAP repositories, or a sub-tree of an LDAP repository, are defined and theoretically combined under a single realm. All of the user repositories that are configured under the federated repository functionality are invisible to WebSphere Application Server.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cwim_fedrepos.html
Question 7 of 128

Which statement describes the capabilities of the deployment manager?

Answer

Suggested Answer

The suggested answer is D.

The deployment manager is an administration application that runs in a special application server, which is created when you install the WebSphere Application
Server Network Deployment product or when you create a management profile using the deployment manager profile template.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_snsdply_is.html
Question 8 of 128

When verbose Garbage Collection is enabled, in which file(s) does the operating system collect the data?

Answer

Suggested Answer

The suggested answer is D.

Depending on the operating system in use, the verboseGC output will be written to the following file by default:
AIX, Linux, or Windows: native_stderr.log
Solaris or HP-UX native_stdout.log
Reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21114927
Question 9 of 128

When setting up high availability settings for the web server, at what level should an administrator configure the custom properties?

Answer

Suggested Answer

The suggested answer is 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 10 of 128

Through what protocol can a Java client directly access EJBs running on an application server?

Answer

Suggested Answer

The suggested answer is 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.