网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Which of the following is used to invoke a Web service from an unmanaged client?() 

  • A、 JAX-WS dispatch API
  • B、 Deployment descriptor
  • C、 @Resource annotation
  • D、 @WebServiceRef annotation
  • E、 Service and Interface classes

参考答案

更多 “Which of the following is used to invoke a Web service from an unmanaged client?() A、 JAX-WS dispatch APIB、 Deployment descriptorC、 @Resource annotationD、 @WebServiceRef annotationE、 Service and Interface classes” 相关考题
考题 following code segment.[ServiceContract]public interface ICustomerService{...}public class CustomerService : ICustomerService{...}The service is self-hosted in a console application. Older client applications access the service at http://contoso.com:8080/CustomerService/V1.Newer client applications access the service at http://contoso.com:8080/CustomerService/V2.You need to ensure that any client application can access the service at either address.Which code segment should you use?()A.B.C.D.

考题 You create a service and deploy it on a network in a building named Building1. You will deploy the service to Building2.The service in Building1 is configured using the following discovery scopes.The service in Building2 will be configured using the following discovery scopes.You need to ensure that the client application can discover the service in Building1 or the service in Building2.Which scopes should you add to the client configuration file? ()A.B.C.D.

考题 A Windows Communication Foundation (WCF) client and service share the following service contract interface:[ServiceContract]public interface IContosoService{[OperationContract]void SavePerson(Person person);}They also use the following binding:NetTcpBinding binding = new NetTcpBinding() { TransactionFlow = true };The client calls the service with the following code:using (TransactionScope ts = new TransactionScope(TransactionScopeOption.Required)){IContosoService client = factory.CreateChannel();client.SavePerson(person);Console.WriteLine(Transaction.Current.TransactionInformation.DistributedIdentifier);ts.Complete();}The service has the following implementation for SavePerson:public void IContosoService.SavePerson(Person person){person.Save();Console.WriteLine(Transaction.Current.TransactionInformation.DistributedIdentifier);}The distributed identifiers do not match on the client and the server.You need to ensure that the client and server enlist in the same distributed transaction. What should you do?()

考题 You have a firewall enforcer receiving resource access policies from a Junos Pulse Access Control Service. You are using Network and Security Manager (NSM) for configuration management on that firewall. The firewall can also be configured using its built-in command-line interface (CLI) or Web-based user interface (WebUI).To avoid conflicting configurations, which two interfaces must you use to configure the firewall enforcer?()A. CLIB. WebUIC. NSMD. Junos Pulse Access Control Service

考题 When creating a Web service which requires reliable delivery of SOAP messages, which transport should be used?()A、 SOAP/TCPB、 SOAP/JMSC、 SOAP/HTTPD、 SOAP/SMTPE、 SOAP/HTTPS

考题 Which two elements of the Java Enterprise Application Archive are required?()A、EJB Archive  B、Deployment DescriptorC、META-INF sub directoryD、Resource Adapter archiveE、Java library

考题 Which tool is used to simplify the migration, management and deployment of IIS Web servers, Web applications and Web sites?()A、System DesignerB、XCOPY deploymentC、Deployment DesignerD、Web Deployment

考题 Which design phase service component includes the development and documentation of the test case or cases used to verify that a deployed infrastructure meets operational, functional, and interface requirements? Select exactly 1 answer(s) from the following:()。A、Implementation PlanB、Business PlanC、Staging PlanD、Detailed Design DevelopmentE、Systems Acceptance Test Plan Development

考题 An administrator is looking to apply a new service pack for an OS on several systems that run business critical applications for a large international finance corporation. Which of the following should the administrator do FIRST?()A、Deploy the service pack to a single department within the corporation.B、Upgrade the system with requirements for that service pack.C、Deploy the service pack to a non-critical application server.D、Submit a change control for the service pack deployment.

考题 Which two tasks are required to install Service Integration Bus Web Services?()A、install the Resource AdapterB、configure SOAP listener portC、deploy the Service Integration Bus applicationD、install the Service Data Objects (SDO) RepositoryE、create a new WebSphere Application Server profile

