Number: C9510-418 Passing Score: 800 Time Limit: 120 Min File Version: 1
Number: C9510-418 Passing Score: 800 Time Limit: 120 Min File Version: 1
Number: C9510-418
Passing Score: 800
Time Limit: 120 min
File Version: 1
C9510-418
https://www.gratisexam.com/
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Exam A
QUESTION 1
Assuming there are no custom properties defined in current plugin-cfg.xml file, what should be done before running the GenPluginCfg command?
https://www.gratisexam.com/
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Delete the plugin-cfg.xml file in the profile_root/config/cells directory before you use the GenPluginCfg command. Otherwise, configuration changes do not persist
to the plugin-cfg.xml file. However, do not delete the plugin-cfg.xml file if you have custom properties that you previously set in it that you need to persist.
Note: You can update the global plugin-cfg.xml file using the administrative console or running the GenPluginCfg command for all of the clusters in a cell. However,
you must delete the config/cells/plugin-cfg.xml file before you update the global plugin-cfg.xml file. If you do not delete the config/cells/plugin-cfg.xml file, only the
new properties and their values are added to the global plugin-cfg.xml file. Any updates to existing plug-in property values are not added to the global plugin-cfg.xml
file.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rxml_genplugincfg1.html
QUESTION 2
What does the –Dcom.ibm.webshpere.alarmthreadmonitor.generate.javacore JVM argument do?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
D. Allows the administrator to choose whether or not to generate a javacore when a hang is detected
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If you want to monitor the activity of threads on which system alarms execute, add the following JVM generic arguments to the server settings.
-Dcom.ibm.websphere.alarmthreadmonitor.generate.javacore
Set to any value to cause a javacore dump to be created when an hung system alarm thread is detected. The threads section of the javacore dump can be analyzed
to determine what the reported thread and other related threads are doing.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/ttrb_confighangdet.html
QUESTION 3
Which statement describes the capabilities of the deployment manager?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The deployment manager is an administration application that runs in a special application server, which is created when you install the WebSphere Application
Server Network Deployment product or when you create a management profile using the deployment manager profile template.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_snsdply_is.html
QUESTION 4
When setting up high availability settings for the web server, at what level should an administrator configure the custom properties?
A. cell
B. node
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
C. server
D. nodeagent
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/xrun_jvm.html
QUESTION 5
Through what protocol can a Java client directly access EJBs running on an application server?
A. JDBC
B. RMI/IIOP
C. SOAP/JMS
D. SOAP/HTTP
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in
the Java programming language. The client doesn’t even “know” what technology implements the service: stateless session bean, JAX-WS, or some other
technology. In addition, enterprise beans and web components can be clients of web services. This flexibility enables you to integrate Java EE applications with web
services.
Reference: http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html
QUESTION 6
What is a benefit of using the IBM Extended Cache Monitor?
A. It invalidates cacheids.
B. It displays the contents of the cache instances.
C. It displays the contents of object cache instances.
D. It displays the dependency ids of the cache instances.
Correct Answer: C
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The IBM Extended Cache Monitor for IBM WebSphere Application Server provides you with two functions that are not available with the cache monitor that is
supplied with WebSphere Application Server. These two functions enable you to:
display the contents of object cache instances
display the Dynamic Cache mbean statistics for cache instances
Reference: https://www.ibm.com/developerworks/websphere/downloads/cache_monitor.html
QUESTION 7
Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
A. Cookies
B. LTPA Token
C. Rest Services
D. URL Rewriting
E. HTTP Response codes
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the
Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and
DELETE operations.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_7.0.0/com.ibm.commerce.webservices.doc/concepts/cwvrest.htm
QUESTION 8
An administrator wants to verify an IBM WebSphere Application Server installation by examining the installation’s directory structure. In this example,
<WAS_installation_directory> indicates the installation’s root directory.
What is one directory tree structure that indicates a successful installation of the product files?
A. <WAS_installation_directory>/web
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
B. <WAS_installation_directory>/bin
C. <WAS_installation_directory>/profiles
D. <WAS_installation_directory>/installableApps
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Application Server Version 8.5.5 for Network Deployment:
/QIBM/UserData/WebSphere/AppServer/V85/ND/profiles/wp_profile/PortalServer
Reference: https://www.ibm.com/support/knowledgecenter/en/SSYJ99_8.5.0/reference/wpsdirstr.html
QUESTION 9
Which of the following is required for Secure Sockets Layer (SSL) enablement within an HTTP server?
A. A JDK
B. A valid, issued certificate
C. IPv6 (Internet Protocol Version 6)
D. Updating the https.conf file and not the httpd.conf file
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
The iKeyman GUI, which is included within the IBM HTTP Server distribution, can be used to create a key database file (for example: key.kdb) needed to store
personal server certificates required by the client browser during an SSL handshake.
Incorrect Answers:
D: Enable SSL directives within the IBM HTTP Server's configuration file (httpd.conf)
Reference: https://www-01.ibm.com/support/docview.wss?uid=swg21179559#step3
QUESTION 10
What data source property can an administrator configure to minimize the chances of encountering StaleConnectionExceptions?
A. Minimum connections = 0
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
B. Reap Timeout < Unused Timeout
C. Purge Policy = FailingConnectionOnly
D. Unused Timeout > Half firewall timeout
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The configuration options below help minimize the chances of encountering StaleConnectionExceptions by helping to ensure that your WebSphere Application
Server maintains control of database connections, specifically, the only one closing them, rather than other components in your network:
The datasource MIN connections should be set to 0. By setting a MIN > 0, you are telling the application server that this number of connections will be valid for the
life of the application server JVM. Unless you can guarantee the MIN number of connections will never be timed out or dropped, setting a MIN will cause a
StaleConnectionException when the connection becomes invalid.
Reference: https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/websphere_application_server_staleconnectionexceptions?lang=en
QUESTION 11
Which is true about software repositories for IBM Installation Manager?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
IBM Installation Manager is a single installation program that can use remote or local software repositories to install, modify, or update certain IBM products. It
determines and shows available packages, checks prerequisites and interdependencies, and installs or modifies the selected packages. You also use IBM
Installation Manager to uninstall the packages that it installed.
Reference: http://www-01.ibm.com/support/docview.wss?uid=swg24023498
QUESTION 12
What is one way to determine if administrative security for IBM WebSphere Application Server is disabled when logging into the Integrated Solutions Console?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
A. A user is not forced to use HTTPS (SSL).
B. An administrator is allowed to type any random password.
C. An administrator is prompted for user name, but not password.
D. When the username wasadmin is used to log in, the password used is the default “password”.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Congratulations! You have successfully manually disabled Global Security for your IBM WebSphere Application Server instance. You should now be able to access
the WAS Integrated Solutions Console (ISC) without having to specify a password.
Reference: http://www-01.ibm.com/support/docview.wss?uid=nas8N1012744
QUESTION 13
An administrator needs to resolve port conflicts after creating a managed node using the Profile Management Tool.
A. Edit serverindex.xml.
B. Use updatePorts.ant.
C. Use Profile Port Checker tool and set ports.
D. Use manageProfile tool and set port range on the profile.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If you discover ports conflicts, then you can reassign ports manually. To reassign ports, run the updatePorts.ant file by using the ws_ant script.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/tpro_instancessaappserv.html
QUESTION 14
A system administrator has just enabled HPEL in the environment.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
How can the administrator examine the logged data?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
High Performance Extensible Logging (HPEL) is a log and trace facility that is provided as a part of WebSphere® Application Server. HPEL provides a log data
repository, a trace data repository, and a text log file.
The HPEL LogViewer is an easy-to-use, command-line tool provided for HPEL users to work with the log data and trace data repositories.
Use the following command to view the full contents of your log and trace repositories:
[Windows] (Windows) logViewer.bat
[AIX HP-UX Solaris] (Unix- full profile) logViewer.sh
[AIX HP-UX Solaris] (Unix- Liberty profile) logViewer
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rtrb_logviewer.html
QUESTION 15
When installing a new application to IBM WebSphere Application Server, which location is valid for the application file?
A. Client Machine
B. Managed Node
C. Unmanaged Node
D. Remote Web Server
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Configuration file location during application installation
Several things occur upon installation of an application onto WebSphere Application Server:
The application binaries and deployment descriptors are stored within the master repository.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
The application binaries and deployment descriptors are published to each node that will host the application. These files are stored in the local copy of the
repository on each node.
Each node then installs the applications that are ready for execution by exploding the EARs under profile_root/installedApps/cell_name/, as follows:
- profile_root/installedApps/cell_name/
This directory contains a subdirectory for each application deployed to the local node.
- profile_root/installedApps/cell_name/app_name.ear/
Each application-specific directory contains the contents of the original EAR used to install the application.
Note: A node is a logical grouping of managed servers. Nodes can be managed or unmanaged. An unmanaged node does not have a node agent or administrative
agent to manage its servers, whereas a managed node does. Both application servers and supported web servers can be on unmanaged or managed nodes.
QUESTION 16
When installing IBM WebSphere Application Server on a network file system, IBM Installation Manager fails with an insufficient disk space error.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
On some network file systems, disk space might not be reported correctly at times; and you might need to bypass disk-space checking and proceed with your
installation.
To disable disk-space checking, specify the following system property in the config.ini file in IM_install_root/eclipse/configuration and restart Installation Manager.
Reference: https://www.ibm.com/support/knowledgecenter/SSEQTP_9.0.0/com.ibm.websphere.installation.base.doc/ae/tins_troubleshoot.html
QUESTION 17
Which of the following is true regarding disk offload?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
D. Disk offload can be enabled to have a cache entry copied to the file system at a configurable location.
Explanation/Reference:
Explanation:
AC: Before you enable disk offload, consider the following:
You cannot specify the number of cache entries that are offloaded to disk.
You cannot specify the amount of disk space to use.
D: You can enable disk offload to have a cache entry copied to the file system (the location is configurable).
Reference: https://www.ibm.com/support/knowledgecenter/SSEQTP_9.0.0/com.ibm.websphere.base.doc/ae/udyn_rcachesettings.html
QUESTION 18
Which type of fix would typically be downloaded to address a specific problem?
A. Interim fix
B. Cumulative fix
C. Product fix pack
D. Cumulative interim fix
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A WebSphere Commerce interim fix (iFix) is a software patch that contains fixes for one or more APARs. A WebSphere Commerce cumulative iFix is a
comprehensive collection of interim fixes for a specific release. Both types of fixes are installed with the WebSphere Commerce Update Installer (UPDI).
Note: An Authorized Program Analysis Report, or APAR, is a formal report from IBM development to customers that have notified IBM of a problem or suspected
defect. If IBM development is able to confirm the existence of the issue they will create an APAR with any known work around and perhaps an indication of which
future release, if any, of the IBM program they intend to target for a formal fix to the defect and whether or not a Program Temporary Fix (PTF) is planned. The
APAR will then be published so that it is visible to supported customers.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_7.0.0/com.ibm.commerce.install.doc/concepts/cig_install_ifixes.htm
QUESTION 19
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
What determines which On Demand Routers (ODRs) a Web server forwards requests to?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
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.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twve_odr.html
QUESTION 20
Which of the following is a prerequisite for configuring single sign-on for authentication using LTPA cookies?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
To take advantage of support for SSO between WebSphere Application Servers or between WebSphere Application Server and a Domino server, applications must
meet the following prerequisites and conditions:
* Verify that all servers are configured as part of the same DNS domain.
* Etc.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/csec_sso.html
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
QUESTION 21
To write a Jython script to stop a running application server, an administrator should use which administrative object?
A. AdminApp
B. AdminTask
C. AdminConfig
D. AdminControl
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
You can use the wsadmin tool to stop applications.
There are two ways to complete this task. Firstly, you can use the AdminControl object to stop the application. Alternatively, you can use the scripts in the
AdminApplication script library to start, stop, and administer your application configurations.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/txml_stopapplication.html
QUESTION 22
What is the main difference between interim fixes and product fix packs as they relate to IBM WebSphere Application Server?
A. Interim fixes typically contain new features or functionality ahead of future product fix packs.
B. Product fix packs are a combination of interim fixes and internal fixes to make patching easier.
C. Product fix packs are generally reserved for new features or functionality whereas interim fixes are provided only to fix known issues.
D. Product fix packs bring WebSphere Application Server to a new product level whereas interim fixes provide corrective service for specific known problems.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Product fix packs contain bundled service to bring WebSphere Application Server up to a new product level. Interim fixes provide corrective service for specific
known problems.
Reference: https://www.ibm.com/support/knowledgecenter/en/SS7K4U_8.5.5/com.ibm.websphere.installation.zseries.doc/ae/tins_install_fixes_z.html
QUESTION 23
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
An administrator would like to uninstall an instance of a multiple instance installation via response file.
How does the administrator ensure that the correct instance is uninstalled?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.installation.nd.doc/ae/cins_WASv85_nd_modify_Win32.html
QUESTION 24
How can an administrator reduce overhead when utilizing monitored directories?
A. Increase the polling interval so that the process runs less often.
B. Decrease the amount of time that the monitored directory is accessible by users.
C. Decrease the size of the monitored directory so that larger files will not be able to be stored in it.
D. Configure the monitored directory settings to not automatically synchronize the application once it is installed.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
To change the standard polling interval setting, specify a number of seconds in the Polling interval field.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Reference: Application Server V8.5, July 2013, page 852
QUESTION 25
An administrator has deployed an application that uses 30 unique SQL statements with a maximum data source connection pool size of 10.
What is the recommended prepared statement cache size for the application?
A. 10
B. 30
C. 40
D. 300
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
To determine the highest value for your cache size to avoid any cache discards, add the number of uniquely prepared statements and callable statements, as
determined by the SQL string, concurrency, and the scroll type, for each application that uses this data source on a particular server. This value is the maximum
number of possible statements that can be cached on a given connection over the life of the server. Setting the cache size to this value means that you never have
cache discards. In general, configure a larger cache for applications with a greater number of statements.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/udat_jdbcdatasorprops.html
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
QUESTION 26
What must be done to delete one or more files from an application when using a partial application update?
A. Manually delete the files from the file system (on all nodes if clustered).
B. Supply the paths to the files that should be deleted in the administrative console.
C. Include a META-INF/ibm-partialapp-delete.props in the partial application update file.
D. Select the files that need to be deleted in the file selector section of the form for the partial application update.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
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.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.developer.doc/tasks/tdpdeploying_j2ee_assets_partial.htm
QUESTION 27
An administrator noticed that one of the servers in the core group is experiencing OutOfMemory. As a result, other servers in the core group failed to start.
What core group custom property should the administrator tune to prevent the affected server from impacting other servers in the core group?
A. IBM_CS_OOM_ACTION
B. IBM_CS_DATASTACK_MEG
C. IBM_CS_WIRE_FORMAT_VERSION
D. IBM_CS_HAM_PROTOCOL_VERSION
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Use this custom property to explicitly enable exception handlers that are specific for OutOfMemoryExceptions that occur when sending or receiving network
messages. When this property is set to Isolate, if an OutOfMemoryException occurs when a network message is being sent or received, these exception handlers
stop High Availability Manager communications to the Out of Memory process.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
If IBM_CS_OOM_ACTION=Isolate is not added to the configuration settings for a core group, if a core group process runs out of memory, the Out of memory
process might not be able to respond to all messages. This situation prevents multi-step protocols from completing, and prevents the starting server from receiving
its initial view of the distributed state.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/urun_ha_cg_custprop.html
QUESTION 28
What does the following JVM argument do?
-Xverbosegclog:${SERVER_LOG_ROOT}/verbosegc.m%d.7/18/16M%S.%pid.txt,20,10000
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
-Xverbosegclog[: <file> [,<X>,<Y>]]
Causes -verbose:gc output to be written to the specified file.
If it cannot create the file (for example, if an invalid filename is passed into the command), it will redirect the output to stderr.
If you specify <X> and <Y> the -verbose:gc output is redirected to <X> files, each containing <Y> GC cycles.
The dump agent tokens can be used in the filename. See Dump agent tokens for more information. If you do not specify <file>, verbosegc.%Y%m%d.%H%M%S.%
pid.txt is used.
example: -Xverbosegclog:newgclogname.log,7,10000
Reference: http://www-01.ibm.com/support/docview.wss?uid=swg21384096
QUESTION 29
What are two differences between dynamic clusters and static clusters? (Choose two.)
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: The dynamic workload manager is enabled by default and assigns weights to the application server instances.
E: When you define a static cluster, you can select an application server template on which to base all the application server instances that you create. However,
any changes that you make to the template after creating the instances do not change the instances.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.5/com.ibm.websphere.nd.multiplatform.doc/ae/cwve_xdovrvw.html
QUESTION 30
When updating an application, what is important to keep in mind?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If the application is updated while it is running, WebSphere Application Server automatically stops the application, updates the application logic and restarts the
application.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/crun_app_upgrade.html
QUESTION 31
What can an administrator use to remotely manage multiple stand-alone (unfederated) application servers?
A. Job Manager
B. Administrative agent
C. Deployment manager
D. remoteServer.jacl script
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Administering nodes remotely using the job manager
In a flexible management environment, you can asynchronously submit and administer jobs for large numbers of stand-alone application servers, deployment
managers, and host computers over a geographically dispersed area. At the remote machines, you can use jobs to manage applications, modify the product
configuration, or do general purpose tasks such as run a script.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_jobmgr.html
QUESTION 32
Which tool can be used to collect data to be used for monitoring and tuning the environment?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
WebSphere Application Server provides Performance Monitoring Infrastructure (PMI) data to help monitor the overall health of the WebSphere Application Server
environment. PMI provides average statistics on WebSphere Application Server resources, application resources, and system metrics. Many statistics are available
in WebSphere Application Server, and you might want to understand the ones that most directly measure your site's resources to detect problems.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tprf_monitoringhealth.html
QUESTION 33
An administrator notices a sudden increase in the user load that causes resource contention on the database server.
What preventive measure can the administrator take to avoid database outage?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
C. Reduce connection pool size.
D. Reduce WebContainer Thread pool size.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Maximum Connection Pool Size
When determining the maximum size of the database connection pool, consider the following issues:
The total number of connections that the WebSphere Commerce cluster can open to the database should not overwhelm your database.
Reference: http://www-01.ibm.com/support/docview.wss?uid=swg21358336
QUESTION 34
What are two automated administrative tasks that can be done with configuration checkpoints? (Choose two.)
A. delete
B. restore
C. archive
D. backup
E. compress
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If you want to preserve delta checkpoints, you must archive checkpoints before they are automatically deleted.
A delta checkpoint is created automatically by the product each time a configuration change is made.
Incorrect Answers:
C: The product does not have an automated function for archiving.
References: https://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/twve_archive_checkpoint.html
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cwve_xdsochckpt.html
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
QUESTION 35
In an IBM WebSphere Application Server cluster, an administrator notices EJB requests are not evenly distributed on the cluster members during the load test.
What two things can the administrator verify in order to identify and resolve the issue? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: Workload management optimizes the distribution of client processing tasks. Incoming work requests are distributed to the application servers, enterprise beans,
servlets, and other objects that can most effectively process the requests.
D: The server weighted round robin routing policy ensures a balanced routing distribution based on the set of server weights that have been assigned to the
members of a cluster. For example, if all servers in the cluster have the same weight, the expected distribution for the cluster is that all servers receive the same
number of requests. If the weights for the servers are not equal, the distribution mechanism sends more requests to the higher weight value servers than the lower
weight value servers. The policy ensures the distribution that you want, based on the weights that are assigned to the cluster members.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/crun_srvgrp.html
QUESTION 36
Which two statements describe a web server in a cell topology?
Correct Answer: AE
Section: (none)
Explanation
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Explanation/Reference:
Explanation:
A managed node must exist to define a Web server definition, which is always on a managed node.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tins_webplugins_single.html
QUESTION 37
When administrative security is enabled, what is the minimum administrative role needed to create a resource, install, and uninstall an application?
A. Monitor
B. Operator
C. Configurator
D. Administrator
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
An individual or group that uses the configurator role has the monitor privilege plus the ability to change the WebSphere Application Server configuration. The
configurator can perform all the daily configuration tasks. For example, a configurator can complete the following tasks:
Create a resource.
Map an application server.
Install and uninstall an application.
Deploy an application.
Assign users and groups-to-role mapping for applications.
Set up Java 2 security permissions for applications.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Incorrect Answers:
A: An individual or group that uses the monitor role has the least amount of privileges. A monitor can complete the following tasks:
View the WebSphere Application Server configuration.
View the current state of the Application Server.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rsec_adminroles.html
QUESTION 38
Which of the following is true about creating multiple security domains?
A. A new security domain can be created only using the administrative console.
B. Global security must be enabled before creating new multiple security domains.
C. Only users assigned to the security-admin role can create new multiple security domains.
D. If a unique name for the domain is not specified, the system will automatically create one.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Only users assigned to the administrator role can configure multiple security domains.
Reference: https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/csec_sec_multiple_domains.html
QUESTION 39
An administrator configures an IBM DB2data source at cell scope. The environment variable DB2UNIVERSAL_JDBC_DRIVER_PATH is configured at cluster
scope. The data source test connection on one node succeeds, but fails on the other node with
java.lang.ClassNotFoundException:com.ibm.db2.jcc.DB2ConnectionPoolDataSource.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Check that the variable is correctly defined at the scope where the JDBCProvider/DataSource is defined.
Note: At runtime, WebSphere Application Server invokes a physical data source by resolving the appropriate variable at a level where one of the following criteria
exists:
The scope of the variable can contain the data source configuration; that is, the variable has the larger scope.
The variable and the data source have identical scopes.
Application Server meets these conditions by attempting to resolve the variable at each level of the scope spectrum. That is, the product tries to resolve the variable
in the server scope, then the cluster scope, then the node scope, and lastly the cell scope.
Reference: https://www.ibm.com/support/knowledgecenter/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/cdat_testcon.html
QUESTION 40
Which is true when installing interim fixes silently?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Use the Update Installer program from the same user ID that installed the product that you are updating. Otherwise, the file ownership mismatches might require
correction by the root user.
Incorrect Answers:
A: A response file is required. For example:
[Windows]: update.bat -silent -options "responsefiles\file_name"
D: A repository can be an online location that hosts the interim fix files and other configuration information, or a local file system that contains the files.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Reference: https://www.ibm.com/support/knowledgecenter/en/SS7K4U_7.0.0/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_updi_silifixpk.html
QUESTION 41
Which type of security restricts access to the operating system from applications?
A. Java 2 security
B. Application security
C. Security constraints
D. Administrative security
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSPREK_7.0.0/com.ibm.isam.doc_70/ameb_audit_guide/task/tsk_WAS_global_security.html
QUESTION 42
How would an administrator analyze Cross Component Trace output?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/ctrb_XCTOverview.html
QUESTION 43
When configuring IBM WebSphere Application Server to use LDAP, which of the following is used to connect to the LDAP server?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
D. Primary administrative user name
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSJJ9R_6.0.2/com.ibm.jazz.install.doc/topics/t_instl_config_ldap_on_was.html
QUESTION 44
An administrator has removed a node, but all the resources associated with the deleted node still exist.
What can the administrator do to ensure the node configuration is removed from the cell repository?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/rxml_removenode.html
QUESTION 45
What is the default location for heap dumps?
A. /logs
B. /profiles/logs
C. /logs/server1
D. <profile_root>/<profile>
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/tprf_collectingheapdumps.html
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
QUESTION 46
When server1 is running profile1, in which folder would the application logs be found?
A. <install_root>\profiles\server1\logs
B. <install_root>\profiles\profile1\logs
C. <install_root>\profiles\profile1\logs\server1
D. <install_root>\profiles\server1\logs\profile1
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSZJPZ_11.7.0/com.ibm.swg.im.iis.found.admin.common.doc/topics/wsadmin_was_log_files.html
QUESTION 47
When recording a response file, what must be done to skip the install?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 48
What is the maximum number of heap dumps that can exist at once in the IBM WebSphere Application Server home directory?
A. 10
B. 20
C. No limit
D. As many as allowed by disk space
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 49
An administrator created a large cell which consists of 20 clusters with 10 cluster members in each cluster spanned across multiple nodes. During high business
load on the cell, the administrator observed performance degradation.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 50
What certificate expiration option should be disabled to prevent possible outages?
A. Enable checking.
B. Enable expiration check notification.
C. Delete expiring certificates and signers.
D. Replace expiring self-signed certificates automatically.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Enabling WebSphere Application Server to automatically replace the expiring certificates in a production environment can potentially cause a short- or long-term
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
outage
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/usec_sslmancertexpir.html
QUESTION 51
Which of the following is true of managing scopes in the Integrated Solutions Console?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/rcon_scope.html
QUESTION 52
What is the purpose of setting the JVM custom property com.ibm.websphere.nodeagent.bootstrap.maxthreadpool = 5 on the node agent?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/xrun_jvm.html
QUESTION 53
If an administrator dynamically generates a plugin-cfg file after setting up high availability automatic generation, what will be the results?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
C. The dynamic generation overwrites the intelligent management settings.
D. An error message is shown that cannot be dynamically generated.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/twve_haplugincfg.html
QUESTION 54
A corporation has two distinct cells configured with several applications on each one, and wants to have only one Web server instance to distribute workload to both
cells.
A. Install an On Demand Router in front of the Web server, and install the plugin.cfg on it.
B. Register both deployment managers in one Job Manager, and federate the Web server in the Job Manager.
C. Federate the Web server on both deployment managers, and run the GenPluginCfg command in each one.
D. Generate the plug-in.cfg in each cell. Then, run the pluginCfgMerge script, and install the merged plugin.cfg onto the Web server.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 55
Which is one of the benefits of implementing multiple security domains?
Correct Answer: D
Section: (none)
Explanation
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/csec_sec_multiple_domains.html
QUESTION 56
What must be done to uninstall an application using the monitored directory functionality?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 57
Which statement is true when synchronizing a web server in a cell topology?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Unmanaged nodes cannot be synchronized.
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/tagt_svr_conf_nodes.html
QUESTION 58
What information must the system administrator have to successfully tune a connection pool?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
A. The requests per second that occur during a peak.
B. The MaxConnections and WaitingCount values.
C. The number of concurrent requests waiting for a connection.
D. How long the database takes to respond to SELECT operations only.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: ftp://ftp.software.ibm.com/software/iea/content/com.ibm.iea.was_v6/waspdguide/6.0/Configuration/SW5706G09_ConnectionPool.pdf
QUESTION 59
To prepare for configuring dynamic operations and dynamic clusters in the environment, what must the administrator do first?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/rwve_odrcompareclusters.html
QUESTION 60
Which of the following describes how communication occurs when a Web Services client sends a request to an application server?
A. Through SOAP over HTTP and passing through the web services engine
B. Through SOAP over JMS and passing through the embedded HTTP server
C. Through RMI over IIOP communication directly to the messaging engine within the application server
D. Through SOAP over JMS communications directly to the messaging engine within the application server
Correct Answer: D
Section: (none)
Explanation
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Explanation/Reference:
QUESTION 61
When using wsadmin to install an application, what is important to do before trying to issue additional configuration commands against that application?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 62
Heapdumps, javacores, and system cores are recommended to be generated for which kind of IBM WebSphere Application Server problems?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www-01.ibm.com/support/docview.wss?uid=swg21138203
QUESTION 63
A single JMS activation specification can apply to which of the following?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
D. One or more Message Driven Beans
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/tjn0025_.html
QUESTION 64
Which two IBM WebSphere Application Server components should administrators consider when planning for a high availability environment? (Choose two.)
A. User registries
B. Messaging engines
C. Caching proxy servers
D. Back-end servers, such as database, enterprise information systems, etc.
E. Containers, such as the web, Enterprise JavaBeans (EJB), and Session Initiation Protocol (SIP)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 65
What is the purpose of administrative roles?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/rsec_adminroles.html
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
QUESTION 66
Which is true statement regarding the Administrative security role and its purpose?
A. The Admin Security Manager has the ability to map other users to applications.
B. The Admin Security Manager has the ability to map other users to administrative roles.
C. The Integrated Solutions Console administrator has ability to map other users to applications.
D. The Integrated Solutions Console administrator has ability to map other users to administrative roles.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 67
What is one of the steps to enable single sign-on (SSO) between multiple IBM WebSphere Application Servers?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 68
Which of the following is a requirement when performing a silent install?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.sce.doc/q120000_.htm
QUESTION 69
What is something an administrator needs to keep on mind regarding the relationship between an IBM WebSphere Application Server install and an IBM Installation
Manager install?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 70
To ensure that all web traffic is secure from the client to the application server, which two layers have to be configured for SSL? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www-01.ibm.com/support/docview.wss?uid=swg27036662&aid=1
QUESTION 71
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
An administrator notices performance degradation after a new deployment of an application. After investigation, increased CPU usage is observed due to frequent
GC cycles. However, there is no significant growth in the heap memory.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 72
Which statement describes an administrative request to start a server in a cell topology?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 73
Which tool can be used to analyze and tune performance for memory leak detection?
A. Thread monitor
B. Configuration validation
C. Performance and Diagnostic Advisor
D. IBM Tivoli Performance Viewer advisor
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/developerworks/websphere/techjournal/1208_hare/1208_hare.html
QUESTION 74
When using wsadmin scripting, how are partial application files used to update applications?
A. Pass file as the content type parameter to the update command, as well as the location of the merged .ear file on the filesystem.
B. Pass update as the content type parameter to the update command, as well as the location of the partial application file on the filesystem.
C. Pass partialapp as the content type parameter to the update command, as well as the location of the merged .ear file on the filesystem.
D. Pass partialapp as the content type parameter to the update command, as well as the location of the partial application file on the filesystem.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 75
Which of the following is a valid step in the process to update a single file in a deployed enterprise application using the monitored directory?
A. Modify the property file to set the time when the file should be deployed to the application.
B. Modify the property file to set the email address of the administrator to email when the file is updated.
C. Modify the property file to set the URL to the location where the file can be retrieved from the internet.
D. Modify the property file to set the type of the operation, the location of the file, and the location within the deployed application where the file will go.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 76
What is the purpose of the resource environment provider in IBM WebSphere Application Server?
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2
A. Manage JMS resources.
B. Alter deployment descriptor.
C. Manage database resources.
D. Administer application dependent variables.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ibm.com/developerworks/websphere/library/techarticles/0611_totapally/0611_totapally.html
QUESTION 77
Which of the following is a potential consequence when using an external session management store over a server level store?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
External session management stores can use additional system resources.
https://www.gratisexam.com/
885CB989129A5F974833949052CFB2F2