网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
As part of fallover testing of a corporate database server, client application connectivity must be  verified. Which of the following would best verify the application functionality?()
A

 Perform a ping client verification test.

B

 Review the number of active application processes.

C

 Perform successful reads and writes to the application.

D

 Run netstat -an to verify client connections to the listening ports.


参考答案

参考解析
解析: 暂无解析
更多 “单选题As part of fallover testing of a corporate database server, client application connectivity must be  verified. Which of the following would best verify the application functionality?()A  Perform a ping client verification test.B  Review the number of active application processes.C  Perform successful reads and writes to the application.D  Run netstat -an to verify client connections to the listening ports.” 相关考题
考题 In the last paragraph ,a problem commercial genetic testing faces is __________.[A]disorganized data collection[B] overlapping database building

考题 Which three tasks can be performed using a duplicate database?() A. Testing the backup and recovery proceduresB. Testing the upgrade of an Oracle database to a new releaseC. Testing the effect of an application changes on database performanceD. Continuously updating archive log files from the target database to support failover

考题 Which three tasks can be performed using a duplicate database? ()(Choose three.) A. Testing the backup and recovery proceduresB. Testing the upgrade of an Oracle database to a new releaseC. Testing the effect of an application changes on database performanceD. Continuously updating archive log files from the target database to support failover

考题 You configure your database Instance to support shared server connections.Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?() A. User session dataB. Stack spaceC. Private SQL areaD. Location of the runtime area for DML and DDL StatementsE. Location of a part of the runtime area for SELECT statements

考题 You are the administrator of two SQL Server 2000 computers. One of these servers contains a 4-GB database named marketing. You want to remove the marketing database from one server and add it to the other as quickly as possible.What should you do?A.Detach the database from the original server by using the sp_detach_db stored procedure. Copy the database and the transaction log files to the new server, and attach them by using the sp_attach_db stored procedure.B.Use the DTS export wizard to transfer all database objects from the original server to the new server. Drop the database from the original server.C.Run a full backup of the database on the original server. Create a new database named marketing on the new server. Restore the backup in the new marketing database. Drop the database from the original server.D.Shut down the original server. Copy the database and the transaction log files to the new server. Use the DISK INIT and DISK REFIT statements to attach the data file to the new server. Drop the database from the original server.

考题 You are the administrator of three SQL Server 2000 computers at Five Lakes Publishing. One server, FLPSQL01, stores order data. You want to be able to use the other two servers, FLPSQL02 and FLPSQL03, to answer queries and run report. The planned network configuration is shown in the exhibit.You want to use the database Maintenance Plan wizard to configure log shipping from FLPSQL01 to FLPSQL02 and FLPSQL03. You do not want users to add any new data on FLPSQL02 and FLPSQL03, but they must be able to run queries and reports.Which two actions should you take? (Each correct answer presents part of the solution. Choose two)A.Set the database load state for each destination server to No recovery mode.B.Set the database load state for each destination server to standby mode.C.Enable the allow database to assume primary role option for both destination servers.D.Enable the allow database to assume primary role option for one destination server and then disable this option for other destination server.E.Disable the allow database to assume primary role option for both destination servers.

考题 Which of the following provides the MOST redundancy for a corporate server network?() A. Server-to-server replicationB. Server clusteringC. Hot siteD. Disk-to-disk replication

考题 You are the administrator of two Microsoft Windows 2000 advanced server computers. On these servers, you are configuring a database that will store accounting information for your company.The data must be available at all times. Interruptions in data connectivity should not last longer than five minutes. Any changes to the database should not require you to reconfigure the client computers.How should you configure the database?A.Configure the database on the two servers as a SQL Server 2000 cluster.B.Configure the database on one server, and then configure a standby database on the second server.C.Configure the database on each server. Use Microsoft Distributed Transaction Coordinator to keep the two servers perfectly synchronized.D.Configure the database as a federated database, and then partition half the data on each server.

