微软认证考试

Certkiller.com has a server with Active Directory Rights Management Services (AD RMS) server installed. Users have computers with Windows Vista installed on them with an Active Directory domain installed at Windows Server 2003 functional level. As an admi

题目

Certkiller.com has a server with Active Directory Rights Management Services (AD RMS) server installed. Users have computers with Windows Vista installed on them with an Active Directory domain installed at Windows Server 2003 functional level. As an administrator at Certkiller.com, you discover that the users are unable to benefit from AD RMS to protect their documents. You need to configure AD RMS to enable users to use it and protect their documents. What should you do to achieve this functionality()

  • A、Configure an email account in Active Directory Domain Services (AD DS) for each user.
  • B、Add and configure ADRMSADMIN account in local administrators group on the user computers
  • C、Add and configure the ADRMSSRVC account in AD RMS server’s local administrator group
  • D、Reinstall the Active Directory domain on user computers
  • E、All of the above
参考答案和解析
正确答案:A
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

This mistake () the loss of 13,000 pounds.

A、has resulted in

B、has resulted to

C、has led in

D、has resulted from


参考答案:A

第2题:

Certkiller.com 有一个名为 Certkiller SR07 的承载公司数据的文件服务器。您目前正在创建的应用程序将由 Certkiller.com 的用户使用的过程中管理 Certkiller SR07 上的数据。确保 Certkiller.com 用户工作目录中,有适当的文件权限您定义的 DemanDirectorySecurity 方法,如下所示。public void DemanDirectorySecurity (string path) {FileIOPermission filePerm = new FileIOPermission (PermissionState.None);filePerm.AddPathList (FileIOPermissionAccess.AllAccess, path); filePerm.Assert ();}之后,安装新的应用程序,您发现有些用户并没有他们的工作目录的完全访问权限。将通知您的用户只需要这些 Certkiller.com 只读访问。您需要重写权限断言,只有这些用户的 DemanDirectorySecurity 方法中。你应该做什么?()

A.

B.

C.

D.


参考答案:A
此代码调用 FileIOPermission 类的还原断言方法、 实例化一个 FileIOPermission 对象,该对象代表只读访问到工作目录中,并调用 assert 方法上的 FileIOPermission 对象。

第3题:

Tom()to Paris.

A、has been

B、have been

C、has ever

D、has never


参考答案:A

第4题:

Certkiller.com has asked you to create an application to display all of the top directories based on the drive path.You need to ensure that the application displays the number of files within top-level directories.What should you do?()

A.

B.

C.

D.


参考答案:C

第5题:

Certkiller.com 有一个名为 Certkiller 的文件服务器-SR07 存储旧的清单文件。Certkiller.com 已授予您创建存档这些旧的清单文件的应用程序的任务。清单文件已上载到 Certkiller.com Web 服务器之前,要压缩。您目前正在编写的方法将接收的字节数组并压缩到一个新文件。您需要确保在解压缩过程中发生数据损坏检查。你应该做什么?()

A.

B.

C.

D.


参考答案:D
A、B、C:您不应使用指定的DeflateStream类,因为这种数据格式并不能保证数据损坏检查时发生减压的代码片段。也不应使用调用的压缩方法,因为没有这种方法存在的GZipStream或DeflateStream类中的代码。

第6题:

Certkiller.com has given you the task of serializing an object and writing it to a data file using binary serialization.You need to ensure that you meet these requirements.What should you do?()

A.

B.

C.

D.


参考答案:A

第7题:

您已被要求您在 Certkiller.com 的上级创建的子应用程序域。新的子应用程序域必须指定不同的程序集路径,比父应用程序域。您需要确保您的解决方案满足 Certkiller.com 的要求。你应该做什么?()

A.

B.

C.

D.


参考答案:B

应用程序域类的 CreateDomain 方法是重载的方法,可以使用创建应用程序域。此代码创建名为 ChildDomain,子应用程序域 它作为其父域中使用相同的证据,并指定一个 AppDomainSetup 对象。在此版本的 CreateDomain 中,传递给 CreateDomain 方法的第一个参数是一个字符串,表示 要创建的应用程序域的名称。
CreateDomain 方法的第二个参数指定证据对象。证据对象表示使用的代码访问安全性 (CAS) 中的身份信息 微软。.NET 框架,以确定授予程序集的权限。
CreateDomain 方法的第三个参数指定一个 AppDomainSetup 对象。AppDomainSetup 对象表示应用程序域设置如应用程序名称、 基目录和配置文件路径。您必须指定一个不同的程序集路径,比父应用程序域中, 因此,应用程序域对象的 ApplicationBase 属性已设置。ApplicationBase 属性定义应用程序基的目录。将程序集探测使用此目录来解决运行库的任何引用。
不正确的答案:
A: 您不应使用的代码,在 AppDomainSetup 对象的应用程序名称属性设置 因为这应该是应用程序域的友好名称。
C: 您不应使用的代码,在 AppDomainSetup 对象的 ConfigurationFile 属性设置 因为这应该是配置文件所在的目录。
D: 您不应使用的代码,在 AppDomainSetup 对象的 CachePath 属性设置appDomainSetup.ApplicationBase = @"C:\Program Files\ChildApp";

第8题:

That man ( ) at the bus stop for the last half hour.--- Shall I tell him that the last bus ( )

A.has stood … has already gone

B.has been standing… has already been

C.is standing… has already gone

D.has been standing…has already gone


答案:C

第9题:

你在 Certkiller.com 做应用程序的开发工作。,Certkiller.com,让你在开发应用程序处理Certkiller.com 停车场通行证。应用程序必须存储和检索使用车辆识别号码 (VIN) 的车辆信息。您需要使用正确的代码,以确保类型安全。你应该做什么?()

A.

B.

C.

D.


参考答案:B

SortedList最合适对一列健/值对进行排序,在排序时,是对键进行排序,SortedList是Hashtable和Array的混合。当使用Item索引器属性按照元素的键访问元素时,其行为类似于Hashtable。当使用GetByIndex或SetByIndex按照元素的索引访问元素时,其行为类似于Array。

第10题:

Certkiller .com has asked you to develop an application that displays the properties for all Certkiller.com‘s network drives.The information generated by this application will be utilized by Certkiller .com‘s network administrators to verify client setups.You need to ensure that these requirements are fully satisfied.What should you do?()

A.

B.

C.

D.


参考答案:C

更多相关问题