Salesforce-MuleSoft-Integration-Foundations Practice Test
Salesforce Spring 25 Release 59 Questions
An integration architect is designing an API that must accept requests from API clients for
both XML and JSON content over HTTP/1 1 by default.
Which API architectural style when used for its intended and typical purposes, should the
architect choose to meet these requirements?
A. SOAP
B. GraphQL
C. REST
D. gRPC
C. REST
Explanation:
REST (Representational State Transfer) is an architectural style commonly
used for designing networked applications, particularly APIs that need to handle multiple
content types over HTTP. Here’s a detailed explanation: