网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Which of the following attributes should be specified when creating a volume group?()

  • A、stripe size
  • B、allocation policy
  • C、physical partition size
  • D、number of logical partitions

参考答案

更多 “Which of the following attributes should be specified when creating a volume group?()A、stripe sizeB、allocation policyC、physical partition sizeD、number of logical partitions” 相关考题
考题 Which of the following conditions will make a relation that is in first normal form. to be in second normal form?Ⅰ.every non-key attribute is functionally dependent on the full set of primary key attributes.Ⅱ.no non-key attributes exist in the relation.Ⅲ.the primary key consists of only one attribute.A.Ⅰ onlyB.Ⅰ and Ⅱ onlyC.Ⅰ and Ⅲ onlyD.any of them

考题 When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?() A. The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUEB. The job will only be disabled if the value of the AUTO_DROP attribute is FALSEC. The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSED. All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUEE. The STATE column of the job table will be set to COMPLETED for the job

考题 Which of the following is true of an index used to support a UNIQUE constraint?() A.It must have the UNIQUE attribute.B.It cannot be created explicitly by the user.C.It must have the UNIQUE and CLUSTER attributes.D.It must have the UNIQUE WHERE NOT NULL attribute.

考题 Which one of the following is NOT a supported IKE attribute?()A、 PFS group.B、 Encryption algorithm.C、 Hashing Algorithm.D、 Authenticationmethod.E、 Lifetime duration.

考题 The Attribute field within the IS-IS LSP header contains which of the following flags? ()A、IS-TypeB、Overload (LSPDBOL)C、Pseudonode (PN)D、Attached (ATT)E、Fragment (Frag-Nr)F、Partition (P)

考题 Which XSL if statement checks for the existence of a homepage attribute within an STS Universal User XML structure?()A、xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[attr='homepage']"B、xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage']"C、xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage"D、xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage'])

考题 Which action(s) will cause a compression dictionary to be removed from a table?()A、Set the table COMPRESS attribute to NO.  B、Set the table COMPRESS attribute to NO; run REORG against the table.  C、Set the table COMPRESS attribute to NO; run INSPECTRESETDICTIONARY against the table.  D、Set the table COMPRESS attribute to NO; run RUNSTATS against the table.

考题 Companycom would like the ability to shrink filesystems. They currently have JFS filesystems. Which of the following is necessary to shrink the filesystems?()A、Copy the existing filesystems to JFS2B、Defragment the filesystem, then reduce its sizeC、Change the file system attribute allow_shrink=yes on the existing filesystemsD、Modify the logical volume attribute allow_shrink=yes on the existing logical volumes

考题 On a newly installed AIX V4 machine, which of the following default values applies to the ipforwarding network option?()A、 The ipforwarding is off by default. B、 The ipforwarding is set on by default. C、 The value is dynamically determined at boot time by DHCP. D、 The value is equal to the setting of the directed_broadcast runtime attribute.

考题 A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()A、idB、nameC、beanD、typeE、scope

考题 For which BGP attribute is a higher value preferred?()A、OriginB、CommunityC、Local PreferenceD、AS Path length

考题 Consider the following code snippet:   BEGIN  DBMS_SCHEDULER.SET_ATTRIBUTE ( name = ,,lne_job1, attribute = ,,job_priority, value = 1);  END;  /   If this code were executed, which of the following statements would be true?()A、 The priority of the lne_job1 job would be set to 1.B、 The lne_job1 job would be executed synchronously.C、 The lne_job1 job would run immediately in the users current session.D、 The lne_job1 job would retain its current priority.E、 The job will immediately take priority over all running jobs.

考题 When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()A、The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUEB、The job will only be disabled if the value of the AUTO_DROP attribute is FALSEC、The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSED、All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUEE、The STATE column of the job table will be set to COMPLETED for the job

考题 Which of the following is not a configurable attribute for an individual disk group?()A、 AU_SIZEB、 COMPATIBLE·RDBMSC、 COMPATIBLE·ASMD、 DISK_REPAIR_TIMEE、 DG_DROP_TIME

考题 You create a Web Form. The Web Form allows users to recover their passwords. You add a PasswordRecovery server control by using the following code segment.You need to ensure that the server control generates a new password and sends it by e-mail to the users e?mail address. Which two actions should you perform?()A、Create a valid definition in the Web.config file.B、Set the passwordFormat attribute of the configured membership provider to Encrypted.C、Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to False.D、Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to True.

考题 Which of the following is true of an index used to support a UNIQUE constraint?()A、It must have the UNIQUE attribute.B、It cannot be created explicitly by the user.C、It must have the UNIQUE and CLUSTER attributes.D、It must have the UNIQUE WHERE NOT NULL attribute.

