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?
Which action should be taken?
DRAG DROP
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is going to be moved from development into production.
In order to check the performance and health of PassGuideService you intend to enable all
performance counter instances exposed by the ServiceModelService 40.0.0 counter group.
Which action should be taken?
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 enforced?
You are employed as a developer at PassGuide.com.
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is based on WSHttpBinding.
Now you need to make sure that each caller must be authenticated on every call.
You also prevent caching of request token.
How can this be enforced? Choose 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?
Which binding element should be used to be able to use a customized message-level security binding?
Which class should be used?
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?
How can this be enforced?
You are employed as a developer at PassGuide.com.
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is self-hosted.
During authentication PassGuideService must provide a certifixate of type X.509.
How can this be enforced? Select two.
How can you ensure that calls are authorized with these roles?
There is a WCF (Windows Communication Foundation) service PassGuideService.
There are application-defined roles stored in a database PassGuideDB.
PassGuideService uses a list of the roles stored in PassGuideDB.
How can you ensure that calls are authorized with these roles? >Select two.