00:00

QUESTION 11

What must be done to delete one or more files from an application when using a partial application update?

Correct Answer: C
If you want to delete application files when you deploy a partial application update, you must first supply a special metadata file called META-INF/ibm-partialapp-delete.props in the partial application compressed file before you continue with the following procedure. Etc.
References:https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.developer.doc/tasks/tdpdeploying_j2ee_assets_partial.htm

QUESTION 12

An administrator notices that the Message Driven Beans (MDBs) are slow to complete, and decides to increase the ‘Maximum concurrent MDB invocations per endpoint’.
Which thread pool should be tuned to ensure it can run the maximum number of MDBs without waiting?

Correct Answer: D
The thread pool WMQJCAResourceAdapter is referenced by the WebSphere MQ (WMQ) resource adapter inbound delivery to MDB's. When WebSphere MQ resource adapter is used in conjunction with the activation specs, the resource adapter's Work Manager uses the values defined for the WMQJCAResourceAdapter for utilizing the total number of threads defined.
Ideally the default values provides for the WMQJCAResourceAdapter will be sufficient for the resource adapter. But in case there is an heavy load on the system processing huge
number of messages, you can increase the maximum number of threads the thread pool can hold.
References:http://www-01.ibm.com/support/docview.wss?uid=swg21383363

QUESTION 13

When deploying a new edition of an application, which edition rollout configuration option should be used to ensure that the two editions of the application are not active at the same
time?

Correct Answer: A
Performing an atomic rollout to an edition replaces an edition on half of the cluster at a time to serve all user requests with a consistent edition of the application. All user requests are served by either the previous or the new edition; user requests are never served by both editions.
An atomic rollout ensures that all application requests are served by a consistent edition, for example, either edition 1.0 or 2.0, but not by both.
References:https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cwve_xappedcon.html

QUESTION 14

Which two statements describe a web server in a cell topology?

Correct Answer: AE
A managed node must exist to define a Web server definition, which is always on a managed node.
C9510-418 dumps exhibit
References:https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tins_webplugins_single.html

QUESTION 15

What determines which On Demand Routers (ODRs) a Web server forwards requests to?

Correct Answer: C
In a topology with a web server which forwards requests to an on demand router (ODR), the ODR can be set to dynamically generate and update the web server plug-in configuration file plugin-cfg.xml. By configuring an ODR to dynamically update plugin- cfg.xml, you avoid manually updating the file during administrative actions, which can affect the content.
References:https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twve_odr.html