Which Exchange asset type represents a complete API specification in RAML or OAS format?
Options:
A.
Connectors
B.
REST APIs
C.
API Spec Fragments
D.
SOAP APIs
Answer:
B
Explanation:
Explanation:
In MuleSoft's Anypoint Exchange, a complete API specification in RAML (RESTful API Modeling Language) or OAS (OpenAPI Specification) format is represented as a "REST API". This asset type provides a comprehensive description of the API, including endpoints, methods, request/response structures, and other relevant details. It serves as the blueprint for implementing and consuming the API, ensuring that all stakeholders have a clear understanding of its functionality and design.
Other asset types like connectors, API spec fragments, and SOAP APIs represent different components or partial specifications, but only REST APIs provide the full specification in the mentioned formats.
References
MuleSoft Anypoint Exchange Documentation
API Specification Documentation on RAML and OAS
Question 81
How does timeout attribute help inform design decisions while using JMS connector listening for incoming messages in an extended architecture (XA) transaction?
Options:
A.
After the timeout is exceeded, stale JMS consumer threads are destroyed and new threads are created
B.
The timeout specifies the time allowed to pass between receiving JMS messages on the same JMS connection and then after the timeout new JMS connection is established
C.
The time allowed to pass between committing the transaction and the completion of the mule flow and then after the timeout flow processing triggers an error
D.
The timeout defines the time that is allowed to pass without the transaction ending explicitly and after the timeout expires, the transaction rolls back