1. SAP Help Portal
SAP Customer Data Cloud Guide
"IdentitySync": This guide introduces IdentitySync as a data integration and ETL platform. The "Data Flows" section explains its core function: "A data flow is a script that defines a single data transfer: extracting data from a source
transforming it
and writing it to a destination." This supports the general premise of options A
B
and D.
2. SAP Help Portal
SAP Customer Data Cloud Guide
"IdentitySync - Component Repository": This section details the available components.
The dataSource.readFromCDC and dataWriter.writeToCDC components confirm that data can be transferred from one CDC site to another (Answer A) and that external data can be written to CDC (Answer D).
The existence of various writers like dataWriter.writeToS3
dataWriter.writeToSFTP
and specific marketing platform connectors demonstrates the ability to channel CDC data into other platforms (Answer B).
The repository shows no component for directly sending emails (mailer.sendEmail) or for generic SQL execution (database.executeSQL)
confirming that C and E are incorrect functions.