考题 单选题Which form of BGP changes the BGP Next Hop attribute by default?()A IBGPB EBGPC CBGPD MBGP

考题 多选题A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()AidBnameCbeanDtypeEscope

考题 单选题Which of the following is not a configurable attribute for an individual disk group?()A  AU_SIZEB  COMPATIBLE·RDBMSC  COMPATIBLE·ASMD  DISK_REPAIR_TIMEE  DG_DROP_TIME

考题 单选题Which of the following is true of an index used to support a UNIQUE constraint?()A It must have the UNIQUE attribute.B It cannot be created explicitly by the user.C It must have the UNIQUE and CLUSTER attributes.D It must have the UNIQUE WHERE NOT NULL attribute.

考题 多选题The Attribute field within the IS-IS LSP header contains which of the following flags? ()AIS-TypeBOverload (LSPDBOL)CPseudonode (PN)DAttached (ATT)EFragment (Frag-Nr)FPartition (P)

考题 单选题On a newly installed AIX V4 machine, which of the following default values applies to the ipforwarding network option?()A  The ipforwarding is off by default. B  The ipforwarding is set on by default. C  The value is dynamically determined at boot time by DHCP. D  The value is equal to the setting of the directed_broadcast runtime attribute.

考题 单选题Which XSL if statement checks for the existence of a homepage attribute within an STS Universal User XML structure?()A xsl:if test=//stsuuser:AttributeList/stsuuser:Attribute[attr='homepage']B xsl:if test=//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage']C xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute/custom:HomepageD xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage'])

考题 多选题Which of the following is true about RADIUSV end or Specific Attribute? ()AThe RADIUSVendor Specific Attribute type is decimal 26.BA radius server that does not understandthevendor-specific information sent by a clientmust reject the authentication request.CA vendor can freely choose theVendor-ID it wants to use when implementing Vendor Specific Attributes as long as the same Vendor-ID is used on all of its products.DVendor Specific AttributeMUST include the Length field.EIn Cisco’s Vendor Specific Attribute implementation, vendor-ID of 1 is commonly referred to as Cisco AV(Attribute Value) pairs.FVendor Specific Attributes use a RADIUS attribute type between 127 and 255.

考题 单选题Consider the following code snippet:   BEGIN  DBMS_SCHEDULER.SET_ATTRIBUTE ( name = ,,lne_job1, attribute = ,,job_priority, value = 1);  END;  /   If this code were executed, which of the following statements would be true?()A  The priority of the lne_job1 job would be set to 1.B  The lne_job1 job would be executed synchronously.C  The lne_job1 job would run immediately in the users current session.D  The lne_job1 job would retain its current priority.E  The job will immediately take priority over all running jobs.

考题 多选题A Windows Communication Foundation (WCF) solution uses the following contract: [ServiceContract(SessionMode=SessionMode.Allowed)]public interface IMyService{ [OperationContract(IsTerminating=false)] void Initialize( ); [OperationContract(IsInitiating=false)] void DoSomething( ); [OperationContract(IsTerminating=true)] void Terminate( );} You need to change this interface so that: lnitialize is allowed to be called at any time before Terminate is called. DoSomething is allowed to be called only after Initialize is called, and not allowed to be called after Terminate is called. Terminate will be allowed to be called only after Initalize is called.Which two actions should you perform? (Each correct answer presents part of the sdution. Choose two)()。AChange the ServiceContract attribute of the IMyService interface to the following. [ServiceContract(SessionMode=SessionMode.Required)]BChange the ServiceContract attrbute of the IMyService interface to the following [ServiceContract(SessionMode=SessionMode.Allowed)]CChange the OperationContract attribute of the Initialize operation to the following. [OperationContract(IsInitiating = true, IsTerminating = false)]DChange the OperationContract attribute of the Terminate operation to the following [OperationContract(IsInitiating = false, IsTerminating = true)]

考题 多选题Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? ()ASET_ATTRIBUTE_NULLBALTER_JOBCALTER_JOB_PARAMETERSDALTERESET_ATTRIBUTE

考题 单选题You use Microsoft .NET Framework 4 to create an application. The application contains a partially trusted client assembly and a server assembly. You create a custom sandboxed application domain. You need to ensure that the application can be executed in a partial-trust environment. What should you do?()A Apply the following attribute to the server assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=VisibleToAllHosts)]B Apply the following attribute to the server assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=NotVisibleByDefault)]C Apply the following attribute to the client assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=VisibleToAllHosts)]D Apply the following attribute to the client assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=NotVisibleByDefault)]