Regarding the Marketing Cloud SOAP API, the following statements are true:
Most SOAP calls can be synchronous or asynchronous (B) - This means that API calls can either wait for the operation to complete (synchronous) or proceed with other tasks while waiting for the response (asynchronous).
Uses XML in request and response body (C) - The SOAP API utilizes XML for both requests and responses, providing a standardized format for data interchange.
[References:, Salesforce Marketing Cloud SOAP API Overview, Salesforce SOAP API Developer Guide, , ]
Submit