How can an accountType parameter be specified in RAML so http://localhost/acme/accounts?accountType=personal is a valid request to the implementation?

There are two types of accounts: personal and business. How can an accountType parameter be specified in RAML so http://localhost/acme/accounts?accountType=personal is a valid request to the implementation? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: C Explanation:

August 14, 2020 No Comments READ MORE +

What DataWeave expression transforms the input to the output?

Refer to the exhibit. What DataWeave expression transforms the input to the output? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: A Explanation: Reference: https://blogs.mulesoft.com/dev/anypoint-platform-dev/weaving-it-with-dataweave-expression/

August 12, 2020 No Comments READ MORE +

What valid RAML retrieves details on a specific order by its orderId as a URI parameter?

What valid RAML retrieves details on a specific order by its orderId as a URI parameter? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D Explanation: Reference: https://raml.org/developers/raml-100-tutorial

August 11, 2020 No Comments READ MORE +

What value is logged after a web client submits a request to http://localhost:8081/ test?userName=Cindy?

Refer to the exhibits. What value is logged after a web client submits a request to http://localhost:8081/ test?userName=Cindy?A . nullB . AliceC . CindyD . BobView AnswerAnswer: A

August 8, 2020 No Comments READ MORE +

What should be changed to fix the 400 Bad Request error?

Refer to the exhibit. What should be changed to fix the 400 Bad Request error?A . Set the request Content-Type header to application/jsonB . Set the response Content-Type header to application/jsonC . Set the response Content-Type in the RAML specification to text/plainD . Set the request Content-Type header to text/plainView...

August 8, 2020 No Comments READ MORE +

What is the expected payload at the end of mainFlow?

Refer to the exhibits. What is the expected payload at the end of mainFlow?A . KIWIB . APPLEC . NullD . BANANAView AnswerAnswer: A

August 8, 2020 No Comments READ MORE +

What is the output payload in the On Complete phase?

Refer to the exhibit. What is the output payload in the On Complete phase?A . The records processed by all batch steps: [StepTwoStepOne1, StepTwoStepOne2, StepTwoStepOne3]B . Summary statistics with NO record dataC . The original payload: [1,2,3]D . The records processed by the last batch step: [StepTwo1, StepTwo2, StepTwo3]View AnswerAnswer:...

August 7, 2020 2 Comments READ MORE +

What is the payload shown in the debugger at this breakpoint?

Refer to the exhibit. The orders.csv file is read, then processed to look up the orders from the database. The Mule application is debugged in Anypoint Studio and stops at the breakpoint. What is the payload shown in the debugger at this breakpoint?A . “noneB . 100C . The entire...

August 7, 2020 No Comments READ MORE +

What response is returned to a web client request to postToOfflineHostFlow’s HTTP Listener?

Refer to the exhibits. A Mule application is configured to use the globalErrorHandler exception handler. When the flow is executed, a request is made to a host that is currently offline and a Java exception is thrown with the message “Error sending HTTP request to http://offline.bad:80/”. What response is returned...

August 6, 2020 No Comments READ MORE +

What URI does Mulesoft recommend to uniquely access the customer identified with the unique ID 1234?

A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does Mulesoft recommend to uniquely access the customer identified with the unique ID 1234?A . /customers/1234B . /customers?operation=get&custid=1234C . /customers/custid=1234D . /customers?custid=1234View AnswerAnswer: A Explanation: Reference: https://dzone.com/articles/designing-api-with-raml

August 5, 2020 No Comments READ MORE +