niusouti.com

You create two resource plans, one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.How wou

题目

You create two resource plans, one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.How would you achieve this?()

  • A、Implement job classes
  • B、Implement Scheduler windows
  • C、Implement the mapping rule for the consumer groups
  • D、Set the SWITCH_TIME resource plan directive for both the resource plans

相似考题
更多“You create two resource plans, o”相关问题
  • 第1题:

    You are creating the simple resource plan using the DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN procedure. Which resource allocation policy will be used for the resource plan?()  

    • A、 RATIO
    • B、 EMPHASIS
    • C、 ACTIVE_SESS_POOL_MTH
    • D、 RESOURCE_DEGREE_LIMIT_ABSOLUTE

    正确答案:B

  • 第2题:

    You are using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2 to perform a  virtual-to-virtual (V2V) conversion. You need to place the virtual machine (VM) on the host server that has the most available disk I/O. Which two actions should you perform?()

    • A、Set the placement goal to Load balancing.
    • B、Set the placement goal to Resource maximization.
    • C、Set the resource importance of the disk I/O to Very Important.
    • D、Set the maximum disk I/O per second for the host reserves to 10000.

    正确答案:A,C

  • 第3题:

    You have an Exchange Server 2010 organization.You need to ensure that a user can open a resource mailbox.What are two possible ways to achieve this goal?()

    • A、From Microsoft Office Outlook, modify the properties of the resource mailbox.
    • B、From the Exchange Management Console, create a new sharing policy.
    • C、From the Exchange Management Shell, set the Resource Delegates parameter for the resource mailbox.
    • D、From the Active Directory Users and Computers console, reset the password for the account associated to the resource mailbox, and then provide the password to the user.

    正确答案:A,C

  • 第4题:

    You are designing a strategy to improve the performance and reliability of the domain controllers. What should you do?()

    • A、Create one RAID-5 volume.
    • B、Create two RAID-5 volumes.
    • C、Create one mirrored volume and two RAID-5 volumes.
    • D、Create two mirrored volumes and one RAID-5 volume.

    正确答案:D

  • 第5题:

    You have a new server named Server1 that runs Windows Server 2012 R2. Server1 has two dualcore processors and 32 GB of RAM.You install the Hyper-V server role on Server1.You create two virtual machines on Server1 that each have 8 GB of memory.You need to minimize the amount of time it takes for both virtual machines to access memory. What should you configure on each virtual machine?()

    • A、Resource control
    • B、Dynamic Memory
    • C、NUMA topology
    • D、Memory weight

    正确答案:C

  • 第6题:

    单选题
    The Database Resource Manager is not currently active in your database that is up and running. You created a resource plan named DAY_PLAN that contains two sub-plans named MANAGERS_PLAN and CLERKS_PLAN. You decided to activate DAY_PLAN by executing the following statement:       SQL>ALTER SYSTEM SET RESOURCE_MANAGER_PLAN = ’managers_plan’;  What will be the outcome of this statement?()
    A

     The statement will deactivate DAY_PLAN.

    B

     The statement will activate DAY_PLAN as the top plan.

    C

     The statement will activate MANAGERS_PLAN as the top plan.

    D

     The statement will return an error because MANAGERS_PLAN is not the top plan.


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

  • 第7题:

    单选题
    You execute the following block of code:   SQL>BEGIN   DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN   ( SIMPLE_PLAN => ’DEPARTMENTS’,   CONSUMER_GROUP1 => ’PAYROLLL’,   GROUP1_CPU => 50,   CONSUMER_GROUP2 => ’SALES’,   GROUP2_CPU => 25,   CONSUMER_GROUP3 => ’MARKETING’,   GROUP3_CPU => 25);   END;   SQL>/   What is a prerequisite for using the simple resource plan created by executing the above code?()
    A

     You must assign users to consumer groups.

    B

     You must grant the switch privilege to the users.

    C

     You must create a resource plan directive.

    D

     You must specify the complex resource plan.


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

  • 第8题:

    单选题
    You are planning to deploy Windows 7 Enterprise to all of your company’s client computers. You have the following requirements:  Create two custom partitions on each client computer’s hard disk, one for the operating system and the other for data.  Automatically create the partitions during Windows Setup.    You need to design an image that meets the requirements.   What should you do?()
    A

    Use Windows PE to create the partitions. Install Windows 7 on the first partition.

    B

    Use Windows System Image Manager (Windows SIM) to specify the partition configuration.

    C

    Use Disk Management to create the two partitions on the hard disk.

    D

    Use SysPrep to create the two partitions during Windows Setup.


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

  • 第9题:

    多选题
    You use Microsoft .NET Framework 4 to create a custom Windows Presentation Foundation (WPF) application. Your environment includes several WPF applications. The applications use the same logo and style configuration as part of a corporate standard. You need to ensure that the existing applications can be updated to use the same logo and style settings without recompiling. Which two actions should you perform?()
    A

     Mark the resource as an embedded resource in each application. 

    B

     Create a resource in an XAML file that contains the logo and style configurations.

    C

     Create a resource in a custom control that contains the logo and style configurations.

    D

     Add the resource as a ResourceDictionary in the MergedDictionaries collection of each application.

    E

     Use ResourceManager to read the content of the resource. Manually assign the style configurations included in the resource file to the appropriate control in each application.


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

  • 第10题:

    单选题
    You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()
    A

     assign users to consumer groups

    B

     set the resource plan for the instance

    C

     configure a simple resource plan and specify plan directives

    D

     configure a complex resource plan and specify plan directives


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

  • 第11题:

    单选题
    You create two resource plans,one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.  How would you achieve this?()
    A

     Implement job classes

    B

     Implement Scheduler windows

    C

     Implement the mapping rule for the consumer groups

    D

     Set the SWITCH_TIME resource plan directive for both the resource plans


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

  • 第12题:

    单选题
    You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users.   Which step must be performed before you can start using the resource plan?()
    A

    assign users to consumer groups

    B

    set the resource plan for the instance

    C

    configure a simple resource plan and specify plan directives

    D

    configure a complex resource plan and specify plan directives


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

  • 第13题:

    In your production database, you observe that users’ transactions are consuming a lot of resources and you plan to impose resource restrictions by using Resource Manager.  For which three resources can you enable usage restrictions by using Resource Manager?()

    • A、CPU usage
    • B、degree of parallelism
    • C、number of open cursors
    • D、number of sorts performed
    • E、idle time for blocking sessions
    • F、number of disk I/O operations performed
    • G、number of memory I/O operations performed

    正确答案:A,B,E

  • 第14题:

    You need to configure the DNS server to allow delivery of e-mail messages. Which four actions should you perform?()

    • A、Create a host (A) resource record for EX1.fourthcoffee.com on the internal DNS Server
    • B、Create a host (A) resource record for EX1.fourthcoffee.com on the external DNS Server
    • C、Create a host (A) resource record for EX3.fourthcoffee.com on the internal DNS Server
    • D、Create a host (A) resource record for EX3.fourthcoffee.com on the external DNS Server
    • E、Create a mail exchange (MX) resource record for EX1.fourthcoffee.com on the external DNS server. Set the preference to 10
    • F、Create a mail exchanger (MX) resource record for EX1.fourthcoffee.com on the internal DNS server. Set the preference to 10
    • G、Create a mail exchanger (MX) resource record for EX3.fourthcoffee.com on the external DNS server. Set the preference to 20
    • H、Create a mail exchanger (MX) resource record for EX3.fourthcoffee.com on the internal DNS server. Set the preference to 20

    正确答案:B,D,E,G

  • 第15题:

    You have an Exchange Server 2010 organization.You need to create a resource record in DNS to support Autodiscover from the Internet.What type of resource record should you create?()

    • A、Host(A)
    • B、Text(TXT)
    • C、Pointer(PTR)
    • D、Mail exchange(MX)

    正确答案:A

  • 第16题:

    Your network contains two Web servers named Web1 and Web2. Web1 hosts the companys corporate Web site. Web2 is a test server that contains a copy of the Web site.Users connect to Web1 by using the URL http://www.contoso.com.A Web developer named User1 plans to test updates to the Web site on Web2.You need to ensure that User1 connects to Web2 by using the URL http://www.contoso.com. The solution must ensure that all other computers connect to Web1.What should you do?()

    • A、From User1s computer, create a record in the Hosts file.
    • B、From User1s computer, create a record in the Lmhosts file.
    • C、From a DNS server, create a new Host (A) resource record.
    • D、From a DNS server, create a new Alias (CNAME) resource record.

    正确答案:A

  • 第17题:

    You need to recommend an RD Gateway configuration that meets the company’s technical requirements.   What should you recommend?()

    • A、Create two Remote Desktop connection authorization policies (RD CAPs) and one Remote Desktop resource authorization policy (RD RAP).
    • B、Create one Remote Desktop connection authorization policy(RD CAP)and two Remote Desktop  resource authorization policies (RD RAPs).
    • C、Create one Remote Desktop resource authorization policy(RD RAP)and deploy the Remote Desktop Connection Broker(RD Connection Broker) role service.
    • D、Create one Remote Desktop connection authorization policy(RD CAP) and deploy the Remote  Desktop Connection Broker (RD Connection Broker) role service.

    正确答案:B

  • 第18题:

    单选题
    You are creating the simple resource plan using the DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN procedure. Which resource allocation policy will be used for the resource plan?()
    A

     RATIO

    B

     EMPHASIS

    C

     ACTIVE_SESS_POOL_MTH

    D

     RESOURCE_DEGREE_LIMIT_ABSOLUTE


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

  • 第19题:

    单选题
    You are designing a strategy to improve the performance and reliability of the domain controllers.  What should you do?()
    A

     Create one RAID-5 volume.

    B

     Create two RAID-5 volumes.

    C

     Create one mirrored volume and two RAID-5 volumes.

    D

     Create two mirrored volumes and one RAID-5 volume.


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

  • 第20题:

    单选题
    Your system performs heavy transaction processing between 8:00 A.M. and 5:00 P.M. but runs batch processing and reports after that. You decide to create a separate resource plan to govern resource allocation for each time period. Which scheduler object will you use to switch automatically between the two resource plans?()
    A

     Window

    B

     Program

    C

     Job_Class

    D

     Window group


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

  • 第21题:

    单选题
    You create two resource plans, one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.How would you achieve this?()
    A

    Implement job classes

    B

    Implement Scheduler windows

    C

    Implement the mapping rule for the consumer groups

    D

    Set the SWITCH_TIME resource plan directive for both the resource plans


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

  • 第22题:

    多选题
    In your production database, you observe that users’ transactions are consuming a lot of resources and you plan to impose resource restrictions by using Resource Manager. For which three resources can you enable usage restrictions by using Resource Manager? ()
    A

    CPU usage

    B

    degree of parallelism

    C

    number of open cursors

    D

    number of sorts performed

    E

    idle time for blocking sessions

    F

    number of disk I/O operations performed

    G

    number of memory I/O operations performed


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

  • 第23题:

    单选题
    You are creating a resource consumer group using the DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP procedure. Which parameter will you use to define the resource scheduling method used between sessions within the resource group?()
    A

     CPU_MTH

    B

     NEW_CPU_MTH

    C

     CPU_P1

    D

     CPU_P2


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

  • 第24题:

    多选题
    You work as a database administrator at Certkiller .com. In your production database, you observe that users’ transactions are consuming a lot of resource and you plan to impose resource restrictions by using Resource Manager. For which three resources can you enable usage restrictions by using Resource Manager? ()
    A

    CPU usage

    B

    degree of parallelism

    C

    number of open cursors

    D

    number of sorts performed

    E

    idle time for blocking sessions

    F

    number of disk I/O operations performed

    G

    number of memory I/O operations performed


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