What values are accessible in the child flow?
Refer to the exhibits. The main flow contains a Flow Reference to the child flow. A web client sends a GET request to the main flow's HTTP Listener that includes a make query parameter. What values are accessible in the child flow?A . payload B. payload make query param C....
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...
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
What module and operation will throw an error if a Mule events payload is not number ?
What module and operation will throw an error if a Mule events payload is not number ?A . Filter modules Is Number operation B. Validation modules Is Number operation C. Validation modules Is not Number operation D. None of theseView AnswerAnswer: B Explanation: Correct answer is Validation modules Is Number...
What is the correct DataWeave expression to access the firstName parameter?
A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?A . #[attributes.queryParams.firstName] B. #[message.queryParams.hrstName] C. #[message.inboundProperties.'http.query.params'.firstName] D. #[attributes.'http.query.params'.firstName]View AnswerAnswer: A
How are multiple conditions used in a Choice router to route events?
How are multiple conditions used in a Choice router to route events?A . To route the same event to the matched route of EVERY true condition B. To find the FIRST true condition, then distribute the event to the ONE matched route. C. None of these D. To find the...
What is the correct DataWeave expression to access the value of dept?
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?A . attributes.queryParams.dept B. attributes.dept C. message.queryParams.dept D. vars.deptView AnswerAnswer: A
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 response is returned to the web client?
Refer to the exhibits. A web client sends a POST request to the HTTP Listener with the payload "Hello-" . What response is returned to the web client?A . Hello- HTTP-] MS2-ThreeB . HTTP-JMS2-ThreeC . Helb-JMS1-HTTP-JMS2 -ThreeD . Hello-HTTP-ThreeView AnswerAnswer: A
According to Mulesoft, how are Modern APIs treated as?
According to Mulesoft, how are Modern APIs treated as?A . ProductsB . SOAP API'sC . Rest API'sD . CodeView AnswerAnswer: A Explanation: Correct answer is Products Modern API has three features 1) Treated as products for easy consumption 2) Discoverable and accessible through self-service 3) Easily managed for security, scalability...