题目内容 (请给出正确答案)
[主观题]

YouaredesigningaWindowsAzurewebapplicationthatdoesnotuseASP.NET.Theapplicationrequiresasta

ndaloneWin32interpreter.Youneedtorecommendanapproachforallowingaccesstotheinterpreter.Whatshouldyourecommend?()

A.Useawebrole.ConfiguretheinterpreterasanISAPIfilter.

B.Useawebrole.ConfigureaFastCGIhandlerfortheinterpreterandsetthepathtotheinterpreter.

C.Useaworkerrolewithaninternalendpoint.Enablenativecodeexecution.

D.Useaworkerrolewithanexternalendpoint.ConfigureaFastCGIhandlerfortheinterpreterandsetthepathtotheroot.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“YouaredesigningaWindowsAzurewe…”相关的问题

第1题

Youneedtoidentifyatypethatmeetsthefollowingcriteria:Isalwaysanumber.Isnotgreaterthan65,535.Whichtypeshouldyouchoose?()

A.System.UInt16

B.int

C.System.String

D.System.IntPtr

点击查看答案

第2题

你是TestKing网站的电脑管理员,你正在把所有的客户机从WindowsNTWorkstation4.0升级到WindowsXP

专业版。Tess是开发部的员工,Tess使用WindowsNTWorkstation4.0的电脑,有4个硬盘,第一块硬盘包含系统和启动分区,其余三块硬盘包含磁盘交错文件阵列。升级后,Tess报告说他不能访问磁盘交错文件阵列上的数据,你发现这三块硬盘的磁盘交错阵列的新的盘符为D,E,F,并且每一个分区在磁盘管理中显示的都是Failed。你要确保Tess能访问这些硬盘上的所有数据,你要怎么做呢?()

A.删除组成磁盘交错阵列的分区,把磁盘转化为动态磁盘,并重建交错阵列

B.在磁盘管理中,选中所有的磁盘,运行“导入外来磁盘”工具

C.从磁盘分区命令行,运行Importd:命令,然后再运行Rescan命令

D.运行Ftonlined:命令,备份D盘上的数据,删除并重建分区,再恢复数据

点击查看答案

第3题

Yourcompany’ssecuritypolicyrequirescomplexpasswords.Youhaveacommadelimitedfilenamedimport.

csvthatcontainsuseraccountinformation.Youneedtocreateuseraccountsinthedomainbyusingtheimport.csvfile.Youalsoneedtoensurethatthenewuseraccountsaresettousedefaultpasswordsandaredisabled.Whatshouldyoudo()

A.ModifytheuserAccountControlattributetodisabled.Runthecsvde-i-k-fimport.csvcommand.RuntheDSMODu

B.ModifytheuserAccountControlattributetoaccountsdisabled.Runthecsvde-fimport.csvcommand.RuntheDSM

C.ModifytheuserAccountControlattributetodisabled.Runthewscriptimport.csvcommand.RuntheDSADDutilityto

D.ModifytheuserAccountControlattributetodisabled.Runtheldifde-i-fimport.csvcommand.RuntheDSADDutility

点击查看答案

第4题

最近,您已完成创建的应用程序使用应用程序配置文件。此配置文件包含一段名为 EmployeeSection,其中包含雇员的元素。您需要查看 EmployeeSection 元素的内容。您需要确保 EmployeeSection 元素输出到控制台及其内容。你应该做什么?()

A.

B.

C.

D.

点击查看答案

第5题

YouareevaluatingaWindowsAzureapplication.Theapplicationincludesthefollowingelements:-Awebr

olethatprovidestheASP.NETuserinterfaceandbusinesslogic-AsingleSQLAzuredatabasethatcontainsallapplicationdataEachpagemustreceivedatafromthebusinesslogiclayerbeforereturningresultstotheclient.Traffichasincreasedsignificantly.ThebusinesslogiciscausinghighCPUusage.Youneedtorecommendanapproachforscalingtheapplication.Whatshouldyourecommend?()

A.Movebusinesslogictoaworkerrole.

B.VerticallypartitiontheSQLAzuredatabase.

C.StorebusinesslogicresultsinWindowsAzurelocalstorage.

D.StorebusinesslogicresultsinWindowsAzureTablestorage

点击查看答案

第6题

Youaredevelopingacustom-collectionclass.Youneedtocreateamethodinyourclass.Youneedtoensuret

hatthemethodyoucreateinyourclassreturnsatypethatiscompatiblewiththeForeachstatement.Whichcriterionshouldthemethodmeet?()

A.ThemethodmustreturnatypeofeitherIEnumeratororIEnumerable.

B.ThemethodmustreturnatypeofIComparable.

C.Themethodmustexplicitlycontainacollection.

D.Themethodmustbetheonlyiteratorintheclass.

点击查看答案

第7题

一用户名为Dr.King报告说他的WindowsXP专业版电脑上的应用程序运行得很慢,你发现Dr.King的电脑有64MB的内存和100MB可用磁盘空间,你要采用什么方法来改进电脑性能?()

A.把Dr.King加入到超级用户组中

B.设置页面文件大小为物理内存的75%

C.执行磁盘分析,建议再执行碎片整理

D.执行磁盘清理来删除临时文件和不必要的程序文件

E.确定程序运行设置为优化后台运行

点击查看答案

第8题

Youneedtoselectaclassthatisoptimizedforkey-baseditemretrievalfrombothsmallandlargecollections.Whichclassshouldyouchoose?()

A.OrderedDictionaryclass

B.HybridDictionaryclass

C.ListDictionaryclass

D.Hashtableclass

点击查看答案

第9题

YouaredesigningaWindowsAzureapplication.MessageswillbeplacedintoaWindowsAzureQueueandthenp

rocessedbyaworkerrole.ThereisnorequirementforadherencetotheWindowsAzureServiceLevelAgreement(SLA).Youneedtorecommendanapproachforconcurrentlyprocessingmessageswhileminimizingcomputecost.Whatshouldyourecommend?()

A.Asingleroleinstancethatprocessesmessagesindividually

B.Asingleroleinstancewithmultithreadedrequestprocessing

C.Multipleroleinstancesthatprocessmessagesindividually

D.Multipleroleinstances,eachwithmultithreadedrequestprocessing

点击查看答案

第10题

你负责维护你们部门SQLServer2005数据库的调度作业。其中一个作业从多源为报表聚集数据。这个作业每日运行,由多步构成。每一步都为某一特定报表聚集数据。有用户反映一些报表的数据近期没有更新。你要确保即使发生错误,聚合数据作业的每一步也都要执行。那你该如何做?()

A.将作业中所有步骤组合成一个每日运行的步骤

B.创建一个通知;在每次出现错误时通知你。以便你能及时更正错误,重启作业

C.修改失败使要执行的步骤为“转到下一步”

D.设置作业重试当前步骤

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信