Salesforce Certified Integration Architect — Question 17
Universal Containers (UC) is a leading provider of management training globally. UC requested students' course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?
Answer options
- A. Platform Event
- B. Streaming API
- C. Change Data Capture (CDC)
- D. Outbound Message
Correct answer: C
Explanation
Change Data Capture (CDC) is the correct answer because it allows for real-time tracking of changes in the Salesforce database and can sync updates directly to the LMS. The other options, while useful for various integration needs, do not provide the same level of automated data tracking and synchronization for changes as CDC does.