更多“多选题Which of the following objects can be directly referenced by a window object? ()ASchedule objectBProgram objectCJob objectDResource planEResource consumer group”相关问题
  • 第1题:

    A trigger can be created on which of the following objects?()

    A.View

    B.Catalog Table

    C.Stored Procedure

    D.Global Temporary Table


    参考答案:A

  • 第2题:

    Which of the following resources can be referenced in the LOCK statement?()

    • A、Row
    • B、Table
    • C、Column
    • D、Table space

    正确答案:B

  • 第3题:

    Which three objects can be components of a menu module?() 

    • A、windows 
    • B、parameters 
    • C、object groups 
    • D、report objects 
    • E、visual attributes 

    正确答案:B,C,E

  • 第4题:

    Which of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?()

    • A、View
    • B、Alias
    • C、Table
    • D、Package

    正确答案:B

  • 第5题:

    11. class Snoochy {  12. Boochybooch;  13. public Snoochy() { booch = new Boochy(this); }  14. }  15.  16. class Boochy {  17. Snoochy snooch;  18. public Boochy(Snoochy s) { snooch = s; }  19. }  And the statements:  21. public static void main(String[] args) {  22. Snoochy snoog = new Snoochy();  23. snoog = null;  24. // more code here  25. }  Which statement is true about the objects referenced by snoog, snooch, and booch immediately after line 23 executes?() 

    • A、 None of these objects are eligible for garbage collection.
    • B、 Only the object referenced by booch is eligible for garbage collection.
    • C、 Only the object referenced by snoog is eligible for garbage collection.
    • D、 Only the object referenced by snooch is eligible for garbage collection.
    • E、 The objects referenced by snooch and booch are eligible for garbage collection.

    正确答案:E

  • 第6题:

    You have created a resource plan, PROD_DB_PLAN, that uses the RATIO policy. The following consumer groups and their respective plan directives have been assigned to this resource plan: Consumer group HIGH_CG with CPU_P1 as 10.  Consumer group MEDIUM_CG with CPU_P1 as 5.  Consumer group LOW_CG with CPU_P1 as 2.  Consumer group OTHER_GROUPS with CPU_P1 as 1.  Which statement is correct in this scenario?()

    • A、 The CPU allocation would be equal between the HIGH_CG and MEDIUM_CG consumer groups if there are no sessions existing for the LOW_CG and OTHER_GROUPS consumer groups.
    • B、 The members of the HIGH_CG consumer group would get 10% of the CPU.
    • C、 The plan PROD_DB_PLAN can have subplans.
    • D、 The CPU allocation for the consumer groups would be based on the ratio defined for the CPU_P1.

    正确答案:D

  • 第7题:

    Which statement is true while creating subplans using Resource Manager?()

    • A、 The subplan must belong to the consumer group, SYS_GROUP.
    • B、 The total CPU usage at any given level must be less than 100%.
    • C、 The subplans can be used to restrict the degree of parallelism for a user.
    • D、 You can use a resource plan instead of a consumer group to implement a priority ranking within the plan.

    正确答案:D

  • 第8题:

    多选题
    Which three firewall user authentication objects can be referenced in a security policy? ()(Choose three.)
    A

    access profile

    B

    client group

    C

    client

    D

    default profile

    E

    external


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

  • 第9题:

    多选题
    Which of the following Scheduler elements encourage object reuse?()
    A

    Schedule objects

    B

    Program arguments

    C

    Job classes

    D

    Job arguments

    E

    All of the above


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

  • 第10题:

    单选题
    Which of the following conditions must exist for heat to flow from one object to another?()
    A

    The two objects must be in physical contact

    B

    The two objects must be the same size

    C

    There must be an existing temperature differential

    D

    There must be an existing weight differential


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

  • 第11题:

    单选题
    Which statement is true while creating subplans using Resource Manager?()
    A

     The subplan must belong to the consumer group, SYS_GROUP.

    B

     The total CPU usage at any given level must be less than 100%.

    C

     The subplans can be used to restrict the degree of parallelism for a user.

    D

     You can use a resource plan instead of a consumer group to implement a priority ranking within the plan.


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

  • 第12题:

    多选题
    Which of the following objects can be directly referenced by a window object?()
    A

    Schedule object

    B

    Program object

    C

    Job object

    D

    Resource plan

    E

    Resource consumer group


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

  • 第13题:

    A trigger can be created on which of the following objects?()

    • A、View
    • B、Catalog Table
    • C、Stored Procedure
    • D、Global Temporary Table

    正确答案:A

  • 第14题:

    Which two firewall user authentication objects can be referenced in a security policy?()

    • A、access profile
    • B、client group
    • C、client
    • D、default profile

    正确答案:B,C

  • 第15题:

    Which of the following database objects can be used to raise an error if a table is updated?()

    • A、Package
    • B、Trigger
    • C、Stored Procedure
    • D、Informational Constraint

    正确答案:B

  • 第16题:

    Which two can directly cause a thread to stop executing?() 

    • A、 Exiting from a synchronized block.
    • B、 Calling the wait method on an object.
    • C、 Calling the notify method on an object.
    • D、 Calling the notifyAll method on an object.
    • E、 Calling the setPriority method on a thread object.

    正确答案:B,E

  • 第17题:

    Which three firewall user authentication objects can be referenced in a security policy? ()(Choose three.)

    • A、access profile
    • B、client group
    • C、client
    • D、default profile
    • E、external

    正确答案:A,B,C

  • 第18题:

    Which of the following objects can be directly referenced by a window object?()

    • A、 Schedule object
    • B、 Program object
    • C、 Job object
    • D、 Resource plan
    • E、 Resource consumer group

    正确答案:A,D

  • 第19题:

    多选题
    Which two can directly cause a thread to stop executing?()
    A

    Exiting from a synchronized block.

    B

    Calling the wait method on an object.

    C

    Calling the notify method on an object.

    D

    Calling the notifyAll method on an object.

    E

    Calling the setPriority method on a thread object.


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

  • 第20题:

    单选题
    11. class Snoochy {  12. Boochybooch;  13. public Snoochy() { booch = new Boochy(this); }  14. }  15.  16. class Boochy {  17. Snoochy snooch;  18. public Boochy(Snoochy s) { snooch = s; }  19. }  And the statements:  21. public static void main(String[] args) {  22. Snoochy snoog = new Snoochy();  23. snoog = null;  24. // more code here  25. }  Which statement is true about the objects referenced by snoog, snooch, and booch immediately after line 23 executes?()
    A

     None of these objects are eligible for garbage collection.

    B

     Only the object referenced by booch is eligible for garbage collection.

    C

     Only the object referenced by snoog is eligible for garbage collection.

    D

     Only the object referenced by snooch is eligible for garbage collection.

    E

     The objects referenced by snooch and booch are eligible for garbage collection.


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

  • 第21题:

    单选题
    Which of the following can be directly obtained by means of an indicator card?()
    A

    power

    B

    maximum pressure in a cylinder

    C

    mean pressure in a cylinder

    D

    all of the above


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

  • 第22题:

    多选题
    You have created a resource plan, PROD_DB_PLAN, with the following consumer groups with the respective plan directives:  Consumer group SALES with CPU_P1 as 60 and DEGREE_OF_PARALLELISM as 4. Consumer group MARKET with CPU_P1 as 20.  Consumer group DEV with CPU_P1 as 20.  Consumer group OTHERS with CPU_P1 as 0 and CPU_P2 as 100.  Which two statements are correct in this scenario? ()
    A

    The maximum degree of parallelism for the members of the consumer groups is 4.

    B

    The CPU allocation will always be equal for the consumer groups MARKET and DEV.

    C

    The OTHERS consumer group would get 100% of the CPU if there are unused level 1 CPU resources.

    D

    The SALES and MARKET consumer groups would get 100% of the CPU if there are unused level 2 CPU resources.

    E

    The maximum degree of parallelism for the members of the consumer group SALES is 4 with no restriction for the remaining groups.


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

  • 第23题:

    多选题
    Which of the following is true about the following share access properties? ()
    A

    +managers will be resolved as a Winbind group.

    B

    The timo and taki users can manipulate files regardless of the file system permissions.

    C

    +managers will be resolved as a Unix group.

    D

    +managers is a builtin default Samba group.

    E

    The admin users can be applied only to print shares.


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

  • 第24题:

    多选题
    Which two firewall user authentication objects can be referenced in a security policy?()
    A

    access profile

    B

    client group

    C

    client

    D

    default profile


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