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 is not the function of API Gateway?
What is not the function of API Gateway?A . Determine which traffic is authorized to pass through the API to backend services B. Meter the traffic flowing through C. Logs all transactions, collecting and tracking analytics data D. Specify throttling, security and other policiesView AnswerAnswer: D Explanation: Correct answer 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 response message is returned to the web client?
Refer to the exhibits. 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?A . "ORDER NOT_CREATED" B....
What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?
Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations. What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?A . payload B....
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 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...