ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - Certified MuleSoft Integration Architect I discussion

Report
Export

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/1x
Answers
A.
A Mule application that accepts requests over HTTP/1x
B.
A Mule application that accepts JSON requests over TCP but is NOT required to provide a response.
Answers
B.
A Mule application that accepts JSON requests over TCP but is NOT required to provide a response.
C.
A Mule application that accepts JSON requests over WebSocket
Answers
C.
A Mule application that accepts JSON requests over WebSocket
D.
A Mule application that accepts gRPC requests over HTTP/2
Answers
D.
A Mule application that accepts gRPC requests over HTTP/2
Suggested answer: A

Explanation:

* HTTP/1.1 keeps all requests and responses in plain text format.

* HTTP/2 uses the binary framing layer to encapsulate all messages in binary format, while still maintaining HTTP semantics, such as verbs, methods, and headers. It came into use in 2015, and offers several methods to decrease latency, especially when dealing with mobile platforms and server-intensive graphics and videos

* Currently, Mule application can have API policies only for Mule application that accepts requests over HTTP/1x

asked 23/09/2024
Laurence Peterson
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first