Which three are proper applications of Oracle Service Bus?
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
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.
✅ OSB enables protocol translation and transport mediation without modifying the backend service.
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.
✅ OSB supports dynamic routing and message transformation based on content.
E. A request for a background check is conditionally routed between multiple third-party validation services with different service-level agreements. Remediation must be handled if any one fails.
✅ OSB allows conditional routing and supports SLA enforcement, ensuring that requests are handled based on predefined agreements.
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."
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.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
xyz123567890
2 weeks, 5 days agoyisus
4 years, 8 months ago