单选题An administrator is creating a new data retention policy. Which of the following is the MOST important consideration?()ACompile technical requirements for new policyBComply with applicable laws and regulationsCDestroy the old data retention policyDHave hard copies of the new policy stored offsite

单选题
An administrator is creating a new data retention policy. Which of the following is the MOST important consideration?()
A

Compile technical requirements for new policy

B

Comply with applicable laws and regulations

C

Destroy the old data retention policy

D

Have hard copies of the new policy stored offsite


参考解析

解析: 暂无解析

相关考题:

An administrator is creating a redundant environment for a current data center. A backup site must be available if the entire data center site should become unavailable. To reduce costs, this backup site does not need to be up and running at all times ready for failover. It must contain equipment and the ability to restore data from the data center.Which of the following site types should be considered to meet these requirements?()A. Hot siteB. Warm siteC. Cold siteD. Active failover site

You are in the process of creating a new application.This new application has to be able to read all data from a text file.What should you do?() A.B.C.D.

Which of the following is the MOST important data retention consideration when creating a backup system?()A、Utilizing disk-to-disk clustering and hot site replicationB、If the GFS backup system will cover all potential data breachesC、The process to move the data backup to an offsite locationD、The individual laws and legal requirements of the data

An administrator is creating a new LPAR with 6 virtual processors and 4 processing units. This LPAR must have the highest priority in the shared processor pool.  Which weight should be assigned to this LPAR?()A、 0B、 1C、 255D、 256

在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。 A、new InputStreamReader(new FileInputStream("data"));B、new InputStreamReader(new FileReader"data"));C、new InputStreamReader(new BufferedReader("data"));D、new FileInputStream("data")

J2EE中,以下各项中,()正确阐述了创建InputStreamReader的方式。A、new InputStreamReader(new FileInputSteream(“data”));B、new InputStreamReader(new FileFileReader (“data”));C、new InputStreamReader(new BufferedReader(“data”));D、new InputStreamReader(“data”);

An administrator is implementing a new data retention program for the company. Which of the following is the MOST important consideration as the new program is created? ()A、 Awareness of company policy requirementsB、 Differentiating between archiving and backup processesC、 Awareness of potential legal requirementsD、 Ensuring that the backups for the retention program cover key business areas

An administrator is creating a redundant environment for a current data center. A backup site must be available if the entire data center site should become unavailable. To reduce costs, this backup site does not need to be up and running at all times ready for failover. It must contain equipment and the ability to restore data from the data center.  Which of the following site types should be considered to meet these requirements? ()A、 Hot siteB、 Warm siteC、 Cold siteD、 Active failover site

A server has 500GB of data that must be backed up nightly. The administrator has upgraded the oldLTO2 drive to an LTO3, but the data still will not fit on a single tape.  Which of the following additional stepsshould the administrator perform to accommodate the data?()A、 Enable compression on the new driveB、 Reformat all tapesC、 Delete unnecessary system filesD、 Purchase LTO3 tapes for use in the new driveE、 Purchase new backup software

A system administrator has an existing mksysb image, but would like to modify the image.data file on the mksysb before installing it on a system. Which of the following procedures is most appropriate to perform?()A、Create a new image.data file and recreate the mksysb image.B、Use the dd command to replace the image.data file on the mksysb tape.C、Use the tctl command to palce the new image.data file on the mksysb tape.D、Place the new image.data file on a diskette that will be road during the installation of the mksysb.

An administrator is creating a new logical partition (LPAR) with 6 virtual processors and 4 processing units. This LPAR must have the highest priority in the shared processor pool. Which weight should be assigned to this LPAR?()A、 0B、 1C、 255D、 256

You work as a database administrator for Certkiller .com. The UNDO_RETENTION parameter in your database is set to 1000 and undoretention is not guaranteed. Which statement regarding retention of undo data is correct?()A、Undo data becomes obsolete after 1,000 seconds.B、Undo data gets refreshed after 1,000 seconds.C、Undo data will be stored permanently after 1,000 seconds.D、Committed undo data would be retained for 1,000 seconds if free undo space is available.E、Undo data will be retained in the UNDOtablespacefor 1,000 seconds, then it gets movedmovedto the TEMPORARYtablespaceto provide read consistency.

You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command:   ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;   What is the implication of this command?()A、 The command produces an error because the retention time cannot be reduced.B、 All historical data is retained but the subsequent flashback data archives are maintained for only three years.C、 All historical data is purged and the new flashback data archives are maintained for three years.D、 All historical data older than three years is purged from the flashback archive FLA1.

You work as the Exchange administrator at Company.com.The Company.com network contains an Exchange Server 2010 Organization named Company.com.All Company.com users make use of their Personal Archive. A new Company.com directive states hat messages be moved from the mail box of users to their Personal Archive after 60 days.What should you do?()A、You should consider running the New Managed Content Settings wizard and creating a new managed folder mailbox policy.Thereafter the policy should be applied to all users.B、You should consider creating a managed custom folder.Then the New Managed Content Settings wizard should be run and a journal rule created.C、You should consider having a retention tag created.Then the retention tag should be assigned to a retention policy.Thereafter the retention policy should be applied to all users.D、You should consider having a retention tag created.Then the retention tag should be assigned to a retention policy. Thereafter a journal rule should be created.

