Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Service Oriented Architecture (SOA)
Exam 4: Advanced SOA Design & Architecture (S90-08A)
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The Process Centralization pattern is a part of which compound pattern?
Question 22
Multiple Choice
A service composition architecture with the following requirements needs to be created: 1. Services will have different periods of availability. 2. Sometimes the destination of a message cannot be determined until runtime. 3. All the services do not support the same messaging protocol. Of the following choices, which patterns should be used to address these requirements?
Question 23
Multiple Choice
When applying the Process Abstraction and Process Centralization patterns together, non-agnostic business process logic is:
Question 24
Multiple Choice
Which pattern can be applied together with the Intermediate Routing pattern to facilitate a service agent needing to perform runtime message routing based on business rules?
Question 25
Multiple Choice
Which of the following statements accurately describes the difference between the Atomic Service Transaction pattern and the Compensating Service Transaction pattern?
Question 26
Multiple Choice
Which of the following statements is true?
Question 27
Multiple Choice
Which of the following is a common problem associated with the application of the Policy Centralization pattern?
Question 28
Multiple Choice
Which of the following statements is true?
Question 29
Multiple Choice
Assuming you have technical service contracts for SOAP-based Web services, you can apply the ___________ pattern through the use of ___________.
Question 30
Multiple Choice
The Invoice service in an accounting firm is heavily reused by different service compositions. The owners of the service decide to protect its integrity by disallowing access to any part of its underlying implementation and further want to avoid the risk of having this service create a single point of failure. Which two patterns should they apply in order to accomplish this goal?
Question 31
Multiple Choice
Which of the following statements about the Schema Centralization pattern does not make sense?
Question 32
True/False
Technical service contracts that use the same XML schemas will support the exchange of messages based on the same data models.
Question 33
True/False
In order to realize the failover support provided by the application of the Redundant Implementation pattern, the Intermediate Routing pattern also needs to be applied so that services can be load balanced.