1. Alfresco Content Services Documentation, Alfresco Sync Service 3.4, "Sync Service overview": This document describes the architecture, stating, "The repository is configured to send messages to a message queue... when content is created, updated, or deleted. The Sync Service consumes messages from the queue...". This event stream of content changes serves as the audit trail required for synchronization.
2. Alfresco Content Services Documentation, Alfresco Sync Service 3.4, "Configuring Sync Service": The configuration details show properties for connecting to the source and target repositories. While authentication properties (sync.target.auth.) are present and required for the connection, the fundamental logic of synchronization depends on the event messages detailing content changes, which aligns with the concept of an audit trail.
3. Alfresco Content Services Documentation, "Audit Service": The official Audit Service documentation explains its purpose is to "log a complete trail of all the activities that are performed on a record". The Synchronization Service relies on a similar, purpose-built trail of activities specifically for content changes to perform its function. The exam question uses "Audit feature" to refer to this required change-tracking capability.