100 Important IBM WebSphere Application Server 6.1 Interview Question Answer Part-10
QUESTION 91
What are the three possible modes that the replication service instance can be set up to run in?
QUESTION 92
What has to be configured to implement memory-to-memory HTTP Session persistence?
QUESTION 93
An administrator is configuring JDBC database connections. Where is the file system path to the DB2 or Oracle driver .zip files specified?
QUESTION 94
While an administrator is using the Tivoli Performance Viewer to analyze a performance problem with a production application server, the administrator notes that the database connection pools have a much lower percentage of utilization than the other pools. Which statement explains this observation?
QUESTION 95
A J2EE application needs to be configured as follows:
The EJB module and the utility JAR in the application must be loaded by the same Class loader.
Each Web module must have its own unique Class loader.
What is the correct application server and Web module Class loader configuration for this application?
QUESTION 96
Which statement most accurately describes the effect of increasing the JVM maximum heap size?
QUESTION 97
For security reasons, an administrator would like to ensure that HTML resources are isolated between Web modules running on a server. Which setting should the administrator configure?
QUESTION 98
In order to generate a plug-in configuration file on which all applications in the cell are mapped, which action must a system administrator take?
QUESTION 99
When using the Tivoli Performance Viewer, the WebSphere administrator notes that the Summary and Detailed reports display in tabular format, however the graphics do not display. What must the administrator do to correct the problem?
QUESTION 100
According to the Upstream Queuing model for performance tuning, what reflects the correct application of recommended settings for maximum concurrent clients?
What are the three possible modes that the replication service instance can be set up to run in?
- Server mode
- Client mode
- Both mode
- Publish/Subscribe mode
- Event Listener mode
- Broadcast mode
QUESTION 92
What has to be configured to implement memory-to-memory HTTP Session persistence?
- EJB session beans and EJB Container
- The HTTP Plug-in and embedded HTTP Server
- The JMS Server and Queue Manager
- The Data Replication Service (DRS) and Web container
QUESTION 93
An administrator is configuring JDBC database connections. Where is the file system path to the DB2 or Oracle driver .zip files specified?
- Within the .ear file of the deployed application
- Within the connection pool parameters for the cell
- On the connection manager J2C configuration panel
- From the Environment -> WebSphere Variables panel of the Administration Console
QUESTION 94
While an administrator is using the Tivoli Performance Viewer to analyze a performance problem with a production application server, the administrator notes that the database connection pools have a much lower percentage of utilization than the other pools. Which statement explains this observation?
- The database server is constrained, causing calls to the database to consume more resources than are available for processing
- This condition indicates there is a bottleneck in one of the processes upstream in the pipeline of process flows within the application server.
- The connection pools have not been defined to account for parallel application server calls to the database, causing this particular server to show low utilization
- The Tivoli Performance Viewer percentages are only useful for performing performance analysis on a server that is executing in a controlled load test scenario.
QUESTION 95
A J2EE application needs to be configured as follows:
The EJB module and the utility JAR in the application must be loaded by the same Class loader.
Each Web module must have its own unique Class loader.
What is the correct application server and Web module Class loader configuration for this application?
- Isolation policy -> Single, Class loader policy -> Application
- Isolation policy -> Single, Class loader policy ->Module
- Isolation policy -> Multiple, Class loader policy -> Module
- Isolation policy -> Multiple, Class loader policy -> Application
QUESTION 96
Which statement most accurately describes the effect of increasing the JVM maximum heap size?
- No measurable performance change will result from increasing the heap size
- A larger heap size will cause the server to take longer to start
- More objects will be created and the time required to garbage collect will decrease.
- The time between garbage collections will increase, but the garbage collection will take longer.
QUESTION 97
For security reasons, an administrator would like to ensure that HTML resources are isolated between Web modules running on a server. Which setting should the administrator configure?
- Class loader configuration
- Virtual host configuration
- HTTPS ports configuration
- Admin console configuration
QUESTION 98
In order to generate a plug-in configuration file on which all applications in the cell are mapped, which action must a system administrator take?
- Run the GenPluginCfg command on each server
- Run the GenPluginCfg command on the deployment manager
- Select the Automatically Generate Plug-in option in the administrative console
- Select the Generate Plug-in option in the Web server’s page in the administrative console
QUESTION 99
When using the Tivoli Performance Viewer, the WebSphere administrator notes that the Summary and Detailed reports display in tabular format, however the graphics do not display. What must the administrator do to correct the problem?
- The graphics display only if there is sufficient variance in the data being collected. The application server monitored is not under load condition, therefore the default reports are the preferred display mechanism and no action is required.
- The Performance Monitoring Interface and the Performance Advisor must both be enabled from the Administrative Console accessed through the Deployment Manager in order for the Performance Advisor graphics to display.
- The administrator must override the default scale set in the default report since it is set too high to cause the graphics to be generated
- The Scalable Vector Graphics (SVG) plug-in for Adobe must be downloaded and installed on the administrators browser since this is required for the graphics display.
QUESTION 100
According to the Upstream Queuing model for performance tuning, what reflects the correct application of recommended settings for maximum concurrent clients?
- Web server=75, Web container=75, Datasource=25
- Web server=75, Web container=50, Datasource=25
- Web server=50, Web container=50, Datasource=50
- Web server=25, Web container=50, Datasource=75
Comments
Post a Comment