S90.08 Advanced SOA Design & Architecture (S90-08A)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Based on the publisher and subscriber roles established by the application of the Event-Driven Messaging pattern, which of the following statements are true?

Select all that apply, then click Submit answer.

  • a service, acting as a publisher, issues event notification messages to an event management program that is responsible for broadcasting the messages

  • a service consumer, acting as a subscriber, can selectively subscribe to specific events

  • an intermediate event management program enters the role of subscriber when accepting event subscriptions

  • upon receiving a message associated with an event that a service consumer subscribed to, the service consumer enters the publisher role

Question 2

Assuming you have technical service contracts for SOAP-based Web services, you can apply the ___________ pattern through the use of ___________.

Select all that apply, then click Submit answer.

  • Schema Centralization, XML schemas

  • Message Metadata, SOAP message headers

  • Decoupled Contract, WSDL definitions

  • Policy Centralization, WS-Policy definitions

Question 3

Which of the following statements are false?

Select all that apply, then click Submit answer.

  • The Compensating Service Transaction pattern is often applied by calling one or more "undo" operations provided as service capabilities of the services participating in a composition.

  • A compensating service transaction must be designed independently and without knowledge of the technical service contracts belonging to the composition members.

  • Compensating logic is generally expressed in its own process definition and separated from the overall service composition logic.

  • The Compensating Service Transaction pattern is one of the core patterns that comprise the Enterprise Service Bus compound pattern.