Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

C9510-401 Questions and Answers

Question # 6

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_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

Full Access
Question # 7

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?

A.

AdminApp

B.

AdminTask

C.

AdminConfig

D.

AdminControl

Full Access
Question # 8

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.

  • One set of advice suggests to increase the maximum connection pool size for db2datasource.
  • The other suggests reducing the maximum connection pool size for db2datasource.

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

A.

Create a data source of the same name under cell scope.

B.

Create a data source of the same name under server scope for each server.

C.

Increase the minimum connection pool size for the data source.

D.

Decrease the maximum connection pool size for the data source.

Full Access
Question # 9

A system administrator needs to configure a JDBC provider and a data source for an application in a clustered environment. The administrator also needs to copy the JDBC drivers from the database server to the application server machines.

How can the administrator meet these requirements?

A.

Create a JDBC provider and the data source in the cluster scope.

Copy the driver to all nodes.

Set the environment variable at the node level to the driver’s path.

B.

Create a JDBC provider in the server scope and the data source in the node scope.

Copy the driver to all application servers.

Set the environment variable at the node level to the driver’s path.

C.

Create a JDBC provider in the node scope and the data source in the cell scope.

Copy the driver to the deployment manager.

Set the environment variable at the server level to point to the deployment manager path.

D.

Create a JDBC provider in the application scope and the data source in the server scope.

Copy the driver to all application server directories.

Set the environment variable in each JVM to the driver’s path.

Full Access
Question # 10

A system administrator runs a Jython script that creates and configures several servers and realize 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?

A.

AdminApp.update()

B.

AdminConfig.save()

C.

AdminControl.invoke(server, ‘sync’)

D.

AdminTask.backupJobManager(‘server’)

Full Access