ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 13 - MCIA Level 1 Maintenance 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 stillmaintaining HTTP semantics, such as verbs, methods, and headers. It came into use in 2015, andoffers several methods to decrease latency, especially when dealing with mobile platforms andserver-intensive graphics and videos* Currently, Mule application can have API policies only for Mule application that accepts requestsover HTTP/1x

asked 18/09/2024
Fermin Paneque Cabrera
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first