Question 86

What DataWeave expression transforms the example XML input to the CSV output?

A)

B)

C)

D)
  • Question 87

    Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity.
    During E2E testing it is found that that HTTP:METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow.
    What attribute you would change in ClientRequestFlow to make this implementation work successfully?


  • Question 88

    Refer to the exhibits.

    The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.
    What
    values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or
    = red?
  • Question 89

    A flow contains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?
  • Question 90

    A web client submits a request to http://localhost:8081/books/0471767840.
    The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
    What is the DataWeave expression to access booklSBN later in the flow?