Servlet Response Times
Cache Statistics
Database Connection Pool Statistics
Disk Statistics
第1题:
Which two statistical data types are available on the statistics page of the WebUI? ()(Choose two.)
第2题:
Which of the following resources are created in the WebSphere Application Server configuration when a WebSphere Commerce V5.6 instance is created?()
第3题:
A system administrator received the following message while trying to ssh to a server: connection timed out.The administrator pinged the server and had no response. The administrator then pinged the gateway, and was successful. Which tool could the administrator use next to isolate the problem?()
第4题:
Which of the following are valid bundled components of WebSphere Commerce Professional Edition?()
第5题:
The WebSphere Application Server provides a Dynamic Cache Monitor. Which of the following can be monitored using this tool?()
第6题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page that has a GridView control named GridView1. The GridView1 control displays the data from a database named Region and a table named Location. You write the following code segment to populate the GridView1 control: 01 protected void Page_Load(object sender, EventArgs e) 02 { 03 string connstr; 04 05 SqlDependency.Start(connstr); 06 using (SqlConnection connection = 07 new SqlConnection(connstr)) 08 { 09 SqlCommand sqlcmd = new SqlCommand(); 10 DateTime expires = DateTime.Now.AddMinutes(30); 11 SqlCacheDependency dependency = new 12 SqlCacheDependency("Region", "Location"); 13 Response.Cache.SetExpires(expires); 14 Response.Cache.SetValidUntilExpires(true); 15 Response.AddCacheDependency(dependency); 16 ► 17 sqlcmd.Connection = connection; 18 GridView1.DataSource = sqlcmd.ExecuteReader(); 19 GridView1.DataBind(); 20 } 21 } You need to ensure that the proxy servers can cache the content of the GridView1 control. Which code segment should you insert at line 16?()
第7题:
In a two-tier configuration, it is recommended to put which of the following components on different nodes?()
第8题:
WebSphere Commerce Analyzer
Tivoli Performance Viewer.
Tivoli Web Site Analyzer.
DB2 Intelligent Miner for Data.
第9题:
Ensure that the modified JSP is located in the correct directory and has the correct timestamp.
Stop and restart the WebSphere Commerce Server.
Stop and restart the database server.
Clear the WebSphere Commerce cache.
Refresh the URL Views registry using the WebSphere Commerce Administration Console.
第10题:
The Database Update Tool found in Configuration Manager
The LDAP Server
The WebSphere Application Server Administrative Console
The WebSphere Commerce SecurityUpdate Command
The WebSphere Commerce Administration Console
第11题:
Database client and database server
WebSphere Application Server and Database Server
WebSphere Commerce Server and WebSphere Application Server
Web server and WebSphere Application Server
第12题:
Stores and retrieves Java objects from memory
Provides disk offloading capability
Cannot use session information to cache servlets or JSPs
Can be shared but cannot be replicated among servers
第13题:
Which administration tool is used to enable or disable the logging and tracing of WebSphere Commerce components?()
第14题:
An administrator is attempting to use the Tivoli Performance Viewer to see the average response time for a WebSphere Commerce command, which of the following must be done in order to be successful?()
第15题:
WebSphere Application Server supports performance data collection using the Performance Monitoring Infrastructure (PMI). Which tool supports PMI and would be best to analyze the WebSphere Commerce runtime EJB, JVM and thread pool stats?()
第16题:
After installing WebSphere Commerce V 5.6 using a quick installation, which of the following should be checked to verify the installation?()
第17题:
To manually configure the SGA components using Oracle Enterprise Manager Memory Advisor, you can set values for which of the following initialization parameters?()
第18题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page that has a GridView control named GridView1. The GridView1 control displays the data from a database named Region and a table named Location. You write the following code segment to populate the GridView1 control. (Line numbers are included for reference only.) 01 Protected Sub Page_Load(ByVal sender As Object, _ ByVal e As EventArgs) 02 Dim connstr As String 03 ... 04 SqlDependency.Start(connstr) 05 Using connection As New SqlConnection(connstr) 06 Dim sqlcmd As New SqlCommand() 07 Dim expires As DateTime = DateTime.Now.AddMinutes(30) 08 Dim dependency As SqlCacheDependency = _ 09 New SqlCacheDependency("Region", "Location") 10 Response.Cache.SetExpires(expires) 11 Response.Cache.SetValidUntilExpires(True) 12 Response.AddCacheDependency(dependency) 13 14 sqlcmd.Connection = connection 15 GridView1.DataSource = sqlcmd.ExecuteReader() 16 GridView1.DataBind() 17 End Using 18 End Sub You need to ensure that the proxy servers can cache the content of the GridView1 control. Which code segment should you insert at line 13? () | English | Chinese | Japan | Korean | - 90 - Test Information Co., Ltd. All rights reserved.
第19题:
By executing the payments ’startWCP’ command with the appropriate parameters.
WebSphere Application Server provides a command to start it.
The Configuration Manager provides a start option for it.
From the WebSphere Commerce Payments User Interface.
From the WebSphere Commerce Administration console.
第20题:
DB_CACHE_SIZE
SHARED_POOL_SIZE
LARGE_POOL_SIZE
JAVA_POOL_SIZE
SGA_MAX_SIZE
SORT_AREA_SIZE
第21题:
Servlet Response Times
Cache Statistics
Database Connection Pool Statistics
Disk Statistics
第22题:
DataSource
Virtual Hosts
Server Group
The selected JDBC Driver
Remote Servlet Redirector
第23题:
The installation log files
The Commerce tools can be launched and logged into properly
User ’wpadmin’ has been created
The structure of the installation directory
The WebSphere Application Server database schema
第24题:
Lotus QuickPlace
Lotus SameTime
WebSphere Business Integrator
DB2
WebSphere Application Server