护理学基础知识

单选题You need to implement an authentication method on SQL4. The TravelOnline database will be accessed through a Web services application. You need to make the authentication method as secure as possible.What should you do?()A Create an HTTP endpoint with 

题目
单选题
You need to implement an authentication method on SQL4. The TravelOnline database will be accessed through a Web services application. You need to make the authentication method as secure as possible.What should you do?()
A

Create an HTTP endpoint with NTLM authentication, and create a service principal name (SPN).

B

Create an HTTP endpoint with digest authentication, and create a service principal name (SPN).

C

Create an HTTP endpoint with integrated authentication, and create a service principal name (SPN).

D

Create an HTTP endpoint with Kerberos authentication.

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

How do you define the authentication method that will be used with AAA?()

  • A、With the method aaa command
  • B、With the method command
  • C、With a method list
  • D、With a method statement

正确答案:C

第2题:

You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.You need to ensure that the control extends the TreeView control by adding a custom node tag and a highlight color.What should you do?()

  • A、Override the OnPaint method.
  • B、Write a code segment in the DrawNode event handler to specify the highlight color.
  • C、Set the DrawMode property of the control to OwnerDrawAll, and then implement a custom DrawNode event handler.
  • D、Set the DrawMode property of the control to OwnerDrawText,and then implement a custom DrawNode event handler.

正确答案:D

第3题:

You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()

A. Add the WebInvoke(UriTemplate="/Items/{id}", Method="DELETE") attribute to the operation

B. Add the HttpDelete atribute to the operation

C. Replace the string parameter with a RemovedActivityAction parameter

D. Replace the return type with RemovedActivityAction.


参考答案:A

第4题:

You need to recommend changes to the infrastructure to ensure that DFS meets the company’s  security requirements.   What should you include in the recommendation?()

  • A、Upgrade DFS2 to Windows Server 2008 R2.
  • B、Implement access-based enumeration (ABE).
  • C、Implement Authentication Mechanism Assurance.
  • D、Configure the DFS namespace to use Windows Server 2008 mode.

正确答案:A

第5题:

You are developing a Web application to display products. Products are displayed on different pages on your Web site. You want to create a user control to manage the display of products. You need a default visual implementation of the UI of the user control. In addition, you need to provide developers with the flexibility to change the layout and controls of the UI. Which three actions should you perform? ()

  • A、Apply the TemplateContainerAttribute to a property of type ITemplate. Pass the type of the template's naming container as the argument to the attribute.
  • B、Apply the TemplateContainerAttribute to the user control's class declaration.
  • C、Implement a property of type INamingContainer in the user control's code-behind class.
  • D、Implement a property of type ITemplate in the user control's code-behind class.
  • E、Define a new class that inherits from the ITemplate interface. Implement the InstantiateIn method of the ITemplate interface.

正确答案:A,D,E

第6题:

An administrator has been having problems with server security. Many of the servers have been infected with viruses in the past. Which of the following can be done to ensure that systems avoid OS exploits? ()

  • A、 Implement an intrusion detection system (IDS).
  • B、 Implement a dual-factor authentication method.
  • C、 Implement a patch management process.
  • D、 Implement stronger user passwords.

正确答案:C

第7题:

Your network contains one Active Directory domain. You have a member server named Server1 that runs Windows Server 2008. The server has the Routing and Remote Acecss role service installed. You implement Network Access Protection (NAP) for the domain. You need to configure the Point-to-Point (PPP) authentication method on Server1. Which autnetication method should you choose?()

  • A、Challenge Handshake Authentication Protocol (CHAP)
  • B、Extensible Authentication Protocol (EAP)
  • C、Microsoft Challenge Handshake Authentication Protocol version 2 (MS-CHAP v2)
  • D、Password Authentication Protocol (PAP)

正确答案:B

第8题:

You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus.   What should you do?()

  • A、Implement theActivated event
  • B、Implement the MdiChildActivate event
  • C、Override the OnParentVisibleChanged method
  • D、Override the OnParentBindingContextChanged method

正确答案:B

第9题:

You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement. Which criterion should the method meet?()

  • A、The method must return a type of either IEnumerator or IEnumerable.
  • B、The method must return a type of IComparable.
  • C、The method must explicitly contain a collection.
  • D、The method must be the only iterator in the class.

正确答案:A

第10题:

Your company has an Active Directory Domain Serv ices (AD DS) domain. All client computers run Windows 7. You have a Remote Desktop Session Host (RD Session Host) server. You need to ensure that computer identities are validated before user authentication is performed. What should you do?()

  • A、Configure the Set RD Gateway authentication method Group Policy setting to Use smart card.
  • B、Configure the Set RD Gateway authentication method Group Policy setting to Use locally logged - on credentials.
  • C、Enable the Configure server authentication for client Group Poli cy setting and then select Do not connect if authentication fails.
  • D、Enable the Configure server authentication for client Group Policy setting and then select Always connect, even if authentication fails.

正确答案:C

更多相关问题