A developer has created the first version of an API designed for business partners to work commodity prices. What should developer do to allow more than one major version of the same API to be exposed by the implementation?
A. In Design Center, open the RAML and modify each operation to include the majorversion number
B. In Anypoint Studio, generate scaffolding from the RAML, and the modify the<http:listerner> in the generated flows to include a parameter to replace the versionnumber
C. In Design Center, open the RAML and modify baseUn to include a variable thatindicates the version number
D. In Anypoint Studio, generate scaffolding from the RAML, and then modify the flownames generated by APIKit to include a variable with the major version number
An API has been developed and deployed to CloudHub Among the policies applied to this API is an allowlist of IP addresses. A developer wants to run a test in Anypoint Studio and does not want any policies applied because their workstation is not included in the allowlist. What must the developer do in order to run this test locally without the policies applied?
A. Create a properties file specifically for local development and set the API instance ID toa value that is not used in API Manager
B. Pass in the runtime parameter ‘’-Danpow.platform.gatekeeper=disabled’’
C. Deactivate the API in API Manager so the Autodiscovery element will not find theapplication when it runs in Studio
D. Run the test as-s, with no changes because the Studio runtime will not attempt toconnect to API Manager
Refer to the exhibit. What required changes can be made to give a partial successful response in case the United Airlines API returns with a timeout?
A. Add a Scatter-gather component inside a Try scope.Set the payload to a default value ‘Error’ inside the error handler using the On ErrorPropagate scope.
B. Add Flow Reference components inside a Try scope.Set the payload to a default value’’ insider the error handler using the ON Error Continuescope
C. Add Flow Reference components inside a Try scope Set the payload to a default value ‘’ inside the error handler using the On Error Propagate scope
D. Add a Scatter-Gather component inside a Try scope.Set the payload to a default value ‘Error’’ inside the error handler using the On ErrorContinue scope.
Mule application A is deployed to CloudHub and is using Object Store v2. Mute application B is also deployed to CloudHub. Which approach can Mule application B use to remove values from Mule application A’S Object Store?
A. Object Store v2 REST API
B. CloudHub Connector
C. Object Store Connector
D. CloudHub REST API
Which statement is true about using mutual TLS to secure an application?
A. Mutual TLS requires a hardware security module to be used
B. Mutual TLS authenticates the identity of the server before the identity of the client
C. Mutual TLS ensures only authorized end users are allowed to access an endpoint
D. Mutual TLS increases the encryption strength versus server-side TLS alone
A Mule application need to invoice an API hosted by an external system to initiate a process. The external API takes anywhere between one minute and 24 hours to compute its process. Which implementation should be used to get response data from the external API after it completes processing?
A. Use an HTTP Connector to invoke the API and wait for a response
B. Use a Scheduler to check for a response every minute
C. Use an HTTP Connector inside Async scope to invoice the API and wait for a response
D. Expose an HTTP callback API in Mule and register it with the external system
Two APIs are deployed to a two-node on-prem cluster. Due to a requirements change, the two APIs must communicate to exchange data asynchronously.
A. If the two APIs use the same domain, the VM Connector can be leveraged
B. The VM Connector is used to inter-application communication, so it is not possible touse the VM Connector
C. Instead of using the VM Connector use <flow-ref>directly
D. It is not possible to use the VM Connector since the APIs are running in a cluster modeand each mode has it own set of VM Queues
The HTTP Request operation raises an HTTP CONNECTIVITY error. Which HTTP status code and body are returned to the web client?
A. HTTP Status Code:200.Body ‘Error in processing your request
B. HTTP Status Code:500.Body ‘The HTTP CONNECTIVITY Error description
C. HTTP Status Code:500.Body ‘Error in processing your request
D. HTTP Status Code:500.Body ‘Error in processing your request
The Center for Enablement team published a common application as a reusable module to the central Nexus repository. How can the common application be included in all API implementations?
A. Download the common application from Naxus and copy it to the src/main/resources folder in the API
B. Copy the common application’s source XML file and out it in a new flow file in thesrc/main/mule folder
C. Add a Maven dependency in the PCM file with multiple-plugin as <classifier>
D. Add a Maven dependency in the POM file with jar as <classifier>
Multiple individual Mute application need to use the Mule Maven plugin to deploy to CloudHub. The plugin configuration should .. reused where necessary and anything project, specific should be property-based. Where should the Mule Maven details be configured?
A. A parent pom.xml
B. Settings, xml
C. Pom, xml
D. A Bill of Materials (BOM) parent pm