How does APIkit determine the number of flows to generate from a RAML specification?
Which of the below functionality is provided by zip operator in DataWeave?
Refer to the exhibit.
What expression correctly specifies inputparameters to pass the city and state values to the SQL query?
A)
B)
C)
D)
Refer to the exhibits.
What is the response when a client submits a request
Refer to the exhibit.
The Mule application Is debugged in Any point Studio and stopsat the breakpoint What is the value of the payload displayed In the debugger at this breakpoint?
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
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 thecorrect DataWeave to call the encryptString function in a Transform Message component?
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
Refer to the exhibit.
What should be changed to fix the 415 error?
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?
Refer to the payload.
The Set payload transformer sets the payload to an object. The logger component'smessage attribute is configured with the string "Result #["INFO"++ payload]"
What is the output of logger when this flow executes?
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 equalto 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 fromclients containing the name and order information. Sample request is as below
A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?
An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found out that anotherteam had already built an API that accesses the transaction information they need.
According to MuleSoft, what organization structure could have saved the app team two months of development time?
Refer to theexhibits The Mule application does NOT define any global error handlers.
A web client sends a POST request to the Multi application with this input payload The File Write operation throws a FILECONNECTIVITY error
What response message is returned to the web client?
Refer to the exhibit.
A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
What is output of Dataweave flatten function?
Refer to the exhibits.
The Validation component in the private flow throws an error. What response message is returnedto a client request to the main flow's HTTP Listener?
Where are values of query parameters stored in the Mule event by the HTTP Listener?
What is the difference between a subflow and a sync flow?
Refer to the exhibit. What is the output of logger component?
An API implementation has beendeployed to CloudHub and now needs to be governed. IT will not allocate additional vCore for a new Mule application to act as an API proxy.
What is the next step to preseive the current vCore usage, but still allow the Mule application to be managed by APIManager?
Refer to the below exhibit.
A Mule applicationconfigures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is the valid properties placeholder file to set these values?
What valid RAML retrieves details on a specific customer by its customerId as a URI parameter?
What is the output of Dataweave Mapoperator?
According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?
Refer tothe exhibit.
The main flow is configured with their error handlers. A web client submit a request to the HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error.
What response message is returned?’’
What response message is returned?
How we can scale deployed Mule application vertically on cloudhub?
What is the trait name you would usefor specifying client credentials in RAML?
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?
Refer to the exhibits.
What DataWeave expression transforms the conductorIds array to the XML output?
An API instance of type API endpoint with API proxy is created in API manager using an API specification from Anypoint Exchange. The API instance is also configuredwith an API proxy that is deployed and running in CloudHub.
An SLA- based policy is enabled in API manager for this API instance.
Where can an external API consumer obtain a valid client ID and client secret to successfully send requests to the API proxy?
Refer to the exhibits.
What payload and quantity are togged at the end of the main flow?
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
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?
A Mule application contains two HTTP Listeners, each configured for different API endpoints: 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?
Refer to the exhibits.
The Set Variable transformer is set with value #[ [ first "Max" last"Mule"} ].
What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?
Which of the below activity doesn't support parallel execution?
Which keyword do you use to create a new function in DataWeave?
Refer to the exhibit.
The default scope in choice router recursively calls the color flow.
A web client sends a PUT request to the HTTP listener with payload Blue.
What response is returned to the web client?
Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains tour (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio tor the first time, and the On Table Row Database listener polls the Address table.
Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row Database listener polls the database again.
Alter the next execution of the On Table Row Database listener polling, what database rows have beenprocessed by the Mule flow since the Mule application was started?
Refer to the exhibits. A web client submits a request to and the Web Service Consumer throws a WSC:BAD_REQUEST error.
What is the next stepto fix this error?
An API has been created in Design Center. What is the next step to make the API discoverable?
Refer to the exhibits.
A web client submits a request to theHTTP 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?
From which application , Organization Administrators can approve/revoke/delete SLA tier access requests
Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red".
An HTTP POST request is then sent to the decideColor flow's HTTP Listener.
What isthe payload value at the Logger component after the HTTP request completes?
Refer to the exhibit.
What payload is returned from a request to http//localhost.8081/
Refer to the exhibits, what payload is returned from a request to
In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?
What is the object type returned by the File List operation?
Refer to the exhibits.
The Mule application implements a RESTAPI that accepts GET requests from web clients on the URLs: 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 flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation.
What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?
Refer to the exhibits.
The mule application implements a REST API that accepts GET request from two URL's which are as follows
2)
What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source?
How are query parameters dynamically passed to an outbound REST request using an HTTP Request operation?
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?
An organization is beginning to follow Mulesoft's recommendedAPI led connectivity approach to use modern API to support the development and lifecycle of the integration solutions and to close the IT delivery gap.
What distinguishes between how modern API's are organized in a MuleSoft recommended API-led connectivityapproach as compared to other common enterprise integration solutions?
A web client submits a request to The query parameter is captured using a Set Variable transformer to a variable named accountType.
What is the correct DataWeave expression to log accountType?
Refer to exhibits.
In the execution of the Scatter-Gather , the flow route completes after 10 seconds and the flow2 route completes in 40 seconds. How many seconds does it take for the Scatter-Gather to complete?
Refer to the exhibits.
The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.
What is the last message logged by the Logger component after thebatch job completes processing?
A)
B)
C)
D)
A Scatter-Gather processes three separate HTTP requests. Each request returns a Mule event with a JSON payload. What is the final output of the Scatter-Gather?
Refer to the exhibit.
What Database expression transforms the input to the output?
A)
B)
C)
D)
Refer to the exhibits.
The Mule application does NOT define any global error handlers.
The Validation component in the private flowthrows an error
What response message is returned to a web client request to the main flow's HTTP Listener?
Refer to the exhibit.
What is the output payload in the On Complete phase
A Mule project contains a DataWeave module like WebStore.dwl that defines a function named loginUser. The module file is located in the project's src/main/resources/libs/etl folder.
What is correctDataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "Todd.Pal@mulesoft.com"?
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?
Refer to the exhibits.
A Mule application is being developed to process web client POSTrequests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation's response
What is a straightforward way to property configure the Set Payload transformer with the required data?
A)
B)
C)
D)
What path setting is required foran HTTP Listener endpoint to route all requests to an APIkit router?
By default, what happens to a file after it is read using an FTP connector Read operation?
Refer to the exhibits.
The web client sends a POST request to the ACME Order API with an XML payload. An error is returned.
What should be changed in the request so that a success response code is returned to the web client?
Refer to the exhibits.
The
What is a valid