Which statement is true about using ConnectApi namespace (also called Chatter in Apex)? (Choose two.)
Which statement is true about using ConnectApi namespace (also called Chatter in Apex)? (Choose two.)
Chatter in Apex methods honor the 'with sharing' and 'without sharing' keywords, meaning they respect the sharing settings of the context in which they are executed. Moreover, these methods do not run in system mode; they run in the context of the current user. This ensures that the current user's permissions and sharing rules are enforced during these operations.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_differences.htm
Also refer this https://developer.salesforce.com/docs/atlas.en-us.210.0.apexcode.meta/apexcode/connectAPI_TestingApex.htm
correct ans is AC