PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should be done?

DRAG DROP
There are four WCF (Windows Communication Foundation) services.
These services are hosted within MS IIS (Internet Information Services) application
PassGuideApp.
PassGuideApp must be tweaked so that every service and endpoint has a limit of 40 concurrent
calls, and a limit of concurrent seasons to 20.
In the web-config file there is no behavior configuration.
What should be done?

How can you obtain the debug version of JavaScipt service?

Exhibit:
<script typeetext/javaScript src=”Services/PassGuideService.svc/js”/>
There is a resful WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is hosted by the ASP.NET application PassGuideApp.
PassGuideApp hosts PassGuideService at location /Services/PassGuideService.svc.
Client access PassGuideService through a JavaScript resource.
See exhibit for an explicit page markup reference to PassGuideService.
How can you obtain the debug version of JavaScipt service? Select two or three.

How can this be achieved?

DRAG DROP
You are employed as a developer at PassGuide.com.
There is a WCF (Windows Communication Foundation) service PassGuideService.
basicHttpBinding is used by the PassGuideService endpoint for its binding.
At the moment clear text messages are allowed but now you need to ensure that the messages
are encrypted when they are sent over the PassGuide.com network.
How can this be achieved?

How can you enforce this behavior with WCF discovery?

DRAG DROP
There is a WCF (Windows Communication Foundation) client application PassGuideApp.
There are two service interfaces PassGuide1 and PassGuide2.
PassGuideApp consumes PassGuide1 and PassGuide2.
You must make sure that PassGuideApp detects services that implement PassGuide1 and
PassGuide2.
Assume that the services to be detected are already online or comes online within 45 seconds.
How can you enforce this behavior with WCF discovery?