考题 Which three tasks can be performed using a duplicate database?()A、Testing the backup and recovery proceduresB、Testing the upgrade of an Oracle database to a new releaseC、Testing the effect of an application changes on database performanceD、Continuously updating archive log files from the target database to support failover

考题 Which of the following provides the MOST redundancy for a corporate server network?()A、Server-to-server replicationB、Server clusteringC、Hot siteD、Disk-to-disk replication

考题 When a staging server is used as an environment for testing new data in a default WebSphere Commerce installation, which of the following are true about the staging server?()A、The database has a subset of the tables in the production server database.B、The database has a copy of selected data from the production databaseC、The database logs changes for later propagation.D、The database is accessed as read-only to prevent data corruption.E、The database includes all user and order data for offline processing.

考题 During the process of fallover testing, a client/server database needs to be tested. On the AIX Server, start/stop/cleanup scripts and server application functionality have been tested.  Before moving onto the next step of fallover testing,what action must be completed?()A、 Run who -a and validate that client connections are restored.B、 Verify that the client side application is functioning properly.C、 Check hacmp.out log file to validate that the application server started.D、 Verify that the application will successfully stop and restart on the fallover node.

考题 During cluster fallover testing,the administrator determines that additional work is required to stop existing test applications on the standby node,prior to starting the production applications on the surviving node.  To manage this type of requirement,which step should be performed first?()  A、 Create a custom pre/post event.B、 Add a custom user defined event.C、 Define custom error notification.D、 Modify the test application server.

考题 Company.com has a database application and a Web server application running on the same p5-570 server in a single partition. Recently there have been a number of instances where the increased load on the database server has impacted the performance of the Web server. What can the technical specialist recommend to keep the database application from impacting the performance of the Web server?()A、Create a VLAN between the web server and database server.B、Purchase APV and install the VIOS.C、Increase the priority of the Web server.D、Create separate LPARs for Web and database workloads.

考题 An enterprise has three nodes: -Node ’A’ is a production database, -Node ’B’ is a production  Application server, and -Node ’C’ is a test and development node. Node ’C’ is used by six programmers to develop and the production application as business critical and would like to make it highly available with HACMP. Application development and testing is not business critical.  Which of the following describes the best solution?()  A、 There is not an adequate solution because HACMP should not be configured in this environment without a dedicated standby node.B、 Nodes ’A’ and ’B’ should be configured in a cluster with mutual fallover of two cascading resource groups to provide both nodes will deliver acceptable response time with both resource groups.C、 Nodes ’A’ and ’C’ should be configured in one cluster, and Nodes ’B’ and ’C’ in another cluster to prevent both the database and application server from falling over to Node ’C’ at the same time.D、 Nodes ’A’, ’B’, and ’C’ should be configured in a cluster with Node ’C’ the hot standby for both the database and application server resource groups. Workload Manager (WLM) must be configured on database and application developers from over utilizing the CPU resources.

考题 As part of fallover testing of a corporate database server, client application connectivity must be  verified. Which of the following would best verify the application functionality?()  A、 Perform a ping client verification test.B、 Review the number of active application processes.C、 Perform successful reads and writes to the application.D、 Run netstat -an to verify client connections to the listening ports.

考题 A user has an application server LPAR with a physical Ethernet adapter. They want to have a database LPAR also connected to the application LPAR via virtual Ethernet. Their security policies require a firewall between the application LPAR and database LPAR. Which of the following virtual Ethernet configurations satisfies the customer’s requirements?()A、The application server,firewall,and database server on the same VLANB、The application server and firewall on one VLAN,and the database server on a second VLANC、The application server on one VLAN,and the database server and firewall on a second VLAND、The application server and firewall on one VLAN,and the firewall and database server on a second VLAN

