MCPA-Level-1 Exam Question 1

The responses to some HTTP requests can be cached depending on the HTTP verb used in the request.
According to the HTTP specification, for what HTTP verbs is this safe to do?
  • MCPA-Level-1 Exam Question 2

    An organization has created an API-led architecture that uses various API layers to integrate mobile clients with a backend system. The backend system consists of a number of specialized components and can be accessed via a REST API. The process and experience APIs share the same bounded-context model that is different from the backend data model. What additional canonical models, bounded-context models, or anti-corruption layers are best added to this architecture to help process data consumed from the backend system?
  • MCPA-Level-1 Exam Question 3

    What is a best practice when building System APIs?
  • MCPA-Level-1 Exam Question 4

    What is the most performant out-of-the-box solution in Anypoint Platform to track transaction state in an asynchronously executing long-running process implemented as a Mule application deployed to multiple CloudHub workers?
  • MCPA-Level-1 Exam Question 5

    When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon.
    This is the only downstream API dependency of that upstream API.
    Assume the downstream API runs uninterrupted without crashing. What is the impact of this advice?