100 Important IBM WebSphere Application Server 6.1 Interview Question Answer Part-9

QUESTION 81
An administrator is monitoring a servers JVM Runtime by using the administrative consoles Tivoli Performances Viewer. It appears that garbage collection is running frequently and taking a relatively long time to complete. Which action should the administrator take to gather more information on the garbage collection process for this server?
  1. Edit the servers sas.server.props file and set com.ws.jvmgc equal to verbose
  2. Use the administrative console to enable Verbose garbage collection for the server
  3. Enable tracing on the server with the following trace string: com.ibm.ws.jvm.*=finest
  4. Use wsadmin to generate a heap dump and analyze the dump with the Application Server Toolkit (AST)
Answer: B

QUESTION 82
To conserve disk space, an administrator would like to roll the FFDC log files every three days. Without interfering with normal application server operation, how can this be accomplished?
  1. By writing a logRoller script and executing it every three days.
  2. By running a system job that cleans the files as needed
  3. By configuring the ExceptionFileMaximumAge property in ffdcRun.properties
  4. By configuring the TimesToDump property in ffdcStop.properties
Answer: C

QUESTION 83
In order to gather all of the necessary data required by IBM Support to troubleshoot a database connection pooling problem, an administrator should perform which task(s)?
  1. Run the collector command, use the problemType option to specify database connection pooling and submit the resulting JAR file to IBM Support
  2. Use the Service component of the IBM Support Assistant (ISA) to gather data for the database connection pooling problem type
  3. Reproduce the problem, create a JAR  file including the System.log and native_stdout.log files then submit the JAR file to IBM Support
  4. Reproduce the problem, use the Tivoli Performance Viewer to log the JDBC connection pool activity then submit the log file to IBM Support
Answer: B

QUESTION 84
What is the advantage of implementinga multi-tiered environments across multiple machines?
  1. It can more closely align with a customers business functions (i.e. distribution, ordering, and inventory management.)
  2. The tiers allow you to tune individual products
  3. It is the separation of tiers that allows operating system tuning parameters to be used based on the machine’s function
  4. Separation reduces maintenance complexities since components are highly available in a distributed configuration
Answer: C

QUESTION 85
A WAR file containing several JSR 168 compliant portlets has been successfully installed in an application server. If portlet serving has been enabled, how can the portlets be accessed with a browser?
  1. Request the PortletServingServlet servlet and then submit the name of the portlet
  2. Request the portlets index.jsp and then submit the context root and portlet name
  3. Request the wpsServlet servlet and then select the portlet from a portal menu
  4. Request the portlet directly using a URL that includes the name of the portlet
Answer: D

QUESTION 86
When an application server cluster is added to a Service Integration Bus as a cluster bus member, the messaging engine defined will be highly available. The messaging engine becomes active on:
  1. all the servers within the cluster
  1. each node agent
  2. only one server within the cluster
  3. the deployment manager
Answer: C

QUESTION 87
Which statement is NOT true about the Session Initiation Protocol (SIP) container?
  1. The servlet container provides the network services over which requests and responses are received and sent.
  2. A SIP servlet container manages the network listener points on which it listens for incoming SIP traffic.
  3. The SIP servlet container can employ a SIP proxy server to route, load balance, and improve response times between SIP requests and back-end SIP container resources.
  4. The SIP servlet container can directly interact with other SIP servlet container in the cell to co-ordinate SIP servlet requests.
  5. The SIP servlet container decides which appliations to invoke and in what order. The container also contains and manages servlets through their life cycle.
Answer: D

QUESTION 88
Which statement describes the relationship between WebSphere MQ and WebSphere default messaging as a JMS provider?
  1. Default messaging relies on WebSphere MQ as the JMS Provider
  2. Default messaging is a version of WebSphere MQ.
  3. WebSphere MQ and default messaging are separate and do not share any modules or configuration data
  4. WebSphere MQ and default messaging must share the same Cloudscape database.
Answer: C

QUESTION 89
Which statement is true for a managed application server process to startup?
  1. A node agent and deployment manager must be running before starting a managed server.
  2. Starting a managed server is not dependent on the presence of a running deployment manager.
  3. The node agent should not be started before any managed servers on that node.
  4. The deployment manager needs to be started before the managed server.
Answer: B

QUESTION 90
In a cell configuration, which protocol is used for sending requests between application servers?
  1. HTTP
  2. HTTPS
  3. IIOP
  4. OSE

Answer: C

Comments

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile

What is clean start in websphere application server