Salesforce-MuleSoft-Platform-Architect Practice Test
Salesforce Spring 25 Release 152 Questions
A Mule 4 API has been deployed to CloudHub and a Basic Authentication - Simple policy has been applied to all API methods and resources. However, the API is still accessible
by clients without using authentication. How is this possible?
A. The APE Router component is pointing to the incorrect Exchange version of the APT
B. The Autodiscovery element is not present, in the deployed Mule application
C. No… for client applications have been created of this API
D. One of the application’s CloudHub workers restarted
B. The Autodiscovery element is not present, in the deployed Mule application
Explanation:
Applying policies in API Manager requires that the Mule application be linked via API Autodiscovery. Without the configuration element (and the correct client ID/secret for that environment), the deployed app has no awareness of the API Manager policies and will continue to accept all requests. Adding the Autodiscovery element re-establishes that link, enabling the Basic Authentication policy to take effect.