Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Integration Architect All Questions

View all questions & answers for the Certified Integration Architect exam

Exam Certified Integration Architect topic 1 question 124 discussion

Actual exam question from Salesforce's Certified Integration Architect
Question #: 124
Topic #: 1
[All Certified Integration Architect Questions]

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?

  • A. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  • B. Set the Salesforce debug logs level to “finest” and add the user Id running the job to monitor in the “Debug Logs” in the setup menu.
  • C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
BorisBoris
1 week ago
Answer A. Not B because it doesn't address specific errors and it relies on a dev manually checking the error log. Not C, because, in Salesforce, we wouldn't want devs monitoring logs outside of Sf. A is the best because it addreses the problem technically and provides an automated and reportable way to monitor a regular (nightly) batching operation. This way the CIO, the Admin or Dev can simply view the report.
upvoted 1 times
...
Paul421
5 months ago
Selected Answer: A
I'd use the trigger, and write to a custom object, and list view
upvoted 2 times
...
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.

SaveCancel
Loading ...