单项选择题
单项选择题 YouareimplementinganASP.NETpage.ThepageincludesamethodnamedGetCustomerOrderDataSetthatreturnsaDataSet.TheDataSetincludesaDataTablenamedCustomerDetailsTableandaDataTablenamedOrderDetailsTable.YouneedtodisplaythedatainOrderDetailsTableinaDetailsViewcontrolnameddtlView.Whichcodesegmentshouldyouuse?()A.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataMember="OrderDetailsTable";dtlView.DataBind();B.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataSourceID="OrderDetailsTable";dtlView.DataBind();C.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataKeyNames=newstring[]{"OrderDetailsTable"};dtlView.DataBind();D.DataSetdataSet=GetCustomerOrderDataSet();dtlView.DataSource=newDataTable("dataSet","OrderDetailsTable");dtlView.DataBind();
单项选择题 YourcompanyhasanActiveDirectorydomain.AllserversrunWindowsServer2008.YourcompanyusesanENterpriseRootcertificationauthority(CA)andanEnterpriseIntermediateCA.TheEnterpriseintermediateCAcertificateexpires.YouneedtodeployanewEnterpriseIntermediateCAcertificatetoallcomputersinthedomain.Whatshouldyoudo()A.ImportthenewcertificateintotheIntermediateCertificationStoreontheEnterpriseRootCAserver.B.ImportthenewcertificateintotheIntermediateCertificationStoreontheEnterpriseIntermediateCAserver.C.ImportthenewcertificateintotheIntermediateCertificationStoreintheDefaultDomainControllersgroupobject.D.ImportthenewcertificateintotheIntermediateCertificationStoreintheDefaultDomaingrouppolicyobject.
单项选择题 Youneedtodeployaread-onlydomaincontroller(RODC)thatrunsWindowsServer2008.Whatistheminimalforestfunctionallevelthatyoushoulduse()
单项选择题 YournetworkconsistsofasingleActiveDirectorydomain.AllserversrunWindowsServer2008R2.AllclientcomputersrunWindows7.UsersstorealloftheirfilesintheirDocumentsfolder.Manyusersstorelargefiles.YouplantoimplementroaminguserprofilesforallusersbyusingGroupPolicy.Youneedtorecommendasolutionthatminimizestheamountoftimeittakesuserstologonandlogoffofthecomputersthatusetheroaminguserprofiles.Whatshouldyourecommend?()A.ModifytheGroupPolicyobject(GPO)toincludefolderredirection.B.ModifytheGroupPolicyobject(GPO)toincludeBackgroundIntelligentTransferService(BITS)settings.C.Ontheserverthathoststheroaminguserprofiles,enablecachingontheprofilesshare.D.Onanyserver,installandconfiguretheBackgroundIntelligentTransferService(BITS)serverextensions.
单项选择题 YouhaveanExchangeServer2010organization.Auserreportsthatsomemeetingsaremissingfromhercalendar.Youneedtorecoverthemissingcalendaritems.Thesolutionmustensurethatthemissingcalendaritemsarerecoveredautomatically.Whatshouldyoudo?()A.Createandthenconfigureasharingpolicy.B.SettheschedulefortheManagedFolderAssistant.C.RuntheSet-MailboxCalendarConfigurationcmdlet.D.SettheschedulefortheCalendarRepairAssistant(CRA).