考题 Which three tasks can be performed using a duplicate database? ()(Choose three.)A、Testing the backup and recovery proceduresB、Testing the upgrade of an Oracle database to a new releaseC、Testing the effect of an application changes on database performanceD、Continuously updating archive log files from the target database to support failover

考题 In a two-tier configuration, it is recommended to put which of the following components on different nodes?()A、Database client and database serverB、WebSphere Application Server and Database ServerC、WebSphere Commerce Server and WebSphere Application ServerD、Web server and WebSphere Application Server

考题 多选题You configure your database Instance to support shared server connections.Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?()AUser session dataBStack spaceCPrivate SQL areaDLocation of the runtime area for DML and DDL StatementsELocation of a part of the runtime area for SELECT statements

考题 单选题During the process of fallover testing, a client/server database needs to be tested. On the AIX Server, start/stop/cleanup scripts and server application functionality have been tested.  Before moving onto the next step of fallover testing,what action must be completed?()A  Run who -a and validate that client connections are restored.B  Verify that the client side application is functioning properly.C  Check hacmp.out log file to validate that the application server started.D  Verify that the application will successfully stop and restart on the fallover node.

考题 单选题As part of fallover testing of a corporate database server, client application connectivity must be  verified. Which of the following would best verify the application functionality?()A  Perform a ping client verification test.B  Review the number of active application processes.C  Perform successful reads and writes to the application.D  Run netstat -an to verify client connections to the listening ports.

考题 单选题During cluster fallover testing,the administrator determines that additional work is required to stop existing test applications on the standby node,prior to starting the production applications on the surviving node.  To manage this type of requirement,which step should be performed first?()A  Create a custom pre/post event.B  Add a custom user defined event.C  Define custom error notification.D  Modify the test application server.

考题 单选题Which components are installed on the middle tier in a WebSphere Commerce V 5.6 three-tier configuration (i.e. in a three-node topology)?()A WebSphere Commerce Server, WebSphere Application Server and Web server pluginB WebSphere Application Server, Database Client and Web server pluginC WebSphere Commerce Server, Database Server and WebSphere Application ServerD WebSphere Commerce Server, WebSphere Application Server and Database ClientE Web server, WebSphere Commerce Server and WebSphere Application Server

考题 单选题Which of the following provides the MOST redundancy for a corporate server network?()A  Server-to-server replicationB  Server clusteringC  Hot siteD  Disk-to-disk replication

考题 多选题When a staging server is used as an environment for testing new data in a default WebSphere Commerce installation, which of the following are true about the staging server?()AThe database has a subset of the tables in the production server database.BThe database has a copy of selected data from the production databaseCThe database logs changes for later propagation.DThe database is accessed as read-only to prevent data corruption.EThe database includes all user and order data for offline processing.

考题 单选题A user has an application server LPAR with a physical Ethernet adapter. They want to have a database LPAR also connected to the application LPAR via virtual Ethernet. Their security policies require a firewall between the application LPAR and database LPAR. Which of the following virtual Ethernet configurations satisfies the customer’s requirements?()A The application server,firewall,and database server on the same VLANB The application server and firewall on one VLAN,and the database server on a second VLANC The application server on one VLAN,and the database server and firewall on a second VLAND The application server and firewall on one VLAN,and the firewall and database server on a second VLAN

考题 单选题You are the administrator of a Microsoft Windows Server 2003 computer named Server1. SQL Server 2005 is installed on Server1 to host a database named MedDB. The MedDB database serves as the backend database for a new client/server application named MedDATA. Installation of the MedDATA application creates the database schema, application roles, and administrative accounts. It also sets all of the default permissions. You need to establish a permissions baseline for all objects in the MedDB database.  What should you do?()A Use the SQL Server 2005 Management Studio to review the permissions of the default database objects.B Query the sys.server_permissions table on Server1.C Execute the sp_helplogins system stored procedure for each of the default users that the MedDATA application creates.D Query the sys.database_permissions and sys.database_principals tables in the MedDB database.