Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

C9510-401 Sample Questions Answers

Questions 4

Which of the following comprises an initial Liberty profile server process?

Options:

A.

A single JVM, the Liberty kernel, and feature manager.

B.

A single JVM, and OSGI framework and an object request broker.

C.

an OSGI framework, a web container and an EJB container.

D.

AN administrative agent, the Liberty kernel and shared libraries.

Buy Now
Questions 5

A system administrator needs to install WebSphere Application Server using response files, so that a silent install can be done. The administrator has ensured that all required prerequisites have already been installed and, has downloaded and expanded the required WebSphere Application Server installation files.

What can the administrator run to install the product?

Options:

A.

install –options responsefile.xml -silent

B.

install –acceptLicense –options responsefile.xml -silent

C.

imcl –acceptLicense input responsefile.xml –log logfile.txt

D.

IBMIM –acceptLicense –input responsefile.xml –log logfile.txt

Buy Now
Questions 6

A system administrator has created a Python 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:

Options:

A.

sas.client.props file.

B.

ssl.client.props file.

C.

soap.client.props file.

D.

wsadmin.properties file.

Buy Now
Questions 7

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:

  • Monitor how much time is spent in the various parts of the environment.
  • Determine the concurrent usage of the site.
  • Identify potential memory leaks.

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

Options:

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
Questions 8

The application placement controller has been configured with elasticity mode enabled. Intermittently, all instances of a dynamic cluster are removed. After further review, the system administrator noticed that it occurs during peak load on another dynamic cluster.

The administrator wants to keep at least one instance available. Which configuration is needed in the dynamic clusters?

Options:

A.

Enable application lazy start with elasticity mode.

B.

Set the proactiveIdleStop custom property to true.

C.

Set the Number of instances to a value greater than zero.

D.

Disable the option “If other dynamic clusters need resources, stop all instances of this cluster during periods of inactivity”.

Buy Now
Questions 9

A system administrator has installed WebSphere Application Server Network Deployment V8.5.5 using the silent installation process and needs the verify that the installation completed successfully.

What does the administrator need to do to verify a successful installation?

Options:

A.

Launch the Installation Manager GUI, verify the installation by going to File -> View Installed Packages.

B.

Run the command IBMIM listInstalledPackages and check that the appropriate WebSphere Application Server package is listed.

C.

Check for INSTCONFSUCCESS message at the end of the log.txt file.

D.

Use the installver command to compare the checksum of the product file to the correct checksum value in the bill-of-materials file and make sure that the checksums match.

Buy Now
Questions 10

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?

Options:

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
Questions 11

A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include

dropins=”${server.config.dir}/applications” dropinsEnabled=”true”/>

The administrator placed the application ServletApp.war in the apps directory under ${server.config.dir}. While accessing the correct URL for the home page of the application, the error “Context Root Not Found” occurs in the browser.

How can the administrator resolve this error?

Options:

A.

Restart the Liberty profile server.

B.

Install the ServletApp.war file using the Integrated Solutions Console (ISC).

C.

Place the ServletApp.war file in the directory named dropins under ${server.config.dir}.

D.

Place the ServletApp.war file in the directory named applications under ${server.config.dir}.

Buy Now
Questions 12

A system administrator completed a WebSphere Application Server installation by using the Installation Manager. During installation, all defaults were selected for the installation root directories and the shared resources directory. Over time, the administrator has updated the installation with various interim fixes and fix packs. The administrator notices that the shared resources directory is very large in size and grows larger each time the Installation Manager is run.

How can the administrator decrease the size and remove some of the content from the shared resources directory?

Options:

A.

Manually delete content from the directory.

B.

During an update, create a new shared resources directory.

C.

Clear the Delete Saved Files option for the Installation Manager.

D.

Set the preserveDownloadedArtifacts preference to false.

Buy Now
Questions 13

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?

Options:

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
Questions 14

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?

Options:

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_myApp

Delete all of the tags within the UriGroup tag

C.

Delete the VirtualHostGroup tag for default_host

Delete all of the tags within the VirtualHostGroup tag

D.

Edit the LoadBalanceWeight for server1 to 20

Edit the LoadBalanceWeight for server2 to 2

Buy Now
Questions 15

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?

Options:

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
Questions 16

An application contains a web services client and the application is deployed and running. A system administrator has to add a response timeout to the deployed web services client, so the call fails in a timely fashion.

Which artifact should the administrator use?

Options:

A.

web.xml

B.

was-webservices-sca.xml

C.

ibm-webservices-bnd.xml

D.

ibm-webservicesclient-bnd.xml

Buy Now
Questions 17

Within a WebSphere Application Server Network Deployment cell, a system administrator needs to write a script to determine if a particular server is stopped. It is important that the wsadmin script explicitly return a status of stopped as opposed to just failing.

What wsadmin object should the administrator use to write this script?

Options:

A.

AdminApp

B.

AdminTask

C.

AdminConfig

D.

AdminControl

Buy Now
Questions 18

A system administrator needs to trigger a javacore only when a java,net.SocketTimeoutException is encountered in real time.

What does the administrator have to configure to trigger the javacore dump?

Options:

A.

Configure the JAVA_DUMP_OPTS environment variable to capture javacore for ANYSIGNAL and all exceptions.

B.

Configure an –Xdump:java Generic JVM argument on WebSphere Application Server with the filter for java.net.SocketTimeoutException.

C.

Code wsadmin script to capture javacore and then execute it after the java.net.SocketTimeoutException has been encountered.

D.

Use the log filter in HPEL to monitor for java.net.SocketTimeoutException and then gather a javacore dump from the Integrated Solutions Console (ISC).

Buy Now
Questions 19

There are many applications deployed in a large WebSphere Application Server cluster. A system administrator is required to give Configurator role access to a developer for a single application deployed in that cluster.

How should the administrator meet this requirement and restrict Configurator role access for a single application?

Options:

A.

Create a J2C authentication alias for that developer.

B.

Create an Administrative user role and provide Configurator access to the developer.

C.

Create an Administrative group role and provide Configurator access to the developer.

D.

Create an administrative authorization group, scope it only for that application and create an Administrative user or group role to give Configurator access to the developer.

Buy Now
Questions 20

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?

Options:

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
Questions 21

A system administrator was asked by the development team to inform them of any warning message which contains a string “Connection” on a WebSphere Application Server with High Performance Extensible Logging (HPEL) enabled.

Options:

A.

Configure log detail levels to include filter on “Connection” string.

B.

Use the Log Viewer in the administrative console with filter on “Connection” string.

C.

Use the logviewer.sh or logviewer.bat command with appropriate options.

D.

Use the Log Viewer in the administrative console with filter on “Connection” string and enable the “Refresh automatically” feature.

Buy Now
Exam Code: C9510-401
Exam Name: D Application Server Network Deployment V8.5.5 and Liberty Profile System Administration
Last Update: May 15, 2024
Questions: 73
$64  $159.99
$48  $119.99
$40  $99.99
buy now C9510-401