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
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
A Mule application defines as SSL/TLS keystore properly "tis,keystore.keyPassword'' as secure. How can this property be referenced to access its value within the application?
A. #{secure::tiskeystore,keyPassowrd}
B. ${secure::tiskeystore,keyPassowrd}
C. ${secure::tiskeystore,keyPassowrd}
D. p{secure::tiskeystore,keyPassowrd}
Refer to the exhibit.

What is the result of the Mule Maven Plugin configuration of the value of property its,keystorePassoword in CloudHub 2.0?
A. CloudHub encrypts the value
B. The Mule server encrypts the value
C. Anypoint Studio secures the value
D. Runtime Manager masks the value
Which properties are mandatory on the HTTP Connector configuration in order to use the OAuth 2.0 Authorization Code grant type for authentication?
A. External callback URL, access token URL, client ID response access token
B. Token URL, authorization URL, client ID, client secret local callback URL
C. External callback URL, access token URL, client ID, response refresh token
D. External callback URL, access token URL, local authorization URL, authorization URL, client ID, client secret
A scatter-gather router is configured with four routes:Route A, B, C and D. Route C false.
A. Error,errorMesage.payload.results ["2']
B. Payload failures["2']
C. Error,errorMessage,payload.failures["2']
D. Payload ["2']
A company has been using CI/CD. Its developers use Maven to handle build and deployment activities. What is the correct sequence of activities that takes place during the Maven build and deployment?
A. Initialize, validate, compute, test, package, verify, install, deploy
B. Validate, initialize, compile, package, test, install, verify, verify, deploy
C. Validate, initialize, compile, test package, verify, install, deploy
D. Validation, initialize, compile, test, package, install verify, deploy
A heathcare customer wants to use hospital system data, which includes code that was developed using legacy tools and methods. The customer has created reusable Java libraries in order to read the data from the system. What is the most effective way to develop an API retrieve the data from the hospital system?
A. Refer to JAR files in the code
B. Include the libraries writes deploying the code into the runtime
C. Create the Java code in your project and invoice the data from the code
D. Install libraries in a local repository and refer to it in the pm.xml file
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 to a 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 the application when it runs in Studio
D. Run the test as-s, with no changes because the Studio runtime will not attempt to connect to API Manager
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 major version number
B. In Anypoint Studio, generate scaffolding from the RAML, and the modify the
C. In Design Center, open the RAML and modify baseUn to include a variable that indicates the version number
D. In Anypoint Studio, generate scaffolding from the RAML, and then modify the flow names generated by APIKit to include a variable with the major version number