Refer to the exhibit.

The Database Select operation returns five rows from a database. What is logged by the Logger component?
Refer to the exhibits.

What payload and quantity are togged at the end of the main flow?
Refer to the exhibits.

This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.
Next set of requirement is to have a setPayload transformer which will set below two values
1) orderkey which needs to set to be equal to the order element received in the original request payload.
2) addressKey which needs to be set to be equal to the address received in response of ShippingAddress flow
What is the straightforward way to properly configure the Set Payload transformer with the required data?


A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below
Refer to the exhibits.


The Batch job processes an array of strings.
What information is logged by the logger component after the batch job scope completes processing of the input payload?
A mule project contains MySQL database dependency . The project is exported from Anypoint Studio so that it can be deployed to Cloudhub. What export options needs to be selected to create the smallest deployable archive that will successfully deploy to Cloudhub?
Refer to the exhibits.


The Validation component in the Try scope throws an error.
What response message is returned to a client request to the main flow ' s HTTP Listener?
The Validation component in the Try scope throws an error. What response message is returned to a client request to the main flow ' s HTTP Listener?
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
A Mule application contains two HTTP Listeners, each configured for different API endpoints: http://acme.com/apis/orders and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?
How does APIkit determine the number of flows to generate from a RAML specification?
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
Refer to the exhibits. The Mule application is stopped at the breakpoint in Anypoint Studio. A watch expression Is set to the counter variable.
What value is displayed for this watch expression?

Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?

Refer to the exhibits. APIKit router is used to generate the flow components for RAML specification.
The Mule application must be available to REST clients using the two URL ' s
http://localhost:8081/internal and http://localhost:8081/external
How many APIKit Router components are generated to handle requests to every endpoint defined in RAML specification?
1. Library.raml
2. /books
3. get:
4. post:
5. /order:
6. get
7. patch
8. /members
9. get:
Refer to the exhibits.

The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.
What is the minimum number of global elements that must be defined to support all these HTTP Listeners?
What is the default port used by Mule application debugger configuration in Anypoint Studio?
Refer to the exhibits.


A web client sends a POST request with the payload { " oid " : " 1000 " , " itemid " : " AC200 " , " qty " : " 4 " } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY error.
What response message is returned to the web client?
Refer to the exhibit.
In the execution of the Scatter-Gather, the " steep 1 sec " Flow Reference takes about 1 second to complete, and the " sleep 5 sees " Row Reference takes about 5 seconds to complete.
About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

What is the correct way to format the decimal 200.1234 as a string to two decimal places?
Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
What is valid RAML to specify a method to update the details for a specific department?
A)

B)

C)

D)

What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?
Which of the following is invalid type of event processor which can be used as a router ?
Refer to the exhibit.

The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference . ACME/DataTypes/PlanDataType.raml.
What is a valid RAML specification that reuses the Plan data type?
A)

B)

C)

D)

A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?
Refer to the exhibits.

The Mule application does NOT define any global error handlers.
The Validation component in the private flow throws an error
What response message is returned to a web client request to the main flow ' s HTTP Listener?

Refer to the exhibits.


A web client sends a POST request to the HTTP Listener with the payload " Hello- " . What response is returned to the web client?
What response is returned to the web client?
A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named accountType.
What is the correct DataWeave expression to log accountType?
A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code.
What is the correct DataWeave code to define the newProdCode function?
Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?


Refer to the exhibits.


Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid expression can be used to so that HTTP configuration can pick the value from configuration file?
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?
Refer to the exhibit.

What Database expression transforms the input to the output?
A)

B)

C)

D)

In the execution of scatter gather, the " sleep 2 sec " Flow Reference takes about 2 sec to complete, and the " sleep 8 sec " Flow Reference takes about 8 sec to complete.
About how many sec does it take from the Scatter-Gather is called until the " Set Payload " transformer is called?

Which Mule component provides a real-time, graphical representation of the APIs and mule applications that are running and discoverable?
What module and operation will throw an error if a Mule events payload is not number ?
Refer to the exhibits. The webClient flow sends requests to the mockServer Row ' s HTTP Listener.
An HTTP: METHOD_NOT ALLOWED error is thrown each time the webClient flow executes.
What attribute value must be changed in the webClient flow ' s HTTP Request operation to prevent this error from being thrown?
Refer to the exhibits.


A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
Which file is used to define the interface contract to invoke a web service implemented as a SOAP service
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?

A)

B)

C)

D)

An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?
Refer to the exhibits.

What payload and variable are logged at the end of the main flow?

Refer to the exhibits.
A web client sends sale data in a POST request to the Mule application. The Transform Message component then enrich the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?

Refer to the exhibit.

A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
Where are values of query parameters stored in the Mule event by the HTTP Listener?
Refer to the exhibits.

The Mule application implements a REST API that accepts GET requests from web clients on the URLs: http://acme com/order/status and http:Vacme.com/customer/status.
What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?
A Utlility.dwl is located in a Mule project at src/main/resources/modules. The Utility.dwl file defines a function named encryptString that encrypts a String What is the correct DataWeave to call the encryptString function in a Transform Message component?
A Mule project contains a DataWeave module file WebStore dvA that defines a function named loginUser The module file is located in the projects src/main/resources/libs/dw folder
What is correct DataWeave code to import all of the WebStore.dwl file ' s functions and then call the loginUser function for the login " cindy.park@example.com " ?
A)

B)

C)

D)

Refer to the exhibits.


A web client submits the request to the HTTP Listener. What response message would be returned to web client?
What statement is a part of MuleSoft ' s description of an application network?
Refer to the exhibits.

The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing?
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?
Refer to the exhibits.


The Batch Job scope processes the array of strings
After the Batch Job scope completes processing the input payload what information is logged by the Logger component?
A)

B)

C)

D)

Refer to the exhibits.


In the Choice router, the When expression for the domesticShipping route is set to " #[payload = ' FR ' ] " . What is logged after the Choice router completes?
Refer to the exhibit.

What is the response to a web client request to http://localhost:8081 ?