Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam MCD-Level-1 All Questions
Exam MCD-Level-1 All Questions

View all questions & answers for the MCD-Level-1 exam

MuleSoft Certified Developer MCD-Level-1 Question # 50 Topic 6 Discussion

MCD-Level-1 Exam Topic 6 Question 50 Discussion:
Question #: 50
Topic #: 6

Refer to the exhibits.

MCD-Level-1 Question 50

This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.

Next set of requirement is to have a setPayload transformer which will set below two values

1) orderkey which needs to set to be equal to the order element received in the original request payload.

2) addressKey which needs to be set to be equal to the address received in response of ShippingAddress flow

What is the straightforward way to properly configure the Set Payload transformer with the required data?

MCD-Level-1 Question 50

MCD-Level-1 Question 50

A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below


A.

1. 1. {

2. 2. orderkey: "payload.order",

3. 3. addresskey: "vars.address"

4. 4. }


B.

1. 1. {

2. 2. orderkey: "attributes.shippingaddress.order",

3. 3. addresskey: "payload"

4. }


C.

1. 1. {

2. 2. orderkey: "payload.order",

3. 3. addresskey: "address"

4. }


D.

1. 1. {

2. 2. orderkey: "attributes.order",

3. 3. addresskey: "vars.address"

4. }


Get Premium MCD-Level-1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.