Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > IBM > IBM Certifications > C9510-401 > C9510-401 Online Practice Questions and Answers

C9510-401 Online Practice Questions and Answers

Questions 4

The computer where a federated node was running had a failure and cannot be recovered. A system administrator wants to recreate the node with the same configurations in another computer.

Which steps should the administrator execute in order to recover the damaged node?

A. Configure the new computer with a different hostname.Create a custom profile with the same name.Federate to the cell using the command addNode with the default options.

B. Configure the new computer with a different hostname.Create a custom profile with a different name.Federate to the cell using the command addNote with the option 璦sExistingNode.

C. Configure the new computer with the same hostname.Create a custom profile with the same name.Federate to the cell using the command addNote with the option 璦sExistingNode.

D. Configure the new computer with the same hostname.Create a custom profile with the same name.Federate to the cell using the command addNote with the options 璱ncludeapps.

Buy Now

Correct Answer: C

You can use the -asExistingNode option of the addNode command to recover and move nodes of a deployment manager. Using the -asExistingNode option, federate a new custom node to a deployment manager as an existing node. During federation, the product uses information in the deployment manager master configuration to transform the custom node into the existing node.

References: https://www.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.websphere.zseries .doc/ae/ tagt_addNode_asExistingNode.html

Questions 5

A system administrator has created a cluster containing two servers in a same node. The administrator did not select the option Generate unique HTTP ports during the creation of the cluster members. After the cluster creation, the administrator changed the HTTP port of the second cluster member to 9081.

Testing the servers using the snoop servlet directly to the server's HTTP port, the administrator got the following error message for the second server:

How can the administrator fix this problem?

A. Regenerate and propagate the HTTP plug-in.

B. Add the port 9081 to the default_host alias.

C. Create a new virtual host alias at the cell level for the port 9081.

D. Edit the server.xml for the second server and add the port 9081.

Buy Now

Correct Answer: B

Problem(Abstract) When setting up IBM Cognos within IBM WebSphere, the URI is not accessible. The error message when trying the http://:/p2pd/servlet/dispatch is

SRVE0255E: A WebGroup/Virtual Host to handle /p2pd/servlet/dispatch has not been defined. Symptom Unable to start IBM Cognos Business Intelligence

Cause The virtual host does not contain IBM WebSphere Port that the Application server is listening on. This may be one of several reasons.

References: http://www-01.ibm.com/support/docview.wss?uid=swg21438842

Questions 6

A WebSphere system administrator needs to install the Installation Manager (IM) on an unmanaged node on a host named . The deployment manager is running on a host named .

What step must the administrator take before submitting a job from the Integrated Solutions Console (ISC) to install the IM on ?

A. Install a node agent on .

B. Install the job manager on .

C. Start the job manager on .

D. Register as a target for job manager.

Buy Now

Correct Answer: D

Submitting jobs to install Installation Manager on remote hosts In a flexible management environment, you can submit the Install IBM Installation Manager job to install the Installation Manager on registered hosts of the job manager.

References: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.inst allation.zseries.doc/ae/tagt_jobmgr_install_im.html

Questions 7

A system administrator wants to learn some of the Python scripting commands for the administration of the environment.

Which product feature should the administrator use?

A. The wsadmin.properties file to load a profile.

B. The AdminTask object to generate wsadmin scripts.

C. The guided activities panel from the Integrated Solutions Console (ISC).

D. The "Log command assistance commands" option in the Integrated Solutions Console (ISC).

Buy Now

Correct Answer: D

Questions 8

A system administrator has configured a network deployment cell containing multiple nodes and global security enabled with an LDAP repository. To increase capacity, the administrator needs to add additional nodes to the cell. After adding the nodes by using both scripts and the Integrated Solutions Console (ISC), the administrator examines the System.out log for the deployment manager and notices the following message:

How can the administrator resolve this problem?

A. Disable Java 2 security.

B. Restart the deployment manager.

C. Increase the RSA token timeout value.

D. Change the number of active LTPA keys.

Buy Now

Correct Answer: B

When nodes are added while LDAP security is enabled, the following exception is generated in the deployment manager System.out log under certain circumstances. If this happens, restart the deployment manager to resolve the problem. 0000004d ORBRas E com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl createSSLSocket ProcessDiscovery : 0 JSSL0080E: javax.net.ssl.SSLHandshakeException The client and server could not negotiate the desired level of security. Reason?com.ibm.jsse2.util.h: No trusted certificate found

