单选题An administrator is creating a new data retention policy. Which of the following is the MOST important consideration?()A Compile technical requirements for new policyB Comply with applicable laws and regulationsC Destroy the old data retention policyD

题目
单选题
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 new data retention policy. Wh”相关问题
  • 第1题:

    在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。 

    • A、new InputStreamReader(new FileInputStream("data"));
    • B、new InputStreamReader(new FileReader"data"));
    • C、new InputStreamReader(new BufferedReader("data"));
    • D、new FileInputStream("data")

    正确答案:A

  • 第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 requirements
    • B、 Differentiating between archiving and backup processes
    • C、 Awareness of potential legal requirements
    • D、 Ensuring that the backups for the retention program cover key business areas

    正确答案:C

  • 第3题:

    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 drive
    • B、 Reformat all tapes
    • C、 Delete unnecessary system files
    • D、 Purchase LTO3 tapes for use in the new drive
    • E、 Purchase new backup software

    正确答案:A,D

  • 第4题:

    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、 0
    • B、 1
    • C、 255
    • D、 256

    正确答案:C

  • 第5题:

    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.

    正确答案:D

  • 第6题:

    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、Stack<string> undoBuffer=new Stack<string>();
    • B、Stack undoBuffer=new Stack();
    • C、Queue<string> undoBuffer=new Queue<string>();
    • D、Queue undoBuffer=new Queue();

    正确答案:A

  • 第7题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第8题:

    单选题
    Which statements are true, given the code new FileOutputStream("data", true) for creating an object of class FileOutputStream?()
    A

    FileOutputStream has no constructors matching the given arguments.

    B

    An IOExeception will be thrown if a file named data already exists.

    C

    An IOExeception will be thrown if a file named data does not already exist.

    D

    If a file named data exists, its contents will be reset and overwritten.

    E

    If a file named data exists, output will be appended to its current contents.


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    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. 


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    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 requirements

    B

     Differentiating between archiving and backup processes

    C

     Awareness of potential legal requirements

    D

     Ensuring that the backups for the retention program cover key business areas


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    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?()
    A

    Undo data becomes obsolete after 1,000 seconds.

    B

    Undo data gets refreshed after every 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 UNDO tablespace for 1,000 seconds,then it gets moved to the TEMPORARY tablespace to provide read consistency.


    正确答案: E
    解析: 暂无解析

  • 第12题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第13题:

    J2EE中,以下各项中,()正确阐述了创建InputStreamReader的方式。

    • A、new InputStreamReader(new FileInputSteream(“data”));
    • B、new InputStreamReader(new FileFileReader (“data”));
    • C、new InputStreamReader(new BufferedReader(“data”));
    • D、new InputStreamReader(“data”);

    正确答案:A

  • 第14题:

    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 site
    • B、 Warm site
    • C、 Cold site
    • D、 Active failover site

    正确答案:B

  • 第15题:

    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.

    正确答案:D

  • 第16题:

    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.

    正确答案:D

  • 第17题:

    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.

    正确答案:C

  • 第18题:

    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.

    正确答案:B

  • 第19题:

    单选题
    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? ()
    A

    Undo data is retained until the next full database backup.

    B

    No committed undo data will be overwritten for 10 minutes.

    C

    Committed undo data will be kept forever if not overwritten within 600 seconds.

    D

    Guarantees that requested undo information are available until the instance is shut down.


    正确答案: A
    解析: 暂无解析

  • 第20题:

    单选题
    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 replication

    B

    If the GFS backup system will cover all potential data breaches

    C

    The process to move the data backup to an offsite location

    D

    The individual laws and legal requirements of the data


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    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?()
    A

    Set the allocation policy to strict

    B

    Set the allocation policy to superstrict

    C

    Set the Maximum Number of Physical Volumes to 2

    D

    Set the Number of Copies for each logical partition to 2


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    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?()
    A

    Create a retention tag.Assign the retention tag to a retention policy.Apply the retention policy to all users

    B

    Create a retention tag.Assign the retention tag to a retention policy.Create a journal rule

    C

    Create managed custom folder.Run the New Managed Content Settings wizard.Create a journal rule

    D

    Run the New Managed Content Settings wizard.Create a new managed folder mailbox policy.Apply the policy to all users


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    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?()
    A

    The command produces an error because the retention period cannot be reduced

    B

    All historical data older than 3 years is purged from the flashback archive FLA1

    C

    All historical data is retained but the subsequent flashback data archives are maintained for only 3 years

    D

    All historical data is transferred to flashback logs and the flashback archive is refreshed to set a new retention time


    正确答案: B
    解析: 暂无解析