You are creating an undo buffer that stores data modifications.You need to ensure that the undo functionality undoes the most recent data modifications first.You also need to ensure that the undo buffer permits the storage of strings only.Which code segment should you use?()A、Stackstring undoBuffer=new Stackstring();B、Stack undoBuffer=new Stack();C、Queuestring undoBuffer=new Queuestring();D、Queue undoBuffer=new Queue();

You work as a network Exchange administrator at Company.com.The Company.com network currently consists of a single Active Directory forest containing a single domain named Company.com.The Company.com organization makes use of Microsoft Exchange Server 2010 as their messaging solution.During the course of the week you receive an instruction from the CIO to stop internal users from sending e-mail messages containing the words "Classified Data" to users outside the organization. What should you do?()A、You should consider creating a message classification.B、You should consider creating a Transport rule.C、You should consider creating a Send connector.D、You should consider creating a managed folder mailbox policy.

单选题You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command:   ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;   What is the implication of this command?()A The command produces an error because the retention time cannot be reduced.B All historical data is retained but the subsequent flashback data archives are maintained for only three years.C All historical data is purged and the new flashback data archives are maintained for three years.D All historical data older than three years is purged from the flashback archive FLA1.

单选题In your database, UNDO_RETENTION has been set to 600 sec and UNDO tablespace is configured for RETENTION GUARANTEE. Which statement regarding RETENTION GUARANTEE is true? ()AUndo data is retained until the next full database backup.BNo committed undo data will be overwritten for 10 minutes.CCommitted undo data will be kept forever if not overwritten within 600 seconds.DGuarantees that requested undo information are available until the instance is shut down.

单选题Which statements are true, given the code new FileOutputStream("data", true) for creating an object of class FileOutputStream?()AFileOutputStream has no constructors matching the given arguments.BAn IOExeception will be thrown if a file named data already exists.CAn IOExeception will be thrown if a file named data does not already exist.DIf a file named data exists, its contents will be reset and overwritten.EIf a file named data exists, output will be appended to its current contents.

单选题Which of the following is the MOST important data retention consideration when creating a backup system?()AUtilizing disk-to-disk clustering and hot site replicationBIf the GFS backup system will cover all potential data breachesCThe process to move the data backup to an offsite locationDThe individual laws and legal requirements of the data

单选题What is the implication of this command?()AThe command produces an error because the retention time cannot be reduced. BAll historical data is retained but the subsequent flashback data archives are maintained for only three years. CAll historical data is purged and the new flashback data archives are maintained for three years. DAll historical data older than three years is purged from the flashback archive FLA1.

单选题An administrator is configuring cross-site LVM and wants to ensure that logical volume copies are always onseparate disks. When creating a new logical volume, how could the administrator ensure that this requirement is achieved?()ASet the allocation policy to strictBSet the allocation policy to superstrictCSet the Maximum Number of Physical Volumes to 2DSet the Number of Copies for each logical partition to 2

单选题An administrator is implementing a new data retention program for the company. Which of the following is the MOST important consideration as the new program is created? ()A Awareness of company policy requirementsB Differentiating between archiving and backup processesC Awareness of potential legal requirementsD Ensuring that the backups for the retention program cover key business areas

单选题You have an Exchange Server 2010 organization named contoso.com.All users have a Personal Archive.You need to ensure that messages that are older than 90 days are moved from the user’s mailboxto the Personal Archive.What should you do?()ACreate a retention tag.Assign the retention tag to a retention policy.Apply the retention policy to all usersBCreate a retention tag.Assign the retention tag to a retention policy.Create a journal ruleCCreate managed custom folder.Run the New Managed Content Settings wizard.Create a journal ruleDRun the New Managed Content Settings wizard.Create a new managed folder mailbox policy.Apply the policy to all users

单选题The UNDO_RETENTION parameter in your database is set to 1000 and undo retention is not guaranteed. Which statement regarding retention of undo data is correct?()AUndo data becomes obsolete after 1,000 seconds.BUndo data gets refreshed after every 1,000 seconds.CUndo data will be stored permanently after 1,000 seconds.DCommitted undo data would be retained for 1,000 seconds if free undo space is available.EUndo data will be retained in the UNDO tablespace for 1,000 seconds,then it gets moved to the TEMPORARY tablespace to provide read consistency.

单选题You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you are asked to change the retention period from 5 years to 3 years. To accomplish this, you issued the following command: ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEARS; What is the outcome of this command?()AThe command produces an error because the retention period cannot be reducedBAll historical data older than 3 years is purged from the flashback archive FLA1CAll historical data is retained but the subsequent flashback data archives are maintained for only 3 yearsDAll historical data is transferred to flashback logs and the flashback archive is refreshed to set a new retention time

单选题You work as a database administrator for Certkiller .com. The UNDO_RETENTION parameter in your database is set to 1000 and undoretention is not guaranteed. Which statement regarding retention of undo data is correct?()AUndo data becomes obsolete after 1,000 seconds.BUndo data gets refreshed after 1,000 seconds.CUndo data will be stored permanently after 1,000 seconds.DCommitted undo data would be retained for 1,000 seconds if free undo space is available.EUndo data will be retained in the UNDOtablespacefor 1,000 seconds, then it gets movedmovedto the TEMPORARYtablespaceto provide read consistency.