References: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/ tagt_svr_conf_nodes.html

Questions 9

A WebSphere Application Server cell was configured with a deployment manager node and a custom node. An operator manually changed some configuration files in the custom node, and the node became out of synch with the master repository.

The system administrator used the Synchronize button in the system administration session of the Integrated Solutions Console (ISC) to try to resynchronize the node, but the node remained out of sync.

What should the administrator do to fix it?

A. Use the Full Resynchronize button.

B. Invoke "sync" operation on NodeSync MBean.

C. Recreate the custom profile with the same name without deleting the node.

D. Manually copy all the deployment manager configuration files to the custom node.

Buy Now

Correct Answer: A

Select "Full Resynchronize" in the console.

References: https://www-01.ibm.com/support/docview.wss?uid=swg21233075

Questions 10

A performance test team was testing the capacity of concurrent users of a web application deployed on a multi-processor server. While testing 250 concurrent users, the administrator discovers connections to the database are failing.

In response, a system administrator increased the connection pool to the maximum limit which the database allows and increased the prepared statement cache size. The test passed, but the application response time was slower.

How should the system administrator tune the data source properties to improve the application response time?

A. Change connection pools purge policy.

B. Decrease connection pool reap time.

C. Decrease number of free pool partitions.

D. Decrease the prepared statement cache size.

Buy Now

Correct Answer: D

The higher the statement cache, the more system resources are delayed. Therefore, if you set the number too high, you might lack resources because your system cannot open multiple prepared statements.

References: http://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.d oc/ae/ udat_jdbcdatasorprops.html

Questions 11

A customer has enabled LTPA as their authentication mechanism and has web resources that are not secured by proper security constraints. A system administrator is required to ensure that all web resources are secured.

How should the administrator accomplish this?

A. Enable "Authenticate when any URI is accessed".

B. Enable "Authenticate only when the URI is protected".Disable "Use available authentication data when an unprotected URI is accessed".

C. Enable "Authenticate only when the URI is protected".Enable "Use available authentication data when an unprotected URI is accessed".

D. Map the application security roles to the configured user registry's groups.

Buy Now

Correct Answer: A

Authenticate only when the URI is protected The application server challenges the web client to provide authentication data when the web client accesses a Uniform Resource Identifier (URI) that is protected by a Java Platform, Enterprise Edition (Java EE) role. The authenticated identity is available only when the web client accesses a protected URI. This option is the default Java EE web authentication behavior that is also available in previous releases of WebSphere?Application Server.

References: https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.base.d oc/ae/ usec_webauth.html

Questions 12

After installing an enhanced EAR in a WebSphere Application Server environment, a system administrator with Configurator privileges is able to see a JDBC provider and a data source in the Integrated Solution Console (ISC) but is not able to delete these resources.

How can the administrator resolve this issue?

A. Use the AdminTask object to delete the resources.

B. Stop all application server instances and then delete the resources.

C. Ask another administrator with iscadmin privilege to delete the resource.

D. Edit the EAR to remove the application scoped resources and reinstall the application.

Buy Now

Correct Answer: A

The JDBCProviderManagement command group for the AdminTask object includes the following commands:

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

Questions 13

A system administrator has added a server cluster as a member of a service integration bus (SIB). The administrator needs to configure one messaging engine for each server in this cluster and to have a failover location for each messaging engine.

What should the administrator do to achieve the required design?

A. Configure a new messaging engine in each server to support failover.

B. Configure the data store for each messaging engine for each server in the cluster.

C. Select scalability with high availability as the messaging engine policy.

D. Create a core group policy to restrict each messaging engine to a particular server.

Buy Now

Correct Answer: C

The scalability with high availability configuration ensures that there is a messaging engine for each server in a cluster, and that each messaging engine has a failover location.

http://www-01.ibm.com/support/knowledgecenter/SSCKBL_8.5.5/com.ibm.websphere.nd.doc/ae/cjt10 04_.html (second paragraph)

Exam Code: C9510-401
Exam Name: IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile System Administration
Last Update: Jul 07, 2026
Questions: 73

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.