3 Months Free Update
3 Months Free Update
3 Months Free Update
What is the minimum Cloudhub worker size that can be specified while deploying muleapplication?
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 exhibits.
What is written to the records.csv file when the flow executes?
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?
What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?
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.
The main flow contains a Flow Reference component configured to callthe child flow What part(s) of a Mule event passed to the Flow Reference component are available in the child flow?
What path setting is required foran HTTP Listener endpoint to route all requests to an APIkit router?
A flowcontains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?
According to Semantic Versioning, which version would you change for incompatible API changes?
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:
An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column.
How should the listener be configured so it retrieves new rows at most one time?
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.
Whatresponse message is returned to the web client?
Refer to the exhibits.
Set paylaod transformer is set the firstName and lastName of the customer as shown in below images.
What is thecorrect Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?
Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error.
What response message is returned to the web client?
Refer to the exhibits.
In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.
What is the payload at the Logger component after the HTTP Request?
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)
Refer to the exhibits.
Each route in the Scatter-Gather sets the payload to the number shown in the label. Whatresponse is returned to a web client request to the HTTP Listener?
A)
B)
C)
D)
A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because theinput data is incomplete. What is the default behavior of the batch job after the error is thrown?
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 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?
What statement is a part of MuleSoft's description of an application network?
Refer to the exhibits.
The Batch Job scope contains two Batch Steps scopes with different accept expression.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the batch job scope , what messages have been logged by the Logger component?
What should this endpoint return considering the API is build using standard practices?
http://dev.acme.com/api/patients?year=2021
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.
How many private flows does APIKIt generate from RAML specification?
Refer to the exhibits.
The Batch Job scope contains two BatchStep scopes with different accept expressions.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the Batch Job scope, what messages have been logged by the Logger components?
A)
B)
C)
D)
Refer to the exhibit.
What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?
Refer to the exhibit.
How should the WHERE clause be changed to set the city and state values from the configured input parameters?
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?
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
Refer to the exhibits. The Mule application isstopped 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.
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?
Refer to the exhibit.
All three of thecondition for the Choice router are true. What log messages are written?
According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?
Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener.
Aweb client sends a GET request to the HTTP Listener with the sty query parameter set to 30.
After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger component are the same as the Mule event that was input to theHTTP Request operation?
Refer to the exhibits. The Mule application does NOT define any global error handlers.
A web client sends a POST request to the Mule application with this input payload. 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?
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 exhibit.
What Database expression transforms theinput to the output?
A)
B)
C)
D)
What should this endpoint return? http://dev.acme.com/api/patients?name=John &surname=Bell
Refer to the exhibits.
What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?
A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?
A)
B)
C)
D)
Refer to the exhibit.
What can be added to the flow to persist data across different flow executions?
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 isvalid RAML to specify a method to update the details for a specific department?
A)
B)
C)
D)
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?
Refer to the exhibits.
The main flow contains anHTTP Request. The HTTP Listeners and HTTP Request use default configurations.
What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?
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 exhibit.
What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?
A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the http.port property placeholder's value to 9090
The Mule application is deployed to CloudHub without setting any properties in the Runtime manager Properties tab and a logmessage reports the status of the HTTP listener after the Mule application deployment completes.
After the mule applications is deployed, what information is reported in the worker logs related to the port on which the Mule application's HTTP Listener listens?
Refer to the exhibit.
The API needs to beupdated 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)
Refer to theexhibits.
A Mule application contains a Choice router. What is logged when the flow completes?
Where are values of query parameters stored in the Mule event by the HTTP Listener?