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

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

Which of the following is MOST likely to improve the performance of SOAP-based Web services?()

  • A、 Use message level security
  • B、 Use fine-grained Web services
  • C、 Use document/literal instead of RPC/encoded
  • D、 Avoid stale data in the UDDI registry by turning off caching

参考答案

更多 “Which of the following is MOST likely to improve the performance of SOAP-based Web services?()A、 Use message level securityB、 Use fine-grained Web servicesC、 Use document/literal instead of RPC/encodedD、 Avoid stale data in the UDDI registry by turning off caching” 相关考题
考题 Bob, a support technician, is trying to locate a particular registry key using REGEDIT.EXE, on aWindows 2000 PC. Which of the following is the BEST method of doing this?() A. Use the import function from the File menu.B. Use the find function in the Edit menu.C. Use the display binary data function in the View menu.D. Navigate through the registry sub-trees.

考题 Which of the following networks would MOST likely require EGP routing?() A. Networks that use OSPF in addition to static routesB. Networks with classless Internet domain routingC. Networks with multiple ISPsD. Networks that use encryption

考题 When planning for a logically partitioned system,which of the following should be used as part of a review to ensure that each partition has the required resources? ()A、Use the Workload Estimator capacity planning tool.B、Use prtconf output from legacy systems.C、Use the LPAR Validation Tool.D、Use Performance Management Services.

考题 You are designing a Windows Azure web application.  All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  You need to recommend an approach for enabling single sign-on for domain-authenticated users.   Which two actions should you recommend?()A、 Use Forms authenticationto generate claims.B、 Use Active Directory Federation Services (AD FS) to generate claims.C、 Use SqlMembershipProvider in the web application.D、 Use Windows Identity Foundation in the web application.

考题 You need to design the storage of the loan response message. Which actions or actions should you perform?()A、Use the xml data type to store the message.B、Use a user-defined data type to store the message.C、Use the nvarchar(max) data type to store the message.D、Use a check constraint to validate that the correct tags are used.E、Use an XML schema definition (XSD) to validate that the correct tags are used.F、Use a foreign key constraint to validate that the correct tags are used.

考题 The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()A、 RPC/literalB、 RPC/encodedC、 Document/encodedD、 Document/literalE、 Document/literal wrapped

考题 Which of the following networks would MOST likely require EGP routing?()A、Networks that use OSPF in addition to static routesB、Networks with classless Internet domain routingC、Networks with multiple ISPsD、Networks that use encryption

考题 Which of the following commands would a technician MOST likely use to map a printer from aremote computer?()A、NET USEB、IPCONFIGC、NSLOOKUPD、TRACERT

考题 Which of the following laptop components will MOST likely need replacing within the first threeyears of use?()A、BatteryB、ProcessorC、MemoryD、Backlight

考题 Which of the following services can an administrator use to reduce latency and prioritize the flowof data?()A、Fault toleranceB、RADIUSC、QosD、Load balancing

考题 In a system with high CPU utilization, which of the following will help the MOST to minimize the performance impact of parity overhead in RAID 5?()A、Use all SAS DrivesB、Triple Channel RAMC、Use all Solid State DrivesD、Hardware RAID Controller

考题 Which of the following should a technician MOST likely use to test a RS-232 port?()A、Loopback adapterB、Power supply testerC、The ping commandD、Multimeter

考题 An RPC/encoded Web service experiences poor performance at high message volumes. What can a developer do to improve this performance?()A、 Turn off marshallingB、 Use binary encodingC、 Use RPC/literal encodingD、 Use document/literal encodingE、 Redesign to use more granular messaging

考题 Which WSDL style is suited to sending binary tree nodes as part of a SOAP message?()A、 RPC/literalB、 RPC/encodedC、 Document/encodedD、 Document/literalE、 Document/literal wrapped

考题 You need to design a security strategy for the Web folders and files created by the consultants and the internal Web developers. What are two possible ways to achieve this goal?()A、Require the internal Web developers to use Telnet with Kerberos authentication. Require the consultants to use L2TP with IPSecB、Require the internal Web developers to use Encrypting File System (EFS) over Web Distributed Authoring and Versioning (WebDAV). Require the consultants to use Microsoft.NET Passport authentication with Security Level 0C、Require the internal Web developers to use Web Distributed Authoring and Versioning (WebDAV) over SSL.Require the consultants to use WebDAV over SSLD、Require the internal Web developers to use L2TP with IPSec. Require the consultants to use Encrypting File System (EFS) over Web Distributed Authoring and Versioning (WebDAV)E、Require the internal Web developers to use Web Distributed Authoring and Versioning (WebDAV) over SSL.Require the consultants to use L2TP with IPSec

考题 You are designing a web service that will be hosted in Windows Azure.  The web service will accept and store structured and semi-structured data. The web service must meet the following requirements:   - Update all data within a single transaction.  - Enforce the data structure for structured data within the data store.    You need to recommend an approach for storing the data.  What should you recommend?()A、 Use Windows Azure Queues.B、 Use a single SQL Azure database.C、 Use a single Windows Azure Drive.D、 Use Windows Azure Table storage.

考题 An on-premise application is exposed to external users through a Windows Communication Framework (WCF) service endpoint registered in the Windows Azure AppFabric Service Bus.  You need to recommend an approach for providing transport-level security that maximizes performance and minimizes bandwidth requirements.  What should you recommend?()A、 Use reliable messaging.  Use HTTP for message delivery.B、 Use binary message encoding.  Use TCP for message delivery.C、 Use Plain Old XML (POX) messages.  Use TCP for message delivery.D、 Use Message Transmission Optimization Mechanism (MTOM) message encoding. Use HTTPS formessage delivery

考题 Why would a developer prefer to use SOAP Web services over REST Web services?()A、 To provide message level securityB、 To allow integration with Web 2.0 applicationsC、 To be able to use XML to format response messagesD、 To be able to use the HTTP or HTTPS transport protocols

考题 单选题Which WSDL style is suited to sending binary tree nodes as part of a SOAP message?()A  RPC/literalB  RPC/encodedC  Document/encodedD  Document/literalE  Document/literal wrapped

考题 单选题Which of the following is MOST likely to improve the performance of SOAP-based Web services?()A  Use message level securityB  Use fine-grained Web servicesC  Use document/literal instead of RPC/encodedD  Avoid stale data in the UDDI registry by turning off caching

考题 多选题An RPC/encoded Web service experiences poor performance at high message volumes. What can a developer do to improve this performance?()ATurn off marshallingBUse binary encodingCUse RPC/literal encodingDUse document/literal encodingERedesign to use more granular messaging

考题 单选题Why would a developer prefer to use SOAP Web services over REST Web services?()A  To provide message level securityB  To allow integration with Web 2.0 applicationsC  To be able to use XML to format response messagesD  To be able to use the HTTP or HTTPS transport protocols

考题 多选题Which of the following settings is MOST likely to be controlled through the use of a laptop’sFunction (Fn) key?()AWirelessBBrightnessCSleep ModeDNumPadEPower

考题 单选题You are designing a web service that will be hosted in Windows Azure.  The web service will accept and store structured and semi-structured data. The web service must meet the following requirements:   - Update all data within a single transaction.  - Enforce the data structure for structured data within the data store.    You need to recommend an approach for storing the data.  What should you recommend?()A  Use Windows Azure Queues.B  Use a single SQL Azure database.C  Use a single Windows Azure Drive.D  Use Windows Azure Table storage.

考题 单选题Which of the following should a technician MOST likely use to test a RS-232 port?()A Loopback adapterB Power supply testerC The ping commandD Multimeter

考题 单选题An on-premise application is exposed to external users through a Windows Communication Framework (WCF) service endpoint registered in the Windows Azure AppFabric Service Bus.  You need to recommend an approach for providing transport-level security that maximizes performance and minimizes bandwidth requirements.  What should you recommend?()A  Use reliable messaging.  Use HTTP for message delivery.B  Use binary message encoding.  Use TCP for message delivery.C  Use Plain Old XML (POX) messages.  Use TCP for message delivery.D  Use Message Transmission Optimization Mechanism (MTOM) message encoding. Use HTTPS formessage delivery

考题 单选题The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()A  RPC/literalB  RPC/encodedC  Document/encodedD  Document/literalE  Document/literal wrapped