Question 6

Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red".
An HTTP POST request is then sent to the decideColor flow's HTTP Listener.
What is the payload value at the Logger component after the HTTP request completes?


  • Question 7

    Refer to the exhibit.

    What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?
  • Question 8

    A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow After the test flow returns a response, the web client then sends a different GET request to trie getTemp flow's HTTP Listener The test flow is not called a second time.
    What response is returned from the request to the getTemp flow's HTTP Listener?



    A)

    B)

    C)

    D)
  • Question 9

    What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
  • Question 10

    Refer to the exhibits. The Set Payload transformer in the addltem child flow uses DataWeave to create an order object.
    What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of 100 to the order?