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
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?A . Data layer B. Process layer C. Experience layer D. System layerView AnswerAnswer: D Explanation: Correct answer is System layer System APIs provide a means for insulating the data consumers from the complexity...
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...
According to MuleSoft. what is the first step to create a Modern API?
According to MuleSoft. what is the first step to create a Modern API?A . Gather a list of requirements to secure the API B. Create an API specification and get feedback from stakeholders C. Performance tune and optimize the backend systems and network D. Create a prototype of the API...
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...