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: 3

Questions 21

There are three routes configured for Scatter-Gather and incoming event has a payload is an Array of three objects. How routing will take place in this scenario?

Options:
A.

Incoming array objects would be split into three and each part would be sent to one route each in sequential manner

B.

Incoming array objects would be split into three and each part would be sent to one route each in parallel

C.

Entire event would be sent to each route sequentially

D.

Entire event would be sent to each route in parallel

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

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 22

The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing?

Options:
A.

[ ["A", "C", "D" ], ["E"] ]

B.

[''E'']

C.

[''D", "E"]

D.

[ "A", "C, "D", "E" ]

Questions 23

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 23

The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.

What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

Options:
A.

1

B.

2

C.

3

D.

4

Questions 24

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 24

What is the correct way to create a user?

A)

Salesforce-MuleSoft-Developer-I Question 24

B)

Salesforce-MuleSoft-Developer-I Question 24

C)

Salesforce-MuleSoft-Developer-I Question 24

D)

Salesforce-MuleSoft-Developer-I Question 24

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 25

A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?

Options:
A.

examples: !include StudentExample.raml

B.

examples: #import StudentExample.raml

C.

examples: !include examples/StudentExample.raml

D.

examples: #import examples/StudentExample.raml

Questions 26

How many Mule applications can run on a CloudHub worker?

Options:
A.

At most one

B.

At least one

C.

Depends

D.

None of these

Questions 27

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 27

What is written to the records.csv file when the flow executes?

Options:
A.

The JSON payload

B.

An error message

C.

Nothing

D.

The payload convert to CVS

Questions 28

By default, what happens to a file after it is read using an FTP connector Read operation?

Options:
A.

The file is deleted from the folder

B.

The file is moved to a different folder

C.

The file stays in the same folder unchanged

D.

The file is renamed in the same folder

Questions 29

A web client sends a request tohttp;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?

Options:
A.

attributes.queryParams.dept

B.

attributes.dept

C.

message.queryParams.dept

D.

vars.dept

Questions 30

Which out of below is not an asset?

Options:
A.

Template

B.

Connector

C.

Exchange

D.

Example