A customer’s data

题目

A customer’s data center has all POWER4+ systems, and they plan to add three new p5-570 systems.  They will be purchasing a new 7310-CR2 HMC to support the POWER5 systems.  What is a key requirement that they need to plan for with the new HMC?()

  • A、A desk, as it not rack mountable
  • B、Ethernet connections to the POWER5 systems
  • C、Serial connections to the POWER5 systems
  • D、USB connections for the keyboard and mouse
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A financial customer has three data centers that are approximately five kilometers apart. Their SAP application data needs to be kept synchronized within 10 milliseconds between the three sites.Which of the following solutions satisfies the customer‘s recovery time objective?()

A. DS8700 systems at each site running Metro Mirror

B. DS5300 systems at each site running Metro Mirror

C. DS5100 systems at each site running Global Mirror

D. XIV systems at each site running synchronous mirroring


参考答案:A

第2题:

Which service component within the prepare phase recommends the appropriate technology strategy to address a business requirement of the customer?()

  • A、 identifying what a customer requires from a proposed solution
  • B、 analyzes the customer s business requirements and recommends the appropriate Cisco technologies to meet business requirements
  • C、 determining what end-user training a customer requires
  • D、 addressinga customer s physical requirements

正确答案:B

第3题:

●The project manager must maintain an effective communication link with the customer's satisfaction with the progress of the project. The project manager maintains this link through (71).

(71)

A.periodic project reports, periodic visits to the customer, and telephonic exchanges

B.subordinates, project team members, and the project sponsor

C.one-time reports, weekly reports, and monthly reports

D.the telephone, facsimile, and data transmission


正确答案:A

第4题:

What are two components of the Discovery Guide in the Cisco sales approach?()

  • A、calculating the customer's businessneed priorities
  • B、recommending a business needs-based solution
  • C、ranking customer business needs
  • D、probing more deeply into the customer's business challenges

正确答案:C,D

第5题:

写出下面算法的功能。intfunction(SqString*s1,SqString*s2){inti;for(i=0;ilength&&ilength;i++)if(s->data[i]!=s2->data[i])returns1->data[i]-s2->data[i];returns1->length-s2->length;}


正确答案: 串比较算法

第6题:

The project manager must maintain an effective communication link with the customer’s satisfaction with the progress of the project. The project manager maintains this link through()

A.Periodic project reports, periodic visits to the customer, and telephonic exchanges
B.Subordinates, project team members, and the project sponsor
C.One-time reports, weekly reports, and monthly reports
D.The telephone, facsimile, and data transmission

答案:A
解析:
在项目的进展过程中,为了维护客户满意度,项目经理必须与客户保持有效的沟通机制,项目经理通过(71)来达到这一目的。(71)A.周期性项目报告,给客户定期拜访,电话交流B.从属,项目组成员,项目赞助商C.一次性报告,周报告,月报告D.电话,传真和数据传输

第7题:

A storage specialist is discussing the customer’s high availability plan and discovers that they areonly 80 kilometers (50 miles) from the intended site. They require 7 x 24 x 365 data availability in aUNIX environment with an RPO of two minutes. They have two DS5300 systems located at bothsites. Which of the following IBM storage functions best meets the customer’s businesscontinuance requirements?()

  • A、HACMP
  • B、Volume copy
  • C、Metro Mirror
  • D、Global Mirror

正确答案:C

第8题:

You are the administrator of a SQL Server 2000 computer. One of the databases on the server contains a table named complaints. This table is used to store information about customer complaints.

The customer service representatives in your company add and edit the information in the complaints table. They work with this table by using a number of client applications, including a web-based application and a Microsoft Windows 32-bit application.

The customer service manager discovers that some customer complaints are marked as closed before they are resolved to the customer’s satisfaction.

You need to notify the customer service manager whenever a complaint is marked as closed. You do not want to make any changes to the client applications.

What should you do?

A.Create an UPDATE trigger that sends an e-mail message.

B.Create a stored procedure that sends an e-mail message. Use the stored procedures to make changes to the data.

C.Create a user-defined function that sends an e-mail message. Use the function to make changes to the data.

D.Create a rule that validates data entry. Bind the rule to the CompliantClosed column.


正确答案:A
解析:Explanation: Adding an appropriate UPDATE trigger that notifies the service manager whenever a complaint is marked is closed would accomplish the requirements. The client applications application would not have to be changed.

Note: In SQL Server 2000, triggers are a special type of stored procedure that fire automatically when an UPDATE, INSERT, or DELETE statement is issued against a table or view. Triggers are powerful tools that can be used to enforce business rules automatically when data is modified and can automate the processing for a company. Like stored procedures, triggers contain Transact-SQL statements which can include instructions to send an e-mail message when a particular column is updated

Incorrect Answers:
B: If a stored procedure is created and used the client application would have to be adjusted
accordingly. But we don’t want to make any changes in the client application.

Note: A stored procedure is a set of Transact-SQL statements compiled into a single execution plan and can return data as output parameters, which can return either data or a cursor variable; return codes, which are always an integer value; a result set for each SELECT statement contained in the stored procedure or any other stored procedures called by the stored procedure; or as a global cursor that can be referenced outside the stored procedure.

Stored procedures assist in achieving a consistent implementation of logic across applications as the SQL statements and logic needed to perform. a task can be coded and tested once in a stored procedure. Thereafter each application or user that needs to perform. that task can execute the stored procedure.

Coding business logic into a single stored procedure also offers a single point of control for ensuring that business rules are correctly enforced. Stored procedures can also be used to customize security permissions in much the same way as views. Stored procedure permissions can be used to prevent users from modifying data in certain columns and then grant users permissions to execute the procedure.

C: If a user defined function is created and used the client application would have to be adjusted accordingly. But we don’t want to make any changes in the client application.

Note: In programming languages, functions are subroutines used to encapsulate frequently performed logic. Any code that must perform. the logic incorporated in a function can call the function rather than having to repeat all of the function logic. SQL Server 2000 supports built-in functions and user-defined functions.

Built-in functions operate as defined in the Transact-SQL Reference and cannot be modified while user-defined functions allow the user to define their own Transact-SQL functions using the CREATE FUNCTION statement. User-defined functions take zero or more input parameters, and return a single value. Some user-defined functions return a single, scalar data value, such as an int, char, or decimal value.

D: Just creating a rule would only check the input, it would not notify the service manager as required.

Note: Rules are a backward-compatibility feature of SQL Server 2000 and performs the same functions as CHECK constraints. CHECK constraints are the preferred, standard way to restrict the values in a column as they are more concise than rules.

第9题:

Small businesses face unique customer challenges, which three challenges are small businesseslooking to overcome?()

  • A、technical staffing
  • B、data center deployments
  • C、employee training
  • D、cost containment
  • E、operational efficiency
  • F、customer responsiveness

正确答案:D,E,F

第10题:

Small businesses face unique customer challenges, which three challenges are small businesses looking to overcome? ()

  • A、technical staffing
  • B、data center deployments
  • C、employee training
  • D、cost containment
  • E、operational efficiency
  • F、customer responsiveness

正确答案:D,E,F

更多相关问题