Free IBM C9510-401 Exam Actual Questions

The questions for C9510-401 were last updated On Dec 17, 2024

Question No. 1

A JAX-WS EJB stateless session bean web service needs to be accessed by consumers outside the corporate domain.

Which configuration will help a system administrator meet the requirement?

Show Answer Hide Answer
Correct Answer: A

Question No. 2

The installation of WebSphere Application Server did not complete successfully, and a system administrator needs to troubleshoot the installation.

What can the administrator do to identify the cause of the installation failure?

Show Answer Hide Answer
Correct Answer: C

Installation Manager creates log files that you can use to troubleshoot any installation problems. Consider verifying the log files after any installation to ensure that everything in that process went successfully.

To examine the logs manually, locate the Installation Manager logs directory. The default location for this directory varies according to the operating system:

Windows: C:\ProgramData\IBM\Installation Manager\logs

UNIX: /var/ibm/InstallationManager/logs

References:


Question No. 3

A system administrator runs a Python script that creates and configures several servers and realizes that the script fails before completing. Although many tasks succeeded, they are rolled back when the script fails.

Before running the script again, what can the administrator add to the script after each task so the completed tasks are committed even if other tasks fail?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

A system administrator has created a Jython script that will run in WebSphere Network cell where administrative security is enabled. This script is named doUpdate.py and will be run by using the following:

wsadmin --connType RMI --f doUpdate.py

How can the administrator suppress a user/password prompt from appearing when this script is run?

Set the user and password in the:

Show Answer Hide Answer
Correct Answer: A

The user Id and password needed for wsadmin to connect to a secured server can be supplied as command line options and in properties files. If used together, command line options take precedence over what is in the properties files. The properties files are located at Profile_root/properties.

If you use a Remote Method Invocation (RMI) connector or a JSR160RMI connector, set the following properties in the sas.client.props file with the appropriate values:

com.ibm.CORBA.loginUserid=

com.ibm.CORBA.loginPassword=

References: https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/txml_security.html


Question No. 5

A system administrator decides to use the advice from the Performance and Diagnostic Advisor to identify the optimum connection pool settings for data sources. In a cell, the data source db2datasource is defined under node scope and used by two servers from that node. The administrator receives two different sets of advice for db2datasource.

How should the administrator configure the data sources before reusing the Performance and Diagnostic Advisor?

Show Answer Hide Answer