Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

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

Questions 21

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 21

What is the correct way to create a user?

A)

Salesforce-MuleSoft-Developer-I Question 21

B)

Salesforce-MuleSoft-Developer-I Question 21

C)

Salesforce-MuleSoft-Developer-I Question 21

D)

Salesforce-MuleSoft-Developer-I Question 21

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 22

Pick the component with which DataWeave is tightly integrated.

Options:
A.

All APIs

B.

Mule runtime

C.

Exchange

D.

Flow Designer

Questions 23

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 23

All three of the conditions for the Choice router are true. What messages are written in the application log?

Options:
A.

Route1

B.

Route2

C.

Route1,Route2

D.

Route1,Route2,Default

Questions 24

In the execution of scatter gather, the "sleep 2 sec" Flow Reference takes about 2 sec to complete, and the "sleep 8 sec" Flow Reference takes about 8 sec to complete.

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

Salesforce-MuleSoft-Developer-I Question 24

Options:
A.

8

B.

0

C.

2

D.

10

Questions 25

Which of the following is invalid type of event processor which can be used as a router ?

Options:
A.

Choice

B.

Round Robin

C.

Pick First

D.

First Successful

Questions 26

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 26

What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener's path attribute?

Options:
A.

(customerlD)

B.

{customerlD}

C.

#[customerlD]

D.

${ customerID}

Questions 27

How we can scale deployed Mule application vertically on cloudhub?

Options:
A.

Changing worker size

B.

Adding multiple workers

C.

Mule applications can be scaled only horizontally

D.

Option 1 and 2 both can be used

Questions 28

Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations.

A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano.

What values are accessible to the Logger component at the end of the main flow?

Salesforce-MuleSoft-Developer-I Question 28

Options:
A.

payload

B.

payload

pedigree query params

C.

payload

producer var

D.

payload

pedigree query params producer var

Questions 29

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 29

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]

Questions 30

What execution model is used by For Each and Batch Job scopes?

Options:
A.

For Each is single-threaded and Batch Job is multi-threaded

B.

Both are single-threaded

C.

Both are multi-threaded

D.

Batch Job is single-threaded and For Each Is multi-threaded