Weekend 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: 4

Questions 31

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 31

Salesforce-MuleSoft-Developer-I Question 31

The Batch job processes an array of strings.

What information is logged by the logger component after the batch job scope completes processing of the input payload?

Options:
A.

Total Records Processed: 3

Successful Records: 3

Failed Records: 0

payload: ["A","B","C"]

B.

["A","B","C"]

C.

Total Records Processed: 3

Successful Records: 3

Failed Records: 0

payload: ["a", "b", "c"]

D.

Total Records Processed: 3

Successful Records: 3

Failed Records: 0

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

Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains tour (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio tor the first time, and the On Table Row Database listener polls the Address table.

Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row Database listener polls the database again.

Alter the next execution of the On Table Row Database listener polling, what database rows have been processed by the Mule flow since the Mule application was started?

Salesforce-MuleSoft-Developer-I Question 32

Options:
A.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001

B.

ID ZIPCODE

1 90001

2 90005

3 90009

5 90006

C.

ID ZIPCODE

1 90001

2 90005

3 90009

D.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001

5 90006

Questions 33

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 33

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

Questions 34

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 34

Salesforce-MuleSoft-Developer-I Question 34

Salesforce-MuleSoft-Developer-I Question 34

The Batch Job scope contains two Batch Steps scopes with different accept expression.

The input payload is passed to the Batch Job scope.

After the entire payload is processed by the batch job scope , what messages have been logged by the Logger component?

Options:
A.

1.{amount=140}

2.{amount=102}

3.{step2amount=100}

B.

1.{amount=140}

2.{amount=102}

3.{step2amount=100}

4.{step2amount=40}

C.

1.{amount=140}

2.{amount=102}

3.{step2amount=100}

4.{step2amount=140}

D.

1.{amount=140}

2.{amount=102}

3.{step2amount=100}

4.{step2amount=140}

5.{step2amount=102}

Questions 35

What are the latest specification of RAML available?

Options:
A.

1.2

B.

1

C.

0.8

D.

2

Questions 36

A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?

Options:
A.

#[attributes.queryParams.firstName]

B.

#[message.queryParams.hrstName]

C.

#[message.inboundProperties.'http.query.params'.firstName]

D.

#[attributes.'http.query.params'.firstName]

Questions 37

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

Questions 38

What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?

Salesforce-MuleSoft-Developer-I Question 38

Options:
A.

#[customerID]

B.

$[customerID]

C.

{customerID}

D.

(customerID)

Questions 39

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 39

The Mule application Is debugged in Any point Studio and stops at the breakpoint What is the value of the payload displayed In the debugger at this breakpoint?

Options:
A.

0

B.

"Processing"

C.

"Start"

D.

Complete"

Questions 40

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 40

Salesforce-MuleSoft-Developer-I Question 40

A web client submits the request to the HTTP Listener. 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