Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Salesforce Salesforce-MuleSoft-Developer-I Practice Exam with Questions & Answers | Set: 5

Questions 41

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 41

Salesforce-MuleSoft-Developer-I Question 41

The Validation component in theTry scope throws an error.

What response message is returned to a client request to the main flow's HTTP Listener?

The Validation component in the Try scope throws an error. What response message is returned to a client request to the main flow's HTTP Listener?

Options:
A.

Success - main flow

B.

Error - main flow

C.

Error - Try scope

D.

Validation Error

Salesforce Salesforce-MuleSoft-Developer-I Premium Access
Questions 42

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 42

Salesforce-MuleSoft-Developer-I Question 42

Salesforce-MuleSoft-Developer-I Question 42

What payload is returned from a request to http//localhost.8081/

Refer to the exhibits, what payload is returned from a request to http://localhost;8081/?

Options:
A.

1

B.

2

C.

3

D.

4

Questions 43

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 43

The Database Select operation returns five rows from a database. What is logged by the Logger component?

Options:
A.

"Array"

B.

"Object"

C.

"LinkedHashMap"

D.

"CaselnsensitrveHashMap"

Questions 44

How are multiple conditions used in a Choice router to route events?

Options:
A.

To route the same event to the matched route of EVERY true condition

B.

To find the FIRST true condition, then distribute the event to the ONE matched route.

C.

None of these

D.

To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes

Questions 45

Refer to the exhibits. What payload is logged at the end of the main flow?

Salesforce-MuleSoft-Developer-I Question 45

Options:
A.

[order1, order2, order3, order4]

B.

[1, 2, 3, 4]

C.

order4

D.

order1order2order3order4

Questions 46

What path setting is required foran HTTP Listener endpoint to route all requests to an APIkit router?

Options:
A.

/(*)

B.

/

C.

/()

D.

“/*”

Questions 47

A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code.

What is the correct DataWeave code to define the newProdCode function?

Options:
A.

fun newProdCode{itemID: Number, productCategory: String) —> "PC-" ++ productCategory ++ (itemID as String)

B.

fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++ (itemID as String)

C.

function newProdCode(itemID: Number, productCategory: String) ="PC-" ++ productCategory ++ (itemID as String)

D.

var newProdCode(itemID: Number, productCategory: String) ->"PC-" ++ productCategory ++ (itemID as String)

Questions 48

What is the output type of the DataWeave map operator?

Options:
A.

String

B.

Array

C.

Map

D.

Object

Questions 49

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 49

The default scope in choice router recursively calls the color flow.

A web client sends a PUT request to the HTTP listener with payload Blue.

What response is returned to the web client?

Options:
A.

"Blk"

B.

"Green"

C.

A timeout error

D.

["Blue", "Red", "Blk"]

Questions 50

In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?

Options:
A.

To avoid duplicate processing of records in a database.

B.

To delete the most recent records retrieved from a database to enable database caching

C.

To enable duplicate processing of records in a database

D.

To save the most recent records retrieved from a database to enable database caching