Exam Mule-101 Topic 5 Question 31 Discussion

Actual exam question for Salesforce's Mule-101 exam
Question #: 31
Topic #: 5
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.

Suggested Answer: A Vote an answer

REST (Representational State Transfer): REST is an architectural style that allows resources to be represented in multiple formats (Media Types)5555.
Versatility: Unlike SOAP (which is strictly XML), a RESTful API can easily support both JSON and XML representations of the same resource, often determined by the Accept or Content-Type headers.
Why others are incorrect:
SOAP: Strictly uses XML.
GraphQL: Typically uses JSON for both queries and responses.
gRPC: Uses Protocol Buffers (binary), not human-readable JSON/XML by default.

by Sheila at Jul 25, 2026, 07:13 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10