Oracle Field Service Cloud Service 2023 Implementation Essentials — Question 18
You are tasked with testing an integration that uses a REST trigger in Oracle Integration Cloud (OIC). You have successfully configured the REST Adapter, and now you want to verify that the integration functions correctly.
What should you do to test the integration?
Answer options
- A. Export the integration as a .jar file and run it in a local development environment.
- B. Use the “Test” button in the integration designer to create a request, validate the response, and review the execution logs.
- C. Perform a SQL query on the associated database to ensure that the expected data is present.
- D. Manually trigger the integration by sending an email to a specified email address with the required REST parameters.
Correct answer: B
Explanation
The correct answer is B because using the 'Test' button allows you to directly create a request and validate the response within the integration designer, ensuring that everything is functioning as expected. Options A and D involve methods that are not standard for testing integrations in OIC, while option C does not directly verify the functionality of the integration itself.