IBM(000-118)

单选题A manufacturing company is using ProtecTIER TS7610 appliances in a spoke and hubconfiguration. ProtecTIER’s TS7610 replication technology at the hub will perform the followingaction on the replicated data being received:()A compress the incoming data s

题目
单选题
A manufacturing company is using ProtecTIER TS7610 appliances in a spoke and hubconfiguration. ProtecTIER’s TS7610 replication technology at the hub will perform the followingaction on the replicated data being received:()
A

compress the incoming data stream as it is received

B

store the alreadydeduplicated data stream unprocessed

C

compare the incoming data to previously replicated data and store only the byte-level changes

D

compare the incoming data to previously replicated data and store only the block-level changes

参考答案和解析
正确答案: B
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

有如下程序: include using namespace std; template T total(T * data)

有如下程序:

include<iostream>

using namespace std;

template<typename T>

T total(T * data) {

T s=0;

While(* data)s+ = *data + +;

return s;

}

int main(){

int x[]:{2,4,6,8, 10, 12, 14, 16, 18};

cout<<total(x);


正确答案:20
20

第2题:

A manufacturing company is using ProtecTIER TS7610 appliances in a spoke and hubconfiguration. ProtecTIER’s TS7610 replication technology at the hub will perform the followingaction on the replicated data being received:()

  • A、compress the incoming data stream as it is received
  • B、store the alreadydeduplicated data stream unprocessed
  • C、compare the incoming data to previously replicated data and store only the byte-level changes
  • D、compare the incoming data to previously replicated data and store only the block-level changes

正确答案:C

第3题:

执行下面程序输出的是【】。 include using namespace std;template T tot

执行下面程序输出的是【 】。

include <iostream>

using namespace std;

template <typename T>

T total(T *data){

Ts=0;

while( *data) s+=*data++;

return s;

}

int main(){

int s[]={1,3,5,7,0,2,4,6,8};

cout<<total(s);

return 0;

}


正确答案:16
16 解析:本题中函数模板实现的功能是计算所传入数组data中元素值为0的元素前面所有元素值的和。

第4题:

All of the following are data optimization (space efficiency) technologies from IBM EXCEPT().

  • A、STN6500 
  • B、Easy Tier 
  • C、ProtecTIER 
  • D、SAN Volume Controller

正确答案:B

第5题:

A storage specialist is assessing a customer’s tape backup environment. Which of the following questions would be the most appropriate question to identify the customer’s environment?()

  • A、Has there been any recent loss of data?
  • B、How many tape drives are in the Library?
  • C、What tape technology is currently being used?
  • D、What software is being used for restoring the data?

正确答案:C

第6题:

You are the administrator of a SQL Server 2000 computer. The server contains your company's order processing database. Two-hundred operators take orders by telephone 24 hours a day. Threehundred data entry personnel enter data from orders received by mail.

To ensure that order data will not be lost, your company's disaster recovery policy requires that backups be written to tape. Copies of these tapes must be stored at an off-site company location. Orders must be entered into the database before they can be filled. If the server fails, you must be able to recover the order data as quickly as possible.

You need to create a backup strategy that meets the company requirements and minimizes server workload. Which two actions should you take? (Each correct answer represents part of the solution. Choose two.)

A.Perform. a combination of full database and filegroup backups.

B.Perform. a combination of full database and file backups.

C.Perform. a combination of full database, differential, and transaction log backups.

D.Back up the data to a local tape drive.

E.Back up the data to a network share, and then use enterprise backup software to write the disk backups to tape.


正确答案:CE
解析:Explanation:
C: Most OLTP backup schemes include a full database, differential, and transaction log backups

E: In order to recover the data as quickly as possibly we backup the data to network share, and then backup that share to tape. This minimizes the impact of the backup process on the SQL Server computer.

Note 1: SQL Server 2000 provides three database recovery models. These are the Simple recovery model, the Full Recovery Model and the Bulk-Logged Recovery model. Simple Recovery requires the least administration. In the Simple Recovery model, data is recoverable only to the last full database or differential backup. Transaction log backups are not used, and consequently, minimal transaction log space is required.

This Recovery Model is not an appropriate choice for production systems where loss of recent changes is unacceptable. Full Recovery and Bulk-Logged Recovery models provide the greatest protection for data. These models rely on the transaction log to provide full recoverability and to prevent work loss in the broadest range of failure scenarios.

The Full Recovery model provides the most flexibility for recovering databases to an earlier point in time. The Bulk-Logged model provides higher performance and lower log space consumption for certain large-scale operations. It does this at the expense of some flexibility of pointin- time recovery. In this scenario we would want to implement the Full Recovery model as this Recovery model provides complete protection against media failure and provides the ability to recover the database to the point of failure or to a specific point in time.

To guarantee this degree of recoverability, all operations are fully logged. The backup strategy for full recovery consists of database backups, differential backups, which are optional, and transaction log backups. The differential backups are optional but have less of an effect on the system while they run, as they are smaller than full database backups.

This is because a differential backup creates a copy of all the pages in a database modified after the last database backup. A transaction log backup makes a copy only of the log file and backs up the changes made to the database after the last full or differential database backup. A log file backup cannot be used by itself to restore a database. A log file is used after a database restore to recover the database to the point of the original failure. The full database, differential, and transaction log backups can be written to a hard disk or other disk storage media such as a tape drive.

Disk backup devices can be defined on a local disk of a server or on a remote disk on a shared network resource. Tape backup devices are used in the same way as disk devices, with the exception that the tape device must be connected physically to the computer running an instance of SQL Server. SQL Server 2000 thus does not support backing up to remote tape devices.

Note 2, file backup, filegroup backup: SQL Server 2000 supports backing up or restoring individual files or filegroups within a database. This is a complex backup and the restore process that is usually reserved for large databases with high availability requirements. If the time available for backups is not long enough to support backing up the full database, subsets of the database can be backed up at different times. If a disk holding database files or filegroups fails, the site can restore just the lost files or filegroups. This allows for a quicker recovery because only the damaged files or filegroups are restored in the first step, not the entire database.

Incorrect Answers:
A: An OLTP server requires transaction log backups in order to be able to recover up to the point of failure.

B: An OLTP server requires transaction log backups in order to be able to recover up to the point of failure.

D: Backing up to a local tape device would minimize cost but it would compared to a backup to a network it would decrease performance of the server more, and it would take more time to recover.

第7题:

A company needs to implement an offsite backup method that is replicated and needs toguarantee that the data cannot be changed once it is replicated.  Which of the following would meet the company’s needs?()

  • A、SAN
  • B、WORM
  • C、NAS
  • D、CD-RW

正确答案:B

第8题:

Compare a typical Distributed Replicated Block Device (DRBD) with MySQL Standard Replication using master-slave replication. Which two statements are correct?()

A.Both technologies guarantee an identical copy of data on the secondary node

B.Only MySQL can maintain a time-delayed copy of data on the secondary node

C.Both technologies use the TCP/IP stack as their primary transmission medium

D.DRBD uses shared-disk technology


参考答案:B, C

第9题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has the Products table. Now you have to replicate the Products table to the SQL Server instances at remote locations, so you create a Merge Replication topology and a Publication to do this. The Publication has a 21-day retention period. There is a user who goes on a business trip, 30 days later he comes back and finds that data in his database is not the latest. The Windows Event log states the following error message: "Replication: expired subscription dropped." You must get the latest data in the user's database and make sure that future data changes are appropriately replicated. So what action should you perform to achieve this goal? () 

  • A、You should recreate the publication 
  • B、You should upload unsynchronized changes. 
  • C、You should reinitialize the publication and generate a new snapshot at once. 
  • D、You should upload unsynchronized changes, and then reinitialize the publication

正确答案:C

第10题:

According to the datasheet published on the IBM website, the TS7610 ProtecTIER ApplianceExpress is ideal for:()

  • A、weekly full backups of 5 TB or less
  • B、weekly full backups of 3 TB or less
  • C、weekly full backups of 1.5 TB or less
  • D、daily incremental backups of 3 TB or less

正确答案:B

更多相关问题