Oracle SOA Suite 12c Essentials — Question 55
Which three are proper applications of Oracle Service Bus?
Answer options
- A. An existing Java web service is made available to clients running transports and protocols not originally planned by the original developers. No modifications to the web service implementation are required.
- B. A request is transformed and routed to an appropriate service endpoint based on the content of the request message. All complexity of the supporting runtime protocol selection is hidden
- C. A request for a large graphics job is split into smaller pieces that are processed in parallel by an existing rendering service. After all of the pieces have been processed, the results are joined to create a single response.
- D. A request containing a complex family tree is validated before being routed to an existing genealogy service. Recursive logic is implemented to validate that all relationships in the tree are consistent.
- E. A request for a background check is conditionally routed between multiple third-party validation services with different service-level agreements. Remediation
Correct answer: A, C, D
Explanation
The correct answers A, C, and D illustrate proper applications of Oracle Service Bus, as they involve transforming, routing, and validating requests without altering underlying services. Option B is incorrect because it suggests that the complexity is hidden rather than managed, and Option E, while involving routing, does not align with the core transformation and validation capabilities that Oracle Service Bus offers.