WAS8.5.5

Description

WebSphere WAS Quiz on WAS8.5.5, created by wuanderson sousa dias on 15/09/2015.
wuanderson sousa dias
Quiz by wuanderson sousa dias, updated more than 1 year ago
wuanderson sousa dias
Created by wuanderson sousa dias over 8 years ago
365
6

Resource summary

Question 1

Question
1. A System Administrator is tasked with monitoring the overall health of the WebSphere environment to be able to tune the environment properly. Specifically, the adminstrator 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?
Answer
  • Number of requests, Java virtual memory. Average response time
  • Number of requests, Average response time. Web server thread pools
  • Average response time, java virtual memory. Number of Live HTTP Sessions
  • Average response time. Web server thread pools. Number of Live HTTP Sessions

Question 2

Question
2. The administrator needs to identify any security role references and security constraints in a web application. How can the administrator identify these roles and constraints?
Answer
  • ibm-application-ext.xml file using a text editor.
  • ibmconfig folder in the application after using the EARExpander command.
  • Web deployment descriptor using IBM Assembly and Deploy Tools.
  • Security role to user/group mapping by using the Integrated Solutions Console (ISC).

Question 3

Question
3. A WebSphere Application Server cell was configured with a deployment manager node and a customer node. An operator manually changed some configuration files in the custom node, and the node became out of synch with the master repository. The system administrator used the Synchronize button in the system administration session of the Integrated Solutions Console (ISC) to try to resynchronize the node, but the node remained out of sync. What should the administrator do to fix it?
Answer
  • Use the Full Resynchronize button.
  • Invoke "sync" operation on NodeSync MBean.
  • Recreate the custom profile with the same name without deleting the node.
  • Manually copy all the deployment manager configuration files to the custom node.

Question 4

Question
4. A system administrator needs to view the list of certificates for unmanaged web server located on a remote system. How should the adminitrator do this?
Answer
  • View the plugin-cfg.xml
  • Look at the SSL configuration in the httpd.conf
  • Use iKeyman to view the keyring.
  • Use the administrative console to check the content of the cell default keystore.

Question 5

Question
5. A System administrator needs to install WebSphere Application Server using response files, so that 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?
Answer
  • install -options responsefile.xml -silent
  • install -acceptLicense -options responsefile.xml -silent
  • install -acceptLicense input responsefile.xml -log logfile.txt
  • IBMIM -acceptLicense -input responsefile.xml -log logfile.txt

Question 6

Question
6. A System administrator needs to set a new Liberty profile environment to support an application. What should the administrator do to enable this environment for high availability and scalability of the application?
Answer
  • Define multiple server members in one collective controller.
  • Define multiple servers in a cluster in one collective controler.
  • Define multiple collective controllers within a Liberty collective.
  • Define multiple server members in multiple collective controllers.

Question 7

Question
7. Which of the following comprises an initial Liberty profile server process?
Answer
  • A single JVM, the Liberty kernel, and feature manager.
  • A single JVM, an OSGI framework and an object request broker.
  • An OSGI framework, a web container and an EJB container.
  • An administrative agent, the Liberty kernel and shared libraries.

Question 8

Question
8. A system administrator has to designer a new production environment to host a web application. The workload of this web application is expected to increase during special markenting compaigns. Which one of the following topologies should the administrator configure to address the requirements for this new environment?
Answer
  • A Liberty collective environment with autonomic managers and on demand router (ODR).
  • A flexible management environment supported by one admin agent running in each node of thecell.
  • A dynamic cluster with autonomic managers, application placement controller and intelligent routers.
  • A heterogeneous cell with enough servers to support the peak load spread across multiple nodes on the same machine.

Question 9

Question
9. A system administrator has created a Python script called globalScripty.py. What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?
Answer
  • Compile globalScript.py to a Java class in the bin directory.
  • Invoke wsadmin with the argument-profileName globalScript.py.
  • Modify the configureCustomProperty scripty to import globalScript.py.
  • Set the script profiles in the wasadmin.properties file to load globalScript.py.

Question 10

Question
10. A system administrator in a bank was asked by business users to determine the most accessed JSP page in a web application at normal work load for marketing purpose. Which tool should the administrator use to find the most used JSP page?
Answer
  • Performance and Diagnostic Advisor
  • IBM Support Assistant Data Collector
  • High Performance Extensible Logging Log Viewer
  • Tivoli Performance Viewer (TPV) summary reports

Question 11

Question
11. A WebSphere system administrator needs to install the Installation Manager (IM) on an unmanaged node on a host named <machine2>. The deployment manager is running on a host named <machine1>. What step must the administrator take before submitting a job from the Integrated Solutions Console (ISC) to install the IM on <machine2>?
Answer
  • Install a node agent on <machine2>.
  • Install the job manager on <machine1>.
  • Start the job manager on <machine1>.
  • Register <machine2> as a target for job manager.

Question 12

Question
12. A system administrator is required to monitor the application server logs for heap memory issues an determine if the heap memory usage is reaching close to 70% of the maximum heap. The application server is configurated with an initial heap of 256MB and max heap of 1GB. How should the adminitrator determine if the application server is utilizing 70% of the max allocated heap memory?
Answer
  • Check the System logs for Out Of Memory Errors. Trigger a heap dump from the Integrated Solutions Console (ISC). Analyze the heap dump.
  • Configure WebSphere Application Server to enable verbose garbage collection. Analyze the garbage collection cycles in the native logs.
  • Configure initial heap to be equal to the max heap. Trigger a heap dump from the Integrated Solutions Console (ISC). Analyse the heap dump.
  • Configure WebSphere Application Server to increase max heap. Trigger a heap dump from the Integrated Solutions Console (ISC). Analyze the heap dump.

Question 13

Question
13. A newly deployment application has authorization errors when inkoving 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?
Answer
  • Using the Integrated Solutions Console (ISC), map all security roles to the special subject Everyone.
  • Using the Integrated Solutions Console (ISC), map the security roles that are still not mapped to groups in the current user registry.
  • Edit the application using an assembly tool to add a security constraint for the servlet and reinstall the application.
  • Edit the application using an assembly tool to remove the security constraint defined for the servlet and reinstall the application.

Question 14

Question
14. A system administrator is required to create a star topology for multi-cell performance management for three WebSphere Application Server cells. How should the administrator configure the Application Placement Controller (APC) in a star topology? Configure the cells custom property Center Cell to:
Answer
  • False in all three WebSphere Application Server cells.
  • False in one WebSphere Application Server cell True in the order two WebSphere Application Server cells
  • True in all Three WebSphere Application Server cells.
  • True in one WebSphere Application Server cell. False in the other two WebSphere Application Server cells.

Question 15

Question
15. A JAX-WS EJB stateless session bean web service needs to be accessed by consumers outside the corporate domain. Which configuration will help a system administrator meet the requirement?
Answer
  • Open firewall ports for both bootstrap and orb listener ports within the cell.
  • Configure plug-in in the DMZ to send request to the cluster members.
  • Configure on demand router (ODR) in the DMZ to send requests to the cluster members.
  • Configure HTTP tunneling to send the client-side Object Request Broker (ORB) request to the server-side ORB.

Question 16

Question
16. How can a system administrator secure a WebSphere Application Server environment to ensure that an application code will not be allowed to access any files in the server's file system?
Answer
  • Configure the CSlv2 outbound communications under RMI/IIOP security.
  • Configure the file-based repository and create the fileRgistry.xml file.
  • Enable Java 2 security and configure the app.policy and was .policy files.
  • Use the Admin Task delete Authorization Group to remove application access.

Question 17

Question
17. A system administrator needs to deploy a new enterprise application which requires that application security be enabled, but, the existing applications in the cell cannot be executed with application security enabled. The cell has the global security and Java 2 security disabled. How can the administrator handle this requirement?
Answer
  • Enable java 2 security for the cell. Create a security domain with application security enabled. Associate the security domain to the new application.
  • Enable Java 2 security for the cell. Create a security domain with application security enabled. Associate the security domain to a new cluster to be used to deploy the new application.
  • Enable administrative security for the cell. Create a security domain with application security enabled. Associate the security domain ate the application level for the new application.
  • Enable administrative security for the cell Create a security domain with application security enabled. Associate the security domain to the new cluster where teh new application is deployed.

Question 18

Question
18. A system adminitrator has started a Liberty profile server using the default values. Later, the adminitrator modified the server.xml file for the server to include <applicationMonitor updateTrigger="polled" pollingRate="100ms" dropins="S{server.config.dir}/applications" dropinsEnable="true"/> The administrator placed the application ServletApp.war in the apps directory under S{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.
Answer
  • Restart the Liberty profile server.
  • Install the ServletApp.war file using the Integrated Solutions Console (ISC)
  • Place the ServletApp.war file in the directory named dropins under S {server.sonfig.dir}.
  • Place the ServletApp.war file in the directory named applications under S{server.sonfig.dir}

Question 19

Question
19. A system administrator has configured a cluster containing 40 servers. The cluster members all belong to one core group. While examining the log files, the administrator notices that the core group coordinator is consuming abnormally high amounts of memory and CPU rssources. How can the system administrator reduce the memory and CPU resource usage of the core group coordinator?
Answer
  • Configure a core group bridge.
  • Configure a second active coordinator.
  • Decrease the memory on the machine.
  • Move the coordinator to another machine.

Question 20

Question
20. A system administrator needs to create a cell for a test environment. The administrator uses the Profile Management Tool (PMT) to create the deployment manager profile using the advanced profile creation option and creates a custom profile using the typical profile creation option. The administrator examines the log files for the custom profile creation and sees an INSTCONFFAIL message indicating the deployment manager was not running during the custom profile creation. How should the administrator fix this?
Answer
  • Delete the custom profile. Start the deployment manager. Create the custom profile again.
  • Start the deployment manager. Use PMT ro re-create the custom profile.
  • Use the syncNode command to synchronize the node.
  • Run the addNode command to federate the custom profile.

Question 21

Question
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. What should the administrator do to continuously monitor logs for the required message?
Answer
  • Configure log detail levels to include filter on "Connection" string.
  • Use the Log Viewer in the administrative console with filter on "Connection" string.
  • Use the logviewer.sh or logviewer.bat command with appropriate options.
  • Use the Log Viewer in the administrative console with filter on "Connection" string and enable the 'Refresh automatically' feature

Question 22

Question
A system administrator runs a Python script that creates and configures several servers and realizes 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?
Answer
  • AdminApp.update ()
  • AdminConfig.save()
  • C.AdminControl.invoke(server,'sync')
  • AdminTask.backupJobManager('server')

Question 23

Question
23. 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 the script is run?
Answer
  • sas.client.props file.
  • ssl.client.props file.
  • soap.client.props file.
  • wsadmin.properties file.

Question 24

Question
24. 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 cluster?
Answer
  • Enable application lazy start with elasticity mode.
  • Set the proactiveldleStop custom property to true.
  • Set the Number of instances to a value greater than zero.
  • Disable the option "If other dynamic cluster need resources, stop all instances of this cluster during periods of inactivity"

Question 25

Question
25. 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?
Answer
  • 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.
  • 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.
  • 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.
  • 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.

Question 26

Question
26. A system administrator has installed WebSphere Application Server Network Deployment V8.5.5 using the silent installation process and needs to verify that the installation completed successfully. What does the administrator need to do to verify a successful installation?
Answer
  • Launch the Installation Manager GUI, and verify the installation by going to File -> View Installed Packages.
  • Run the command IBMIM list installed Packages and check that the appropriate WebSphere Application Server package is listed.
  • Check for INSTCONFSUCCESS message at the end of the <webSphere Applcation Server insatll directory><log directory>log.txt file.
  • Use the installer 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.

Question 27

Question
27. A system administrator discovers an issue that requires a change to 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:
Answer
  • A web browser to connect to the node agent https port.
  • A web browser to connect to the deployment manager admin_host port.
  • The job manager to submit a ob to update the unmanaged server.
  • An ssh connection to the node and modify the client_types.xml file.

Question 28

Question
28. A web application is hosted on an application server that receives HTTP requests from a third party application named myApp. The URlGroup 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 serverl. 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. <VirtualHostGroup Name="default_host"> <VirtualHost Name="*:9080"/> <VirtualHost Name="*:9081"/> <VirtualHost Name="*:80"/> <VirtualHost Name="*:9443"/> <VirtualHost Name="*:9444"/> <VirtualHost Name="*:443"/> </VirtualHostGroup> <ServerCluster Name="myCluster"> <Server CloneID="a10000001" LoadBalanceWeight="2" MaxConnections="-1" Name="server1"> <Transport Hostname="machine1" Port="9080" Protocol="http"/> <Transport Hostname="machine1" Port="9443" Protocol="https"> </Transport> </Server> <Server CloneID="b20000002" LoadBalanceWeight="2" MaxConnections="-1" Name="server2"> <Transport Hostname="machine2" Port="9081" Protocol="http"/> <Transport Hostname="machine2" Port="9444" Protocol="https"/> </Server> </ServerCluster> <UriGroup Name="default_host_myApp"> <Uri Name="/myApp/*"/> <Uri Name="/myAppAdmin/*"/> </UriGroup> <Route ServerCluster="myCluster" UriGroup="default_host_myApp" VirtualHostGroup="default_host"/> 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?
Answer
  • Delete the server tag for Cloneld=”b20000002″ Delete all of the tags within the Server tag
  • Delete the UriGroup tag for default_host_myApp Delete all of the tags within this UriGroup tag
  • Delete the VirtualHostGroup tag for default_host Delete all of the tags within the VirtualHostGroup tag
  • Edit the LoadBalanceWeight forserverl to 20 Edit the LoadBalanceWeight for server2 to 2

Question 29

Question
29. A web application has a configured session timeout of eight hours and a default LTPA token timeout of two hours. After every two hours, the users have to log in again from their HTTP browser. The system administrator is required to make configuration changes so users only have to log in once, while keeping the above mentioned timeouts the same. The authentication mechanism available is Kerberos. How should the administrator do this?
Answer
  • Configure the SIP digest authentication.
  • Configure the SPNEGO Web or SPNEGO TAI.
  • Enable Session Management Security Integration.
  • Ensure Web Inbound security attribute propagation is enabled.

Question 30

Question
30. In a test environment, a system administrator has configured an external HTTP server in the DMZ that is routing to a cluster of application servers. The administrator wants to achieve higher performance when routing and prioritizing incoming requests to the back-end cluster. How can the system administrator achieve this task?
Answer
  • Configure a cluster of external HTTP servers.
  • Enable the prefer local option on the cluster members.
  • Set up a Caching Proxy server between the external web server and the application server.
  • Place an On Demand Router (ODR) between the external web server and the application servers.

Question 31

Question
31. A system administrator has created a cluster containing two servers in a same node. The administrator did not select the option Generate unique HTTP ports during the creation of the cluster members. After the cluster creation, the administrator changed the HTTP port of the second cluster member to 9081. Testing the servers using the snoop servlet directly to the server’s HTTP port, the administrator got the following error message for the second server; SRVE0255E: A WebGroup/Virtual Host to handle server2:9081 has not been defined How can the administrator fix this problem?
Answer
  • Regenerate and propagate the HTTP plug-in.
  • Add the port 9081 to the default_host alias.
  • Create a new virtual host alias at the cell level for the port 9081.
  • Edit the server. xml for the second server and add the port 9081

Question 32

Question
32. A system administrator has created a wsadmin script with several steps to install and configure an application and some resources in a WebSphere Application Server process. The script executed but the application was not installed successfully. The administrator suspects that the script has problems. How can the administrator test and debug the script?
Answer
  • In WebSphere Application Server Developer Tools for Eclipse, right click on the script file and select validate from context menu.
  • Execute the script using the wsadmin with the option -conntype NONE and monitor the commandAssistancePythonCommands.log file.
  • Use WebSphere Application Server Developer Tools for Eclipse in the debug perspective connected to the server and execute the script step by step.
  • Run the script using wsadmin with these parameters:-langPython-javaoption “-Xdebug” and then execute the log Viewer command with the option –listlnstances

Question 33

Question
33. A system administrator needs to install WebSphere Application Server Network Deployment V8.5.5 multiple times and would like to automate the task of installing the product. The administrator wants to create a response file based on an initial installation and use this for future installations. How can the administrator accomplish this task?
Answer
  • Use the IBM Packaging Utility.
  • Use the Installation Manager console mode.
  • Complete a silent installation with the -log option.
  • Start the Installation Manager GUI with the -record option.

Question 34

Question
34. A system administrator has been asked to uninstall an application from a cluster running in a WebSphere Application Server Network Deployment cell. This application was installed from the Integrated Solutions Console (ISC). The monitored directory for the cluster is <cluster1_dir>. What step(s) can the administrator perform to uninstall the application?
Answer
  • Delete the application file from <cluster1_dir>.
  • Stop the running cluster. Delete the application file from <cluster1_dir>.
  • Stop the running cluster. Copy the application file to <cluster1_dir>. Delete the application file from <cluster1_dir>.
  • Create a properties file to describe the deletion of the application file Copy the properties file to <cluster1_dir>.

Question 35

Question
35. 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?
Answer
  • web.xml
  • was-webservices-sca.xml
  • ibm-webservices-bnd.xmi
  • ibm-webservicesclient-bnd.xmi

Question 36

Question
36. 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?
Answer
  • Disable server affinity.
  • Configure dynamic caching.
  • Configure a load balancer to spread work between existing web servers.
  • Tune the database session persistence to optimize for failover.

Question 37

Question
37. A system administrator has deployed an application. The development team has updated a new version of this application. The administrator needs to immediately deploy this updated application and guarantee that only this new edition is used by clients and that any service requests for the application are queued during the deployment of the new application. How can the administrator achieve this task without any downtime to the application?
Answer
  • Perform a soft rollout.
  • Perform a hard rollout.
  • Perform an atomic rollout.
  • Perform a concurrent activation rollout.

Question 38

Question
38. While coordinating a flexible management topology, the job manager can send commands to which components?
Answer
  • Application server and name server.
  • On demand router and load balancer.
  • Deployment manager and admin agent.
  • Node agent and web administration server.

Question 39

Question
39. 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?
Answer
  • Use J2EE managed object MBeans.
  • Enable the pass by reference option.
  • Disable the application scoped resources in the application deployment descriptor.
  • Ensure that Process embedded configurations is not selected when exporting the EAR.

Question 40

Question
40. An EJB application posts a request message into a JMS destination and waits for a response message on a different JMS destination. To correlate the response message to the request message, the application uses the JMS correlationld of the message. The application waits up to five seconds for a response before timing out the request. A Message Driven Bean (MDB) running on a different cluster is responsible for consuming the request message, process it and post a response message. The destinations are defined in a Service Integration Bus (SIB) within the cell. Intermittent timeout exceptions have occurred for the requester application. How can a system administrator correlate and analyze the debug information from both requester and consumer applications?
Answer
  • Enable High Performance Extensible Logging (HPEL). Use HPEL logViewer command to see debug information.
  • Enable a diagnostic trace in both requester and consumer servers. Use the Integrated Solutions Console (ISC) to set the admin=all trace. Analyze the trace.
  • Enable High Performance Extensible Logging (HPEL). Enable Cross Component Trace (XCT) to include request IDs in log and trace records. Use HPEL logViewer command with appropriate filters to see debug information.
  • Using the Integrated Solutions Console (ISC), browse the request message that has timed out and look for any key application data. Search for exceptions using the key application data in both requester and consumer in native_stderr.log and native_stdout.log.

Question 41

Question
41. Which one of the following options describes the runtime flow starting from the client browser in a clustered WebSphere Application Server Network Deployment topology?
Answer
  • HTTP server -> job manager -> admin agent -> HTTP server plug-in
  • Load balancer -> HTTP server -> HTTP server plug-in -> application server
  • Application server -> node agent -> deployment manager -> load balancer
  • Deployment manager -> node agent -> HTTP server plug-in -> HTTP server

Question 42

Question
42. 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?
Answer
  • Create a data source of the same name under cell scope.
  • Create a data source of the same name under server scope for each server.
  • Increase the minimum connection pool size for the data source.
  • Decrease the maximum connection pool size for the data source.

Question 43

Question
43. 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?
Answer
  • Configure the JAVA_DUMP_OPTS environment variable to capture javacore for ANYSIGNAL and all exceptions.
  • Configure an -Xdump:java Generic JVM argument on WebSphere Application Server with the filter for java.net.SocketTimeoutException.
  • Code wsadmin script to capture javacore and then execute it after the Java.net.SocketTimeoutException has been encountered.
  • Use the log filter in HPEL to monitor forjava.net. SocketTimeoutException and then gather a javacore dump from the Integrated Solutions Console (ISC).

Question 44

Question
44. 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?
Answer
  • Configure a new messaging engine in each server to support failover.
  • Configure the data store for each messaging engine for each server in the cluster.
  • Select scalability with high availability as the messaging engine policy.
  • Create a core group policy to restrict each messaging engine to a particular server.

Question 45

Question
45. 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?
Answer
  • AdminApp
  • AdminTask
  • AdminConfig
  • AdminControl

Question 46

Question
46. After collecting diagnostic trace from a server running under a cell, a system administrator noticed that the trace files contained sensitive information. To avoid this issue in the future, what can the administrator do?
Answer
  • Configure entries in the ras.rawtracelist.properties.
  • Configure suppressSensitiveTrace in the bootstrap.properties file.
  • Clear the “Disable logging and tracing of potentially sensitive data” checkbox.
  • Add the entry com.ibm.websphere.logging.RawTraceList=Off to the end of the trace string.

Question 47

Question
47. A system administrator ran the backupConfig command to backup the configuration using the -nostop option. The administrator changed the properties for the service integration environment by modifying the sib.properties file. During testing the administrator noticed Service Integration Bus related errors and wanted to restore the service integration environment. The administrator used the restoreconfig command, but the tuning properties for the service integration environment were not restored. How can the administrator prevent this issue?
Answer
  • Use full repository checkpoints for both the backup and the restore.
  • Use the restoreconfig command with -nostop for the restore.
  • Use the manageprofiles command for both the backup and the restore.
  • Use the backupconfig command without -nostop for the backup Use the restoreconfig command without -nostop for the restore.

Question 48

Question
48. An application deployed to a multi-node cluster is reported to have slowness and hung threads. A system administrator is asked to review the logs on each node and identify if the hung threads are a false alarm. How can the administrator determine that the hung threads are a false alarm? Analyze the:
Answer
  • ffdc logs.
  • SystemErr.log.
  • SystemOut.log.
  • native_stderr.log.

Question 49

Question
49. A system administrator suspects that the slow performance of an application might be caused by lock contention. To debug this further, what can the administrator do using IBM Support Assistant?
Answer
  • Analyze the running server using IBM Monitoring and Diagnostic Tools for Java -Health center.
  • Collect a javacore and analyze it using IBM Monitoring and Diagnostic Tools for Java – Health Center.
  • Collect three thread dumps at equal time intervals and analyze them using IBM Monitoring and Diagnostic Tools for Java – Dump Analyzer.
  • Collect three system dumps at equal time intervals and analyze them using IBM Monitoring and Diagnostic Tools for Java – Memory Analyzer.

Question 50

Question
50. 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?
Answer
  • Change connection pools purge policy.
  • Decrease connection pool reap time.
  • Decrease number of free pool partitions.
  • Decrease the prepared statement cache size.

Question 51

Question
51. The computer where a federated node was running had a failure and cannot be recovered. A system administrator wants to recreate the node with the same configurations in another computer. Which steps should the administrator execute in order to recover the damaged node?
Answer
  • Configure the new computer with a different hostname. Create a custom profile with the same name. Federate to the cell using the command addNode with the default options.
  • Configure the new computer with a different hostname. Create a custom profile with a different name. Federate to the cell using the command addNode with the option -asExistingNode.
  • Configure the new computer with the same hostname. Create a custom profile with the same name. Federate to the cell using the command addNode with the option -asExistingNode.
  • Configure the new computer with the same hostname. Create a custom profile with the same name. Federate to the cell using the command addNode with the options -includeapps.

Question 52

Question
52. A system administrator has configured a network deployment cell containing multiple nodes and global security enabled with an LDAP repository. To increase capacity, the administrator needs to add additional nodes to the cell. After adding the nodes by using both scripts and the Integrated Solutions Console (ISC), the administrator examines the System.out log for the deployment manager and notices the following message: 0000004d ORBRas E com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl createSSLSocket ProcessDiscovery : 0 JSSL0080E: javax.net.ssl.SSLHandshakeException -The client and server could not negotiate the desired level of security. Reason?com.ibm.jsse2.util.h: No trusted certificate found How can the administrator resolve this problem?
Answer
  • Disable Java 2 security.
  • Restart the deployment manager.
  • Increase the RSA token timeout value.
  • Change the number of active LTPA keys.

Question 53

Question
53. A new cell contains a cluster with members defined in two managed nodes running on two different machines. The cell also contains two unmanaged nodes running on HTTP servers with HTTP plug-in. Session persistence has been enabled. Which additional component(s) can the system administrator configure to make this environment highly available?
Answer
  • Enable administrative security.
  • Configure a DMZ secure proxy.
  • Configure High Performance Extensible Logging.
  • Configure primary and backup load balancers for the HTTP servers.

Question 54

Question
54. 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?
Answer
  • Use the AdminTask object to delete the resources
  • Stop all application server instances and then delete the resources.
  • Ask another administrator with iscadmin privilege to delete the resource.
  • Edit the EAR to remove the application scoped resources and reinstall the application.

Question 55

Question
55. While monitoring a cluster in the cell, the administrator notices that one server in the cluster periodically loses connections to the database. When this happens, requests to the server have a significantly decreased response time and various error conditions are listed in the log files for the server. Since the error codes are returned quickly, the server starts returning responses faster than the average service times for the application. Due to this, the weight for the server is increased and a large percentage of incoming requests are being routed to the erroneous server and the server is getting overloaded with requests. How can the administrator detect these conditions in the future and take action to prevent this problem?
Answer
  • Configure the storm drain health policy.
  • Configure the on demand router (ODR) transport chain to tune inbound connections.
  • Monitor the JVM heap usage to determine a new server weight.
  • Enable the PMI Extended statistic set and use the Connection Pool summary report.

Question 56

Question
56. A web application was deployed on a WebSphere Application Server cluster. While users are using the application, one of the cluster servers fails and the users lose their working data. What can the system administrator configure to ensure users can continue to work if one of the cluster server fails?
Answer
  • An increased session timeout.
  • A cluster of external HTTP servers.
  • A load balancer to spread work between existing servers.
  • A WebSphere eXtreme Scale HTTP session management.

Question 57

Question
57. A developer created an enterprise application which contained data source and security role information. The developer asked a system administrator to install this application to an application server where global security is enabled using the Integrated Solutions Console (ISC). A new data source was configured at the server scope for the use of this application. While load testing the application, the developer noticed that the attributes configured on the new data source were ignored by the application server. How can the administrator ensure that the attributes configured on the new data source are used by the application server?
Answer
  • Create the data source under cell scope instead of server scope.
  • Delete any data source of the same name defined under node, cluster or cell scope.
  • Reinstall the application and clear the Process embedded configuration check box.
  • Correct the component-managed and container-managed authentication aliases set on the data source.

Question 58

Question
58. A customer has enabled LTPA as their authentication mechanism and has web resources that are not secured by proper security constraints. A system administrator is required to ensure that all web resources are secured. How should the administrator accomplish this?
Answer
  • Enable “Authenticate when any URI is accessed”.
  • Enable “Authenticate only when the URI is protected”.
  • Enable “Authenticated only when the URI is protected”.
  • Map the application security roles to the configured user registry’s groups.

Question 59

Question
59. A system administrator wants to learn some of the Python scripting commands for the administration of the environment. Which product feature should the administrator use?
Answer
  • The wsadmin.properties file to load a profile.
  • The AdminTask object to generate wsadmin scripts.
  • The guided activities panel from the Integrated Solutions Console (ISC).
  • The “Log command assistance commands” option in the Integrated Solutions Console (ISC).

Question 60

Question
60. 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?
Answer
  • Manually delete content from the directory.
  • During an update, create a new shared resources directory.
  • Clear the Delete Saved Files option for the Installation Manager.
  • Set the preserveDownloadedArtifacts preference to false.

Question 61

Question
61. A system administrator, Admin1, with Administrator privileges has archived full repository checkpoints. Another administrator, Configurator1, with Configurator privileges has copied the checkpoint contents directory from one of the archived check points to its original location. Configurator1 tries to restore the configuration using the copied archived checkpoint contents and the restore fails. How can Configurator1 restore the configuration using the copied archived full repository checkpoint?
Answer
  • Copy the archived checkpoint metadata directory to its original location.
  • Increase the Automatic checkpoint depth to keep all the delta checkpoints.
  • Delete the delta checkpoints taken after the full repository checkpoint was taken.
  • Ask an administrator to update the privileges for Configurator1 to matchAdmin1.

Question 62

Question
62. 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?
Answer
  • Install and configure a TAI (Trust Association Interceptor)
  • Configure a security domain for the stand-alone LDAP server.
  • Use Federated repositories and configure the supported entity types.
  • Use Stand-alone custom registry and configure the flat file implementation.

Question 63

Question
63. An organization updated their LDAP directories and modified user roles. The roles that were configured to have access to a highly secured enterprise application were deleted and new roles with new names were created. The application then had security related exceptions. How can a system administrator resolve the exceptions and restore security for the application?
Answer
  • Modify the mapping of security roles of the application to the new LDAP roles.
  • Modify the application and remove all security constraints and redeploy the application.
  • Modify the application to have a runAs role for each new LDAP role and redeploy the application.
  • Create an administrative authorization group with administrator privileges scoped for the application with an administrative group role for the new LDAP roles.

Question 64

Question
64. The installation of WebSphere Application Server did not complete successfully, and a system administrator needs to troubleshoot the installation. What can the administrator do to identify the cause of the installation failure?
Answer
  • Run the installer command with the appropriate command line options.
  • Check the files under the Agent data location of IBM Installation Manager.
  • Check the files under the logs directory of IBM Installation Manager installation directory.
  • Check the log.txt under <WebSphere Application Server install directory><log directory>.

Question 65

Question
65. 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?
Answer
  • Create a J2C authentication alias for that developer.
  • Create an Administrative user role and provide Configurator access to the developer.
  • Create an Administrative group role and provide Configurator access to the developer.
  • 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.
Show full summary Hide full summary

Similar

Simulado Matemática
Marina Faria
Simulado Inglês
Marina Faria
Provas anteriores de Vestibular - Fuvest 1
GoConqr suporte .
Simulado Filosofia
Marina Faria
Simulado Geografia
Marina Faria
Simulado Espanhol
Marina Faria
Provas anteriores de Vestibular - Unicamp 2014 - 1
GoConqr suporte .
Provas anteriores de vestibular - Fuvest 2
GoConqr suporte .
Atomística/ Tabela Periódica - Química
Mateus Peres
SIMULADO - 3º ANO - E. M. - 2º DIA
eesfmang_nte
SIMULADO IBGE 2016 - Matemática - Probabilidade
Alex Farias