相关考题

判断题 人工客服和机器人同时接待是全自动模式,上述说法是否正确()

单项选择题 YouaredevelopinganASP.NETMVC2Webapplication.ApagemakesanAJAXrequestandexpectsalistofcompanynamesinthefollowingformat.['AdventureWorks','Contoso']Youneedtowriteanactionmethodthatreturnstheresponseinthecorrectformat.Whichtypeshouldyoureturnfromtheactionmethod?()A.AjaxHelperB.XDocumentC.JsonResultD.DataContractJsonSerializer

单项选择题 YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.Accordingtothecompanyrequirement,youmigrateanapplicationfromMicrosoftSQLServer2000toMicrosoftSQLServer2008.YouhavetomonitortheSQLServerinstance,andrecordtheuseoffeatureswhichwillbediscontinued.Whatshouldyoudo?()A.TheSQLServer2008UpgradeAdvisorshouldbeusedB.YoushoulduseaSQLserver-sidetrace.ThetracecapturestheDeprecationAnnouncementandDeprecationFinalSupporteventclassesC.YoushouldusetheSQLServerProfiler.TheprofilercapturestheSQL:BatchCompletedandExceptioneventclassesD.YoushoulduseaSQLserver-sidetrace.ThetracecapturestheSQL:BatchCompletedandExceptioneventclasses.

单项选择题 YouaredevelopinganASP.NETDynamicDataWebapplication.BooleanfieldsmustdisplayasYesorNoinsteadofasacheckbox.YoureplacethemarkupinthedefaultBooleanfieldtemplatewiththefollowingmarkup.YouneedtoimplementthecodethatdisplaysYesorNo.WhichmethodoftheFieldTemplateUserControlclassshouldyouoverrideintheBooleanFieldclass?()A.OnLoadB.ConstructC.OnDataBindingD.SaveControlState

单项选择题 YourcompanyhasanActiveDirectoryforest.NotalldomaincontrollersintheforestareconfiguredasGlobalCatalogServers.Yourdomainstructurecontainsonerootdomainandonechilddomain.Youmodifythefolderpermissionsonafileserverthatisinthechilddomain.YoudiscoverthatsomeAccessControlentriesstartwithS-1-5-21-andthatnoaccountnameslisted.Youneedtolisttheaccountnames.Whatshouldyoudo()A.MovetheRIDmasterroleinthechilddomaintoadomaincontrollerthatholdstheGlobalCatalog.B.ModifytheschematoenablereplicationofthefriendlynamesattributetotheGlobalCatalog.C.MovetheRIDmasterroleinthechilddomaintoadomaincontrollerthatdoesnotholdtheGlobalCatalog.D.MovetheinfrastructuremasterroleinthechilddomaintoadomaincontrollerthatdoesnotholdtheGlobalCatalog.

单项选择题 YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDworksintheinstance.NowyougetareportfromuserssayingthatDB1meetsdeadlockproblems.Asthetechnicalsupport,youhavetocapturethedeadlockinformationtotheSQLServererrorlog.Whatshouldyoudo?()A.FortheAdventureWorksdatabase,enableServerAuditingB.Firstyoushouldsettheappropriatetraceflagsasastartupparameter,andthenrestarttheSQLServerinstanceC.YoushouldconfigurethedatacollectorandmakeitcapturethedeadlockgraphsD.YoushouldconfigureaSQLProfilertrace,andmakeitcapturethedeadlockgraphs

单项选择题 引入缓冲可以( )。

单项选择题 YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.Nowinahighsecurityenvironment,youmanageaSQLServer2008cluster.YouintendtoconfigureanduseencryptedconnectionsfortheclusteredvirtualSQLServer.Youhavetoinstallacertificate.Thecetificationwillbeusedforencryption.Whatshouldyoudo?()A.Intheclusterquorumdrive,installtheencryptioncertificateB.IntheSQLServershareddisk,installtheencryptioncertificateC.intheclustergroup,installtheencryptioncertificate.D.Oneachindividualnode,installtheencryptioncertificate

单项选择题 对于普通用户而言,OS的( )是最重要。

单项选择题 在下列情况( ),系统需要进行进程调度。

单项选择题 YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.YoumustmakesurethatallSQLServerinstancesareconsistentlyconfiguredfornamingconventions,securitysettings,forceindexcreationandavoidanceofdatafragmentation.Sowhatactionshouldyouperformtoachievethisgoal?()A.YoushouldusetheDatabaseEngineTuningAdvisor.B.InMicrosoftSQLServerManagementStudio,youshouldcreateamaintenanceplanC.YoushouldusetheSQLServerConfigurationManagerD.InMicrosoftSQLServerManagementStudio,youshouldcreateapolicy

单项选择题 YournetworkconsistsofasingleActiveDirectorydomain.AlldomaincontrollersrunWindowsServer2008R2andareconfiguredasDNSservers.AdomaincontrollernamedDC1hasastandardprimaryZoneforcontoso.com.AdomaincontrollernamedDC2hasastandardsecondaryzoneforcontoso.com.Youneedtoensurethatthereplicationofthecontoso.comzoneisencrypted.Youmustnotloseanyzonedata.Whatshouldyoudo()A.Onbothservers,modifytheinterfacethattheDNSserverlistenson.B.ConverttheprimaryzoneintoanActiveDirectory-integratedzone.Deletethesecondaryzone.C.ConverttheprimaryzoneintoanActiveDirectory-integratedstubzone.Deletethesecondaryzone.D.Configurethezonetransfersettingsofthestandardprimaryzone.ModifytheMasterServerslistsonthesecondaryzone.

单项选择题 Youneedtodeployaread-onlydomaincontroller(RODC)thatrunsWindowsServer2008R2.Whatistheminimalforestfunctionallevelthatyoushoulduse()

单项选择题 以下哪个Internet主机在地理位置上是属于中国的()。

单项选择题 YouaredevelopinganASP.NETMVC2Webapplication.TheapplicationcontainsacontrollernamedHomeController,whichhasanactionnamedIndex.TheapplicationalsocontainsaseparateareanamedBlog.AviewwithintheBlogareamustcontainanActionLinkthatwilllinktotheIndexactionoftheHomeController.YouneedtoensurethattheActionLinkintheBlogarealinkstotheIndexactionoftheHomeController.WhichActionLinkshouldyouuse?()A.Html.ActionLink("Home","Index","Home")B.Html.ActionLink("Home","Index","Home",new{area=""},null)C.Html.ActionLink("Home","Index","Home",new{area="Blog"},null)D.Html.ActionLink("Home","Index","Home",new{area="Home"},null)

单项选择题 YouaredevelopinganASP.NETMVC2application.Aviewcontainsaformthatallowsuserstosubmittheirfirstname.Youneedtodisplaythevaluethatissubmitted,andyoumustensurethatyourcodeavoidscross-sitescripting.Whichcodesegmentshouldyouuse?()A.<%:Model.FirstName%>B.<%=Model.FirstName%>C.<%Response.Write(Model.FirstName)%>D.<%Response.Write(HttpUtility.HtmlDecode(Model.FirstName))%>

单项选择题 Yourapplicationusestwothreads,namedthreadOneandthreadTwo.YouneedtomodifythecodetopreventtheexecutionofthreadOneuntilthreadTwocompletesexecution.Whatshouldyoudo?()

单项选择题 Contoso,Ltd.hasanActiveDirectorydomainnamedad.contoso.com.Fabrikam,Inc.hasanActiveDirectorydomainnamedintranet.fabrikam.com.FabrikamssecuritypolicyprohibitsthetransferofinternalDNSzonedataoutsidetheFabrikamnetwork.YouneedtoensurethattheContosousersareabletoresolvenamesfromthe intranet.fabrikam.comdomain.Whatshouldyoudo()A.Createanewstubzonefortheintranet.fabrikam.comdomain.B.Configureconditionalforwardingfortheintranet.fabrikam.comdomain.C.Createastandardsecondaryzonefortheintranet.fabrikam.comdomain.D.CreateanActiveDirectoryintegratedzonefortheintranet.fabrikam.comdomain.

单项选择题 YournetworkcontainsoneActiveDirectorydomain.YouhaveamemberservernamedServer1thatrunsWindowsServer2008.TheserverhastheRoutingandRemoteAcecssroleserviceinstalled.YouimplementNetworkAccessProtection(NAP)forthedomain.YouneedtoconfigurethePoint-to-Point(PPP)authenticationmethodonServer1.Whichautneticationmethodshouldyouchoose?()A.ChallengeHandshakeAuthenticationProtocol(CHAP)B.ExtensibleAuthenticationProtocol(EAP)C.MicrosoftChallengeHandshakeAuthenticationProtocolversion2(MS-CHAPv2)D.PasswordAuthenticationProtocol(PAP)

单项选择题 YournetworkcontainsaserverthatrunsWindowsServer2008.TheserverhastheNetworkPolicyServer(NPS)serviceroleinstalled.YouneedtoallowonlymembersofaglobalgroupnamedGroup1VPNaccesstothenetwork.Whatshouldyoudo?()A.AddGroup1totheRASandIASServersGroupB.AddGroup1totheNetworkConfigurationOperatorsgroupC.Createanewnetworkpolicyanddefineagroup-basedconnectionforGroup1.SettheaccesspermissionofthepolicytoAccessgranted.Settheprocessingorderofthepolicyto1D.Createanewnetworkpolicyanddefineagroup-basedconditionforGroup1.SettheaccesspermissionofthepolicytoAccessGranted.Settheprocessingofthepolicyto3.