From which application, Organization Administrators can approve/revoke/delete SLA tier access requests
From which application, Organization Administrators can approve/revoke/delete SLA tier access requestsA . API ExchangeB . API PortalC . API GatewayD . API ManagerView AnswerAnswer: D Explanation: Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only
How routing will take place in this scenario?
There are three routes configured for Scatter-Gather and incoming event has a payload is an Array of three objects . How routing will take place in this scenario?A . Incoming array objects would be split into three and each part would be sent to one route each in sequential mannerB...
What is the best API fault-tolerant invocation strategy to reduce overall errors in the process API, given these conditions and constraints?
A system API is deployed to a primary environment as well as to a disaster recovery (DR) environment, with different DNS names in each environment. A process API is a client to the system API and is being rate limited by the system API, with different limits in each of...
What messages are written in the application log?
Refer to the exhibits. All three of the conditions for the Choice router are true . What messages are written in the application log?A . Route1B . Route2C . Route1, Route2D . Route1, Route2, DefaultView AnswerAnswer: A Explanation: Only one of the routes in the Choice router executes, meaning that...
What do the API invocation metrics provided by Anypoint Platform provide?
What do the API invocation metrics provided by Anypoint Platform provide?A . ROI metrics from APIs that can be directly shared with business usersB . Measurements of the effectiveness of the application network based on the level of reuseC . Data on past API invocations to help identify anomalies and...
What is the best way to configure and use Anypoint Platform to support integrations with both the cloud-based SaaS systems and on-premises systems?
An organization uses various cloud-based SaaS systems and multiple on-premises systems. The on-premises systems are an important part of the organization's application network and can only be accessed from within the organization's intranet. What is the best way to configure and use Anypoint Platform to support integrations with both the...
Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?
A Mule application contains a global error handler configured to catch any errors. Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?A . A configuration properties fileB . Nowhere, the global error handler is automatically...
What is a best practice when building System APIs?
What is a best practice when building System APIs?A . Document the API using an easily consumable asset like a RAML definitionB . Model all API resources and methods to closely mimic the operations of the backend systemC . Build an Enterprise Data Model (Canonical Data Model) for each backend...
In what type of API implementation does MuleSoft recommend adding an API proxy to enforce the Client ID Enforcement policy, rather than embedding the policy directly in the application's JVM?
An organization wants to make sure only known partners can invoke the organization's APIs. To achieve this security goal, the organization wants to enforce a Client ID Enforcement policy in API Manager so that only registered partner applications can invoke the organization's APIs. In what type of API implementation does...
What attribute you would change in ClientRequestFlow to make this implementation work successfully?
Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP: METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow. What attribute you would change in ClientRequestFlow to make this implementation work successfully?...