考题 In a cluster using /etc/hosts for name resolution, which of the following describes the minimum requirementsfor the /etc/hosts file?()A、IP address and IP label of each service and boot interface in the clusterB、IP address and IP label of each service and boot interface in the cluster, loopback interface, and the hostname of the nodeC、IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, and the cluster gatewayD、IP address and IP label of each service and boot interface in the cluster, the loopbackinterface, the cluster gateway, and the subnet network addresses

考题 A developer used wsimport to generate the skeleton code for a Web service implementation. What is the purpose of the generated ObjectFactory class?() A、 The ObjectFactory class is the generated Service Endpoint Interface classB、 The ObjectFactory class is the generated service provider class that is used by the JAX-WS client.C、 The ObjectFactory class takes the targetNamespace value and creates the directory structure.D、 The ObjectFactory class allows you to programatically construct new instances of the Java representation for XML content.

考题 A company has a high business value JAX-WS provider Web Service and cannot afford to lose any messages.  What kind of quality of service should be used in conjunction with WS-ReliableMessaging?() A、 Managed persistentB、 Managed non-persistentC、 Unmanaged non-persistentD、 Managed persistent and Transaction (enableTransactionalOneWay)E、 Managed non-persistent and Transaction (enableTransactionalOneWay)F、 Unmanaged non-persistent and Transaction (enableTransactionalOneWay)

考题 A developer is designing a multi-tier application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, the application needs to find, in a transparent manner, the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A、 Business Delegate and Transfer ObjectB、 Business Delegate and Service LocatorC、 Front Controller and Business DelegateD、 Intercepting Filter and Transfer ObjectE、 Model-View-Controller and Intercepting Filter

考题 You have a firewall enforcer receiving resource access policies from a Junos Pulse Access Control Service. You are using Network and Security Manager (NSM) for configuration management on that firewall. The firewall can also be configured using its built-in command-line interface (CLI) or Web-based user interface (WebUI). To avoid conflicting configurations, which two interfaces must you use to configure the firewall enforcer?()A、CLIB、WebUIC、NSMD、Junos Pulse Access Control Service

考题 You have a Windows Server 2008 R2 Enterprise Root CA . Security policy prevents port 443 and  port 80 from being opened on domain controllers and on the issuing CA .   You need to allow users to request certificates from a Web interface. You install the Active  Directory Certificate Services (AD CS) server role.     What should you do next()A、Configure the Online Responder Role Service on a member server.B、Configure the Online Responder Role Service on a domain controller.C、Configure the Certificate Enrollment Web Service role service on a member server.D、Configure the Certificate Enrollment Web Service role service on a domain controller.

考题 You have a Web server that runs Windows Server 2003 Service Pack 2 (SP2).You attempt to start the World Wide Publishing Service and receive the following error message.You need to identify which services must be started before you can start the World Wide Web Publishing Service.  What should you do?()A、From Event Viewer, view the application log.B、From Windows Explorer, open the %systemroot%/system32/drivers/etc/services file.C、From the Services snap-in, view the properties of the World Wide Web Publishing Service.D、From the command prompt, run Net config server /srvcomment:”World Wide Web Publishing Service”.

考题 You create a Visual Studio 2010 solution that includes a WCF service project and an ASP.NET project. The service includes a method named GetPeople that takes no arguments and returns an array of Person objects. The ASP.NET application uses a proxy class to access the service. You use the Add Service Reference wizard to generate the class. After you create the proxy, you move the service endpoint to a different port. You need to configure the client to use the new service address. In addition, you must change the implementation so that calls to the client proxy will return a List instead of an array. Which two actions should you perform?()A、In the context menu for the service reference in the ASP.NET project, select the Configure Service Reference commSystem.Collections.Generic.ListB、In the context menu for the service reference in the ASP.NET project, select the Update Service Reference commaC、Change the service interface and implementation to return a ListD、Edit the address property of the endpoint element in the web.config file to use the new service address

考题 A client application calls a Windows Communication Foundation (WCF) service with a proxy class that was generated by Visual Studio.The service binding was changed from wsHttpBinding to basicHttpBinding. The method signatures in the service contract are changed.After these changes, the client application receives errors when calling methods on the service.You need to ensure that the client can invoke methods on the service successfully. What should you do?()A、Update the configuration file to use basicHttpBinding.B、Enable anonymous authentication for the service.C、Copy the configuration file elements under the element from the service back to the client.D、Update the service reference.

考题 You develop a Windows Communication Foundation (WCF) service that employees use to access bonus information.You define the following service contract. (Line numbers are included for reference only.) 01 [ServiceContract(SessionMode = SessionMode.Required)] 02 public interface IFinancialService 03 { 04 [OperationContract] 05 string Login(int employeeID, string passwordHash); 06 07 [OperationContract] 08 double GetBonus(int month); 09 10 [OperationContract(IsTerminating = true)] 11 void Logout( ); 12 } Client application can invoke methods without logging in. You need to ensure that the client applications invoke Login before invoking any other method. You also need to ensure that client applications cannot consume the service after invoking Logout. Which two action should you perform? ()(Each correct answer presents part of the solution. Choose two.)。A、Replace line 04 with the following code. [OperationContract(IsInitiating = false)]B、Replace line 04 with the following code. [OperationContract(IsInitiating = true, IsTerminating = true)]C、Replace line 07 with the following code. [OperationContract(IsInitiating = false)]D、Replace line 10 with the following code. [OperationContract(IsInitiating = false, IsTerminating = true)]

考题 A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, the application needs to find,in a transparent manner,the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A、Business Delegate and Transfer ObjectB、Business Delegate and Service LocatorC、Front Controller and Business DelegateD、Intercepting Filter and Transfer Object

考题 You are developing a client application that consumes a Windows Communication Foundation (WCF) service. The operation contract is as follows. [OperationContract] [FaultContract(typeof(SalesFault))] string GetSales(string saleId);() The service configuration file contains the following line in the serviceBehaviors section. A divide-by-zero exception is not being handled by the service. You need to ensure that the exception is caught in the client application. Which type of exception should the client catch?()A、TimeoutExceptionB、FaultExceptionC、DivideByZeroExceptionD、FaultExceptionSalesFault

考题 多选题Which two tasks are required to install Service Integration Bus Web Services?()Ainstall the Resource AdapterBconfigure SOAP listener portCdeploy the Service Integration Bus applicationDinstall the Service Data Objects (SDO) RepositoryEcreate a new WebSphere Application Server profile

考题 多选题Your network contains an Active Directory domain named contoso.com. Contoso.com contains  three servers.The servers are configure as shown in the following table.     Server name   Server roel Service   Server1                          Certification authority (CA)   Server2                         Certificate Enrollment Web Service  Server3                          Certificate Enrollment Policy Web Service   You need to ensure that users can manually enroll and renew their certificates by using the  Certificate Enrollment Web Service.     Which two actions should you perform()AConfigure the policy module setting.BConfigure the issuance requeriments for the certificate templates.CConfigure the Certificate Services Client - Certificate Enrollment Policy Group Policy setting.DConfigure the delegation setting for the Certification Enrollment Web Service application pool account.

考题 单选题A company has a high business value JAX-WS provider Web Service and cannot afford to lose any messages.  What kind of quality of service should be used in conjunction with WS-ReliableMessaging?()A  Managed persistentB  Managed non-persistentC  Unmanaged non-persistentD  Managed persistent and Transaction (enableTransactionalOneWay)E  Managed non-persistent and Transaction (enableTransactionalOneWay)F  Unmanaged non-persistent and Transaction (enableTransactionalOneWay)

考题 单选题A developer used wsimport to generate the skeleton code for a Web service implementation. What is the purpose of the generated ObjectFactory class?()A  The ObjectFactory class is the generated Service Endpoint Interface classB  The ObjectFactory class is the generated service provider class that is used by the JAX-WS client.C  The ObjectFactory class takes the targetNamespace value and creates the directory structure.D  The ObjectFactory class allows you to programatically construct new instances of the Java representation for XML content.

考题 多选题Which of the following is used to invoke a Web service from an unmanaged client?()AJAX-WS dispatch APIBDeployment descriptorC@Resource annotationD@WebServiceRef annotationEService and Interface classes