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...
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...
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...
What is the next step to make the API discoverable?
An API has been created in Design Center. What is the next step to make the API discoverable?A . Publish the API to Anypoint Exchange B. Publish the API from inside flow designer C. Deploy the API to a Maven repository D. Enable autodiscovery in API ManagerView AnswerAnswer: A Explanation:...
What are the latest specification of RAML available?
What are the latest specification of RAML available?A . 1.2 B. 1 C. 0.8 D. 2View AnswerAnswer: B Explanation: The current version of the RAML specification is 1.0 You can check RAML version in RAML definition by referring to first comment. See highlighted part in below image. Graphical user interface,...
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...
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
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...
What export options needs to be selected to create the smallest deployable archive that will successfully deploy to Cloudhub?
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?A . Select both the options 1) Attach project...
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?A . GET B. PATCH C. PUT D. POSTView AnswerAnswer: C Explanation: PUT replaces the original version of the resource, whereas the PATCH method supplies a set of instructions to modify the resource