Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Salesforce Salesforce MuleSoft Salesforce-MuleSoft-Developer-I Questions and answers with CertsForce

Viewing page 1 out of 7 pages
Viewing questions 1-10 out of questions
Questions # 1:

Refer to the exhibits.

Question # 1

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 equalto the address received in response of ShippingAddress flow

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

Question # 1

Question # 1

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

Options:

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. }


Expert Solution
Questions # 2:

Refer to the exhibits.

Question # 2

A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml.

what valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?

Options:

A.

${training.host}


B.

${training:host}


C.

#[training:host]


D.

#[training.host]


Expert Solution
Questions # 3:

What is the correct syntax to define and call a function in Database?

A)

Question # 3

B)

Question # 3

C)

Question # 3

D)

Question # 3

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 4:

Refer to the exhibits.

Question # 4

Question # 4

A web client submits the request to the HTTPListener. What response message would be returned to web client?

Options:

A.

End


B.

String is not blank


C.

No response would be sent back to client and request will get errored out in Mule


D.

Start


Expert Solution
Questions # 5:

Refer to the exhibits.

Question # 5

The mule application is debugged in Anypoint Studio and stops at the breakpoint as shown in below exhibit.

What is the value of the payload displayed in the debugger at this breakpoint?

Options:

A.

Start


B.

Process


C.

Finished


D.

Payload is always empty at the breakpoint


Expert Solution
Questions # 6:

From which application , Organization Administrators can approve/revoke/delete SLA tier access requests

Options:

A.

API Exchange


B.

API Portal


C.

API Gateway


D.

API Manager


Expert Solution
Questions # 7:

Refer to the exhibit.

In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.

About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

Question # 7

Options:

A.

0


B.

1


C.

5


D.

6


Expert Solution
Questions # 8:

A web client submits a request tohttp://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?

Options:

A.

booklSBN


B.

attributes.booklSBN


C.

flowVars.booklSBN


D.

vars. booklSBN


Expert Solution
Questions # 9:

A Mule project contains a MySQL Database dependency. The projectis exported from Anypoint Studio so it can be deployed to CloudHub.

What export options create the smallest deployable archive that will successfully deploy to CloudHub?

What export option create their smallest deployable archive that will successfully deploy to CloudHub?

A)

Question # 9

B)

Question # 9

C)

Question # 9

D)

Question # 9

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 10:

Refer to the exhibit. The input array of stringsis passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?

Question # 10

Options:

A.

Summary report of processed records


B.

[ "Apple", "Banana" ]


C.

[ "Apptel2", "Bananal2" ]


D.

[ "Apptel", "Bananal", 2 ]


Expert Solution
Viewing page 1 out of 7 pages
Viewing questions 1-10 out of questions