How many private flows does APIKIt generate from RAML specification?

Refer to the exhibits. How many private flows does APIKIt generate from RAML specification?A . 1 B. 2 C. 3 D. 4View AnswerAnswer: D Explanation: APIKIt Creates a separate flow for each HTTP method. Hence 4 private flows would be generated. MuleSoft Documentation Referrence: https://docs.mulesoft.com/mule-runtime/4.3/build-application-from-api

November 7, 2022 No Comments READ MORE +

How should the listener be configured so it retrieves new rows at most one time?

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?A . Set the target to store the last retrieved record_id value B. Set the ObjectStore to store...

November 7, 2022 No Comments READ MORE +

What is minimal requirement in a flow for a Mule application to compile?

What is minimal requirement in a flow for a Mule application to compile?A . Event Source B. Event Processors C. Error handlers D. Source and processors bothView AnswerAnswer: B Explanation: Process section is must to get compiles. Process section must have one or more processors Diagram Description automatically generated

November 7, 2022 No Comments READ MORE +

Where does the configuration file's location need to be specified in the Mule application?

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?A . The pom.xml file B. A global element C. The mule-art if act .json file D....

November 7, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

November 7, 2022 No Comments READ MORE +

What is minimal requirement in a flow for a Mule application to compile?

What is minimal requirement in a flow for a Mule application to compile?A . Event Source B. Event Processors C. Error handlers D. Source and processors bothView AnswerAnswer: B Explanation: Process section is must to get compiles. Process section must have one or more processors Diagram Description automatically generated

November 7, 2022 No Comments READ MORE +

What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?

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 . *[order,customer]/status...

November 7, 2022 No Comments READ MORE +

Which of the below is not the mandatory configurations for HTTP Listener?

Which of the below is not the mandatory configurations for HTTP Listener?A . Path B. Allowed methods C. HTTP port in Connector Configuration D. HTTP host in Connector ConfigurationView AnswerAnswer: B Explanation: Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all...

November 7, 2022 No Comments READ MORE +

What is the result at the end of the flow?

Refer to the exhibits. A web client submits a request to http://localhQst:8081 /flights. What is the result at the end of the flow?A . "string" B. "Java" C. "object" D. "XML"View AnswerAnswer: A

November 7, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

November 7, 2022 No Comments READ MORE +