
test 252,ibm websphere apervr v6 netwrk deplovment.core admin : 000-252 Exam
est information:
• Number of questions: 54
• Time allowed in minutes: 90
• Required passing score: 59% or 63%
Related certifications:
• IBM Certified System Administrator — WebSphere Application Server Network Deployment V6.0
• IBM Certified Instructor — WebSphere Application Server Network Deployment V6.0 System Administration
• IBM Certified Deployment Professional — WebSphere Process Server V6.0
• IBM Certified Administrator for SOA Solutions – WebSphere Process Server V6.0
• IBM Certified Advanced Deployment Professional – Tivoli Enterprise Management Solutions 2007
• IBM Certified Advanced Deployment Professional – Tivoli Storage Management Solutions 2007
• IBM Certified Advanced Deployment Professional – Tivoli Security Management Solutions 2007
Exam Topics Include:
• Architecture
• Installation/Configuration of Application Server
• Application Assembly and Deployment and Server Resource Configuration
• Security
• Workload Management/Scalability/Failover
• Maintenance and Performance Tuning
• Problem Determination Applications
• Systems Administration Tasks (*covers one time administrative tasks)
1.A proposed WebSphere cell contains about 25 nodes. The environment will be horizontally and
vertically scaled and can potentially grow over time. What strategy for HTTP Session persistence would work BEST for this situation?
A.Database session persistence
B.MemorytoMemory replication in a peertopeer topology
C.Local sessions
D.PeertoPeer session persistence
Correct:A
2.When using the addNode command to federate a node to a cell, it may be necessary to know the
Deployment Manager’s SOAP connection port. What is the BEST way to locate this port?
A.Navigate to the profiles directory of the WebSphere Application Server installation root directory, and issuing the wsadmin $AdminConfig getPort command.
B.Navigate to the bin directory of the node to be federated and issuing the following command ivt.bat server1 .
C.Examine the serverindex.xml file corresponding to the Deployment Manager’s node.
D.Examine the responsefile.pct file in the WebSphere Application Server installation root directory.
Correct:C
3.A customer has an application running on WebSphere Application Server. When a user logs on, the application retrieves the relevant Product code information from the database and stores it in
a HashMap. A reference to the HashMap is then stored in the HTTP Session object. Which of the following should be recommended as a means for improving HTTP Session persistence performance?
A.Use memorytomemory replication
B.Use peertopeer topology
C.Use database persistence
D.Declare the reference to the HashMap as transient
Correct:D
4.A system administrator wants to ensure that nodes with different hardware resources participate
in a cluster as efficiently as possible. Which of the following should be used to BEST meet this goal?
A.A load balancer to evenly distribute requests to cluster members
B.A fine grain application update with capabilities to tune cluster member applications to the hardware
C.Weighted definitions for cluster members
D.Identical application components for all cluster members
Correct:C
5.A system administrator wants to share system information like Workload Management among core groups. Which of the following statements is valid in this context?
A.Core groups in same or different cells use the service integration bus to share Workload Management information.
B.Core groups can overlap by including common servers and the common servers are used to share
Workload Management information.
C.Core groups in different cells can only use the core group bridge service to share Workload
Management information.
D.Core groups use the core group bridge service to share Workload Management information.
Correct:D
6.A system administrator is creating a new cluster. The servers in the cluster will need several configuration steps to support the applications. Which of the following ways is MOST efficient to create and configure the cluster members?
A.Create and properly configure a server then add this server as the first member of the cluster.
B.Create and properly configure a standalone server then add this server as the last member of the cluster.
C.Create the cluster and add all the cluster members, then make configuration changes at the cluster scope.
D.Create the cluster and add all the cluster members, then set the configuration in any of the clustered servers.
Correct:A
7.There are multiple property files which control the behavior of the FFDC filter. All of the following are FFDC property files EXCEPT:
A.ffdcStart.properties used while the server is starting B.ffdcRun.properties used after the server is ready C.ffdcException.properties used whenever an exception occurs D.ffdcStop.properties used while the server is in the process of stopping Correct:C
8.A system administrator is asked how best to suppress System.out or System.err messages from the customer’s application. Which of the following actions should the system administrator recommend to the customer?
A.Convert their logging to use Log4J.
B.Use the Common Base Event API and the Java Logging API. C.Use JRas to log messages.
D.Click Troubleshooting > Logs and Trace >server name > JVM Logs and change the Installed
Application Output parameter from the Admin Console.
Correct:D
9.A system administrator is asked to diagnose a problem on a remote node using the Log Analyzer. In order to accomplish this task, what is the name of the Log Analyzer source log file that the system administrator will have to access?
A.service.log B.activity.log C.loganalyzer.log D.trace.log Correct:B
10.The log files reveal naming exceptions after a system administrator has just created a new datasource. What tool would the system administrator use to verify that the datasource is correctly registered in the JNDI namespace?
A.dumpJNDINameSpace B.dumpNameSpace C.dumpJNDICache
D.showNameSpace
Correct:B
11.Sometimes it is required to force an application to create a thread dump (or javacore). Which of the following processes would be used to force a thread dump?
A.Using the wsadmin command prompt, get a handle to the problem application server:
wsadmin>set jvm
[$AdminControl completeObjectName type=JVM,process=server1,*] Generate the thread dump:
wsadmin>$AdminControl invoke $jvm dumpAllThreads Look for an output file
in the installation root directory with a name like javacore.date.time.id.txt.
B.Using the wsadmin command prompt, get a handle to the problem application server:
wsadmin>set jvm
[$AdminControl completeObjectName type=JVM,process=server1,*] Generate the thread dump:
wsadmin>$AdminControl invoke $jvm dumpAppServerThreads Look for an output file in the installation root directory with a name like javacore.date.time.id.txt.
C.Using the wsadmin command prompt, get a handle to the problem application server:
wsadmin>set jvm [$AdminControl completeObjectName type=JVM,process=server1,*] Generate the thread dump:
wsadmin>$AdminControl invoke $jvm dumpJVMThreads. Look for an output file in the installation root directory with a name like javacore.date.time.id.txt.
D.Using the wsadmin command prompt, get a handle to the problem application server:
wsadmin>set jvm
[$AdminControl completeObjectName type=JVM,process=server1,*] Generate the thread dump:
wsadmin>$AdminControl invoke $jvm dumpThreads Look for an output file in the installation root directory with a name like javacore.date.time.id.txt.
Correct:D
12.In WebSphere Application Server V6, a logging infrastructure that extends Java Logging is used. Which of the following contains the BEST subset of logging levels that a system administrator can use to log only errors?
A.Severe, fatal
B.All, finest, finer, fine, severe, fatal
C.All, debug, entryExit, info, warning, fatal
D.All, debug, entryExit, info, warning, error, fatal
Correct:A
13.Where in the administrative console can the log detail levels be changed?
A.Troubleshooting > Logs and Trace
B.System administration > Console settings > Preferences
C.Environment > WebSphere Variables
D.System administration > Console settings > Logging
Correct:A
14.A system administrator notices that an application server (with servlets and EJBs) is receiving IIOP requests, but not any HTTP requests. Which of the following log file(s) should be checked? A.SystemOut.log and SystemErr.log
B.startServer.log
C.activity.log
D.HTTP_plugin.log and native_stdout.log
Correct:D
15.While testing the HTTP Session affinity behavior of a WebSphere cluster, the system administrator noticed that there were two versions of the plugincfg.xml file used: Version#1: plugincfg.xml Version #2: plugincfg.xml What would be the expected behavioral differences between the two versions of the WebSphere plugin configuration file in terms of honoring HTTP session affinity?
A.Version #1 supports HTTP Session affinity
B.Version #1 and Version #2 both support session affinity
C.Version #2 supports HTTP session affinity
D.Version #1 and Version #2 do not support HTTP session affinity
Correct:A
16.On receipt of a JMS message on a queue (Q), a messagedriven bean (MDB) processes the message by invoking a stateless session bean that does a data base update. Both enterprise beans execute within the same transaction context. The queue type destination in the underlying Service Integration Bus corresponding to Q is defined with the “Maximum failed deliveries” attribute set to 0, and the “Exception destination” specified as ‘None’. What happens when the processing of a particular message results in a transaction rollback?
A.The application server hosting the MDB is shutdown.
B.The JMS runtime stops the delivery of the message to the application. C.The JMS runtime keeps delivering the message to the application. D.The message gets stranded on the queue (Q).
Correct:C
17.A system administrator is deploying an application to a 2node cluster. One of the nodes is a powerful AIXbased machine and the other is a smaller Windowsbased machine with less processing capability. How would the cluster BEST be configured to ensure more work gets routed to the more powerful server?
A.Use the Random algorithm and assign a smaller weight to the Windows box. B.Use the FirstComeFirstServed algorithm.
C.Use the Round Robin and assign a larger weight to the AIX machine. D.Use the Least Recently Used algorithm with weights.
Correct:C
18.A system administrator is creating a wsadmin script. Within the script, it is necessary to list the running applications on a server. Which of the following wsadmin scripting objects should be used?
A.AdminMBeans B.AdminConfig C.AdminOperations D.AdminControl Correct:D
19.A system administrator has been requested to package an enterprise application so that all of
its required resource definitions are contained in the Enterprise Archive (EAR) File. How can this
task be accomplished by using the Application Server Toolkit (AST)?
A.While running in AST, configure the application resources using the administrative console, then export
an Enhanced EAR file.
B.While using AST, import the EAR file into the workspace on the Resources perspective, import a previously configured resource.xml file and export an Enhanced EAR file.
C.While using AST, open the application’s deployment descriptor editor. Switch to the Deployment page, define the needed resources and export the Enhanced EAR file.
D.Using AST, open each module of the application and define the required resources. Include the configured modules in an enterprise application project and export an Enhanced EAR file.
Correct:C
20.A customer needs to connect an application server to a third party vendor’s EIS. The customer asks the consultant about the functionalities that should be available with a JCA Resource Adapter that has been supplied by the EIS vendor. The consultant responds that all of the functionalities should be available EXCEPT for the one stating that it:
A.Provides connectivity between J2EE components such as an application server or an application client and an EIS
B.Collaborates with the application server to provide contract services such as connection pooling, transaction management, caching and messaging
C.Implements the Common Client Interface (CCI) for EIS access D.Implements the standard Service Provider Interface (SPI) Correct:B
21.A JDBC provider has been defined at both the cell and node scope. Duplicate datasources have been defined at both levels. An application has defined the same provider and datasource as part
of an Enhanced EAR file. Which datasource will be used by the application?
A.The datasource defined on the JDBC provider at the cell scope. B.The datasource defined in the Enhanced EAR file.
C.The datasource defined at the node scope.
D.No datasource will be used as the server and will not start when duplicate resources are defined.
Correct:B
22.While updating an enterprise application on a production cluster running across multiple machines, a system administrator must ensure that the application remains available at all times
to the users. After updating the application components, what step(s) can be used to accomplish this requirement?
A.On the last page of the Enterprise Application > Update wizard, click Rollout Update. B.Select System Administration > Nodes, select node names and click Full Resynchronize.
C.Select Enterprise Applications > [application name] > Stop and then Enterprise Applications >
[application name] > Start.
D.Select Servers > Clusters > [clustername] > RippleStart
Correct:A
23.A system administrator is installing an application and discovers that a required security role has not been defined by the producers of the application modules. How can the system administrator create a new security role for the application?
A.Use the Security Global Security page of WebSphere administrative console.
B.Use Application Server Toolkit (AST) to define a new role on the module that requires it.
C.Use wsadmin to define the required security role.
D.Edit the source of Application Deployment Descriptor and add a properly formed element.
Correct:B
24.While packaging an enterprise application, a system administrator notices that the JNDI names
of some of the EJBs conflict with existing names in the JNDI namespace. What action should the system administrator take to correct this problem?
A.Ask the developers to prefix the JNDI names of the EJB references with the name of the application to avoid clashes.
B.Use the WebSphere administrative console to change the names of the EJB references.
C.Use the Application Server Toolkit (AST) to map the EJB references to unique names in the name space.
D.Use the WebSphere administrative console to create a separate name space for the application.
Correct:C
25.A system administrator received a message that the System prerequisites check failed during the installation of the WebSphere Application Server V6 Network Deployment package. Which log file should the system administrator review to find out more information about the failure? A.SystemOut.log under \logs directory
B.log.txt under \logs directory
C.log.txt under system temp directory D.SystemErr.log under \logs directory Correct:C
26.NonIBM supported Web servers (start, stop and change configuration) must be managed from the WebSphere Application Server V6 administrative console in a Network Deployment environment. Which of the following processes has to be started on the Web Server machine that has been configured as a managed node?
A.Deployment manager B.Custom profile C.Node agent D.Application server Correct:C
27.A system administrator is having problems starting the application server (server1). Which log files should be checked to get more information about the problem?
A.SystemOut.log and SystemErr.log under \logs\server1 directory B.SystemOut.log and SystemErr.log under \profiles\ directory C.log.txt and startServer.log under \logs directory
D.log.txt and startServer.log under system temp directory
Correct:B
28.A system administrator is receiving an error while trying to connect to the administrative console of an application server profile. The connection is being made from a remote web browser that has been installed and verified previously. Assuming that this application server is using default ports, what is the MOST probable cause of this error?
A.The adminconsole application was stopped previously from the adminconsole.
B.The Application Server was not started.
C.The WebSphere configuration database is not running.
D.The adminconsole application was uninstalled from the adminconsole.
Correct:B
29.When using the installation wizard to install the WebSphere Application Server V6 Network Deployment package, product binaries are copied to the installation directory. Which of the following will also occur as a result of the installation?
A.A profile for deployment manager will be created by default. B.A profile for application server will be created by default.
C.A custom profile will be created by default.
D.A system administrator has an option to create a profile using the Create profile wizard.
Correct:D
Testking ibm 000-252 Interactive Testing Engine Included!
109 Questions
Updated : 09/18/2008
Price : $76.99 $69.99
Free down:Testking ibm 000-252
Free down:Pass4sure ibm 000-252
| IBM Free Downloads |
|
Type |
Exam Bible | New Questions & Answers |
Latest Updated |
Download link |
![]() |
All Ibm 's Exam Pack |
767 |
1 days ago | Download |
If you would like to make a comment, please fill out the form below.
[...] testking 000-252 [...]