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

A newly deployed application has authorization errors when invoking EJB methods from a servlet. An additional review indicates that users are authenticated, but do not have the correct authorization.

How can a system administrator fix the issue ensuring only authorized access?

A. Using the Integrated Solutions Console (ISC), map all security roles to the special subject Everyone.

B. Using the Integrated Solutions Console (ISC), map the security roles that are still not mapped to groups in the correct user registry.

C. Edit the application using an assembly tool to add a security constraint for the servlet and reinstall the application.

D. Edit the application using an assembly tool to remove the security constraint defined for the servlet and reinstall the application.

Buy Now

Correct Answer: B

Questions 5

A system administrator discovers an issue that requires a change to a federated server. In this cell,

WebSphere administrative security is enabled, but application security is not enabled.

How should the administrator make this change?

The administrator should use:

A. a web browser to connect to the node agent https port.

B. a web browser to connect to the deployment manager admin_host port.

C. the job manager to submit a job to update the unmanaged server.

D. an ssh connection to the node and modify the client_types.xml file.

Buy Now

Correct Answer: B

The admin_host virtual host is used for access to the WebSphere administrative console. At installation time, the host is configured to match requests on the wc_adminhost and wc_adminhost_secure ports for the stand-alone server or deployment manager.

References: WebSphere Application Server V8.5 Administration and Configuration Guide for the Full Profile (July 2013), page 303

Questions 6

A system administrator is tasked with monitoring the overall health of the WebSphere environment to be able to tune the environment properly. Specifically, the administrator was asked to:

Which PMI modules can the administrator examine to obtain this data?

A. Number of requests, Java virtual memory, Average response time

B. Number of requests, Average response time, Web server thread pools

C. Average response time, Java virtual memory, Number of Live HTTP Sessions

D. Average response time, Web server thread pools, Number of Live HTTP Sessions

Buy Now

Correct Answer: C

Monitoring overall system health. To monitor overall system health, monitor the following statistics at a minimum:

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

Questions 7

A system administrator is asked by a development team to monitor the performance of a newly deployed EJB application. The administrator noticed that the heap size of the application server is growing.

What should the administrator do to fix the problem using ORB settings?

A. Use J2EE managed object MBeans.

B. Enable the pass by reference option.

C. Disable the application scoped resources in the application deployment descriptor.

D. Ensure that Process embedded configurations is not selected when exporting the EAR.

Buy Now

Correct Answer: B

The Object Request Broker (ORB) pass by reference option determines if pass by reference or pass by value semantics should be used when handling parameter objects involved in an EJB request. This option can be found in the administrative console by navigating to Servers => Application Servers => server_name => Object Request Broker (ORB). By default, this option is disabled and a copy of each parameter object is made and passed to the invoked EJB method. This is considerably more expensive than passing a simple reference to the existing parameter object.

References: https://www.ibm.com/developerworks/websphere/techjournal/0909_blythe/0909_blythe.htm l#sec3e

Questions 8

A system administrator is configuring the security of a new environment. The administrator has been asked to configure one LDAP server that has different sub-trees for business users and administration users.

What should the administrator do to implement the required security configuration?

A. Install and configure a TAI (Trust Association Interceptor)

B. Configure a security domain for the stand-alone LDAP server.

C. Use Federated repositories and configure the supported entity types.

D. Use Stand-alone custom registry and configure the flat file implementation.

Buy Now

Correct Answer: C

Questions 9

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 10

A system administrator has deployed web applications to a clustered environment where database session persistence is configured. The administrator needs to improve the response time and the throughput.

How can the system administrator do this?

A. Disable server affinity.

B. Configure dynamic caching.

C. Configure a load balancer to spread work between existing web servers.

D. Tune the database session persistence to optimize for failover.

Buy Now

Correct Answer: B

The dynamic cache service improves performance by caching the output of servlets, commands, and JavaServer Pages (JSP) files. WebSphere Application Server consolidates several caching activities, including servlets, web services, and WebSphere commands, into one service called the dynamic cache. These caching activities work together to improve application performance and share many configuration parameters that are set in an application server's dynamic cache service.

References: WebSphere Application Server V8.5 Administration and Configuration Guide for the Full Profile (July 2013), page 512

Questions 11

A system administrator is required to monitor the application server logs for heap memory issues and determine if the heap memory usage is reaching close to 70% of the maximum heap. The application server is configured with an initial heap of 256 MB and a max heap of 1 GB.

How should the administrator determine if the application server is utilizing 70% of the max allocated heap memory?

A. Check the System logs for OutOfMemoryErrors.Trigger a heap dump from the Integrated Solutions Console (ISC).Analyze the heap dump.

B. Configure WebSphere Application Server to enable verbose garbage collection.Analyze the garbage collection cycles in the native logs.

C. Configure Initial heap to be equal to the max heap.Trigger a heap dump from the Integrated Solutions Console (ISC).Analyze the heap dump.

D. Configure WebSphere Application Server to increase max heap.Trigger a heap dump from the Integrated Solutions Console (ISC).Analyze the heap dump.

Buy Now

Correct Answer: B

Enabling verboseGC (Garbage Collection) output is often required when diagnosing issues with WebSphere Application Server. Because verboseGC data is critical to troubleshooting memory and performance problems and the overhead is generally very low, you may want to consider proactively enabling it in your environment.

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

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 web application is hosted on an application server that receives HTTP requests from a third party application named myApp. The URIGroup mapping for this application is called default_host_myApp.

The development team asks a system administrator to configure the HTTP plug-in to prevent routing requests to any application server except server1.

The following exhibit shows the parts of the plugin-cfg.xml file that are relevant for myApp. The UriGroups for other applications are not shown in the exhibit.

What should the administrator do to the plugin-cfg.xml file to ensure that requests for default_host_myApp URIGroup are routed only to machine1?

A. Delete the Server tag for CloneId="b20000002"Delete all of the tags within the Server tag

B. Delete the UriGroup tag for default_host_myAppDelete all of the tags within the UriGroup tag

C. Delete the VirtualHostGroup tag for default_hostDelete all of the tags within the VirtualHostGroup tag

D. Edit the LoadBalanceWeight for server1 to 20Edit the LoadBalanceWeight for server2 to

Buy Now

Correct Answer: A

Exam Code: C9510-401
Exam Name: IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile System Administration
Last Update: Jun 11, 2025
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

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