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

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which of the following statements are false?

Select all that apply, then click Submit answer.

  • Using the Reliable Messaging pattern can improve the quality of messaging-based communication.

  • The Reliable Messaging pattern is applied to databases, not services.

  • The Reliable Messaging pattern is one of the patterns that can be associated with the Enterprise Service Bus compound pattern.

  • The Reliable Messaging pattern is always applied together with the Atomic Service Transaction pattern.

Question 5

The application of the Redundant Implementation pattern helps increase the autonomy of:

Select all that apply, then click Submit answer.

  • redundantly deployed services

  • service agents that perform load-balanced access to services that are not redundantly deployed

  • compositions that compose redundantly deployed services

  • core service logic contained within services that do not rely on the redundantly deployed service

Question 6

Assuming the Reliable Messaging pattern is successfully applied, which of the following statements is correct?

Select an option, then click Submit answer.

  • A service agent intercepts and stores a message from the service consumer. The service agent then returns an acknowledgement back to the service consumer. Next, the service agent forwards the message to the service and when it receives an acknowledgement back from the service, it deletes the message.

  • A service agent intercepts and stores a message from the service consumer. The service agent then forwards the message to the service. Next, the service agent receives an acknowledgement from the service, which it returns to the service consumer. Finally, the service agent deletes the message and related acknowledgements.

  • The service consumer stores the message and forwards it to a service agent, which issues an acknowledgement back to the service consumer. The service agent then forwards the message to the service and when it receives an acknowledgement from the service, the service agent informs the service consumer so that it can delete the message and the acknowledgement.

  • None of the above.