Salesforce-MuleSoft-Platform-Architect Practice Test
Salesforce Spring 25 Release 152 Questions
What Mule application can have API policies applied by
Anypoint Platform to the endpoint exposed by that Mule application?
A) A Mule application that accepts requests over HTTP/1.x
B) A Mule application that accepts JSON requests over TCP but is NOT required to provide a response
C) A Mute application that accepts JSON requests over WebSocket
D) A Mule application that accepts gRPC requests over HTTP/2
A. Option A
B. Option B
C. Option C
D. Option D
A. Option A
Explanation:
API policies in API Manager and Flex Gateway operate at the HTTP layer. Only Mule applications exposing HTTP/1.x endpoints via an HTTP Listener can have policies applied directly by the platform. Protocols like raw TCP, WebSockets, or gRPC over HTTP/2 fall outside the scope of MuleSoft’s API Management policies. The External Authorization policy, for instance, explicitly forwards “incoming client HTTP requests” to an authorization service, illustrating that policies target HTTP traffic.