What is the most resource-efficient solution to comply with these requirements, while having the least impact on other applications that are currently using the APIs?


Mule applications that implement a number of REST APIs are deployed to their own subnet that is inaccessible from outside the organization.

External business-partners need to access these APIs, which are only allowed to be invoked from a separate subnet dedicated to partners – called Partner-subnet. This subnet is accessible from the public internet, which allows these external partners to reach it.

Anypoint Platform and Mule runtimes are already deployed in Partner-subnet. These Mule runtimes can already access the APIs.

What is the most resource-efficient solution to comply with these requirements, while having the least impact on other applications that are currently using the APIs?
A . Implement (or generate) an API proxy Mule application for each of the APIs, then deploy the API proxies to the Mule runtimes.
B . Redeploy the API implementations to the same servers running the Mule runtimes.
C . Add an additional endpoint to each API for partner-enablement consumption.
D . Duplicate the APIs as Mule applications, then deploy them to the Mule runtimes.

Answer: C

Leave a Reply

Your email address will not be published.