Certified Integration Architect Exam QuestionsBrowse all questions from this exam

Certified Integration Architect Exam - Question 68


Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the Bulk API. The CIO is curious about monitoring recommendations for the jobs from the technical architect.

Which recommendation will help meet the requirements?

Show Answer
Correct Answer: C

Using the getBatchInfo method in the Java application to monitor the status of the jobs is the most appropriate recommendation. This method will provide real-time updates on the job status directly within the custom Java application that is responsible for initiating the bulk loads. This approach allows for more integrated and immediate feedback on the status of the batch jobs without the need to switch contexts between Salesforce and the external system. It also avoids additional complexity and overhead involved in implementing error logging through Apex triggers and custom objects in Salesforce.

Discussion

1 comment
Sign in to comment
Paul421Option: A
Jun 3, 2024

I'd use the trigger, and write to a custom object, and list view