You are creating a Windows Commu

题目

You are creating a Windows Communication Foundation (WCF) service. You have the following requirements: Messages must be sent over TCP The service must support transactions. Messages must be encoded using a binary encoding Messages must be secured using Windows stream-based security.You need to implement a custom binding for the service. In which order should the binding stack be configured?()

  • A、tcp Transport, windows Stream Security, transaction Flow, binary Message Encoding
  • B、transaction Flow, binary Message Encoding, windows Stream Security, tcp Transport
  • C、windows Stream Security, tcp Transport, binary Message Encoding, transaction Flow
  • D、binary Message Encoding, transaction Flow, tcp Transport, windows Stream Security
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

第2题:

You are employed as the exchange administrator at Company.com.the Company.com network contains an exchange 2010 organization.you are responsible for managing an exchange server 2010 mailbox server named -ex01.You are in the process of implementing a policy that deletes e-mail messages automatically after 60 days.You receive an instruction from management to identify another location where users can store their messages after 60 days.However, administrators need to locate the e-mail messages in both locations when executing multi- mailbox searches. What should you do?()

  • A、You should consider creating a Retention Policy.
  • B、You should consider creating a.pst file for each user that is stored in a shared folder.
  • C、You should consider creating a Personal Archive for each user.
  • D、You should consider creating a journal rule.

正确答案:C

第3题:

You are creating an application that consumes a Windows Communication Foundation (WCF) service. The service implements the IService contract. The client application contains the CallbackHandler class, which implements IServiceCallback.You need to ensure that a client proxy is created that can communicate with the service over a duplex channel.Which code segment should you use?()

A.

B.

C.

D.


参考答案:B

第4题:

You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files.  You need to recommend an approach for creating the temporary files that minimizes storage transactions.  What should you recommend?()

  • A、 Create the files on a Windows Azure Drive.
  • B、 Create the files in Windows Azure local storage.
  • C、 Create the files in Windows Azure Storage page blobs.
  • D、 Create the files in Windows Azure Storage block blobs.

正确答案:B

第5题:

You have an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. The Remote Desktop Services (RDS) environment includes a Remote Desktop Session Host (RD Session Host) server in the LAN environment, and a Remote Desktop Gateway (RD Gateway) server in the perimeter network. You deploy a Remote Desktop Web Access (RD Web Access) server in the perimeter network. You publish a RemoteApp application. The RemoteApp application is not visible to users when they log in to RD Web Access.You need to ensure that authorized users can run RemoteApp applications from RD Web Access. What should you do?()

  • A、Restart the World Wide Web Publishing Service on the RD Web Access server.
  • B、Disab le Forms Authentication on the Default Web Site on the RD Web Access server.
  • C、Allow Windows Management Instrumentation (WMI) communication between the RD Gateway server and the RD Session Host server.
  • D、Allow Windows Management Instrumentation (WMI) commu nication between the RD Web Access server and the RD Session Host server.

正确答案:D

第6题:

You work as an administrator at ABC.com.The ABC.com network consists of a single domain named ABC.com. All servers on the ABC.com network have Windows Server 2012 R2 installed. ABC.com has a server, named ABC-SR13, which is configured as the primary DNS server in the ABC.com domain. ABC.com has another server, named ABC-SR14, which makes use of ABCSR13 for DNS queries.You want to make sure that running nslookup.exe from ABC-SR14 produces a result that shows the proper name of the default server.  Which of the following actions should you take?()

  • A、You should consider creating a reverse lookup zone on ABC-SR14.
  • B、You should consider creating a forward lookup zone on ABC-SR14.
  • C、You should consider creating a reverse lookup zone on ABC-SR13.
  • D、You should consider creating a forward lookup zone on ABC-SR13.

正确答案:C

第7题:

You work as an administrator at ABC.com. The ABC.com network consists of two Active Directory  forests, named ABC.com and test.com. There is no trust relationship configured between the forests.A backup of Group Policy object (GPO) from the test.com domain is stored on a domain controller in the ABC.com domain. You are informed that a GPO must be created in the ABC.com domain, and must be based on the settings of the GPO in the test.com domain. You start by creating the new GPO using the New-GPO Windows PowerShell cmdlet.You want to complete the task via a Windows PowerShell cmdlet.  Which of the following actions should you take?()

  • A、You should consider making use of the Invoke-GPUpdate Windows PowerShell cmdlet.
  • B、You should consider making use of the Copy-GPO Windows PowerShell cmdlet.
  • C、You should consider making use of the New-GPLink Windows PowerShell cmdlet.
  • D、You should consider making use of the Import-GPO Windows PowerShell cmdlet.

正确答案:D

第8题:

You are creating a Windows Communication Foundation (WCF) service. You need to ensure that the service is compatible with ASP.NET to make use of the session state. Which binding should you use?()

A. NetTcpContextBinding

B. BasicHttpContextBinding

C. NetTcpBinding

D. NetMsmqBinding


参考答案:B

第9题:

You are creating a Windows Forms application by using the .NET Framework 3.5.You have resource files in five different languages.You need to test the application in each language. What should you do?()

  • A、Set the CurrentCulture property explicitly to the respective culture for each language.
  • B、Set the CurrentCulture property explicitly to IsNeutralCulture for each language.
  • C、Set the CurrentUICulture property explicitly to IsNeutralCulture for each language.
  • D、Set the CurrentUICulture property explicitly to the respective culture for each language.

正确答案:D

第10题:

You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form.You need to display the help file for the control that is focused when the F1 key is pressed.Which method of the HelpProvider class should you call for each control?()

  • A、SetShowHelp
  • B、SetHelpString
  • C、SetHelpKeyword
  • D、SetHelpNavigator

正确答案:A

更多相关问题