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

Questions 61

What module and operation will throw an error if a Mule events payload is notnumber ?

Options:
A.

Filter modules Is Number operation

B.

Validation modules Is Number operation

C.

Validation modules Is not Number operation

D.

None of these

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

A flowcontains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?

Options:
A.

#["Content-Type: " ++ attributes.headers.'content-type']

B.

#["Content-Type: " + headers.'content-type']

C.

#["Content-Type: " + attributes.headers.'content-type']

D.

#["Content-Type: " ++ headers.'content-type']

Questions 63

What isthe purpose of the api:router element in APIkit?

Options:
A.

Creates native connectors using a 3rd party Java library

B.

Serves as an API implementation

C.

Validates requests against RAML API specifications and routes them to API implementations

D.

Validatesresponses returned from API requests and routes them back to the caller

Questions 64

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 64

In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.

Howmany seconds does it take for the Scatter_Gather to complete?

Options:
A.

0

B.

10

C.

20

D.

30

Questions 65

Refer to the exhibits. The Set Payload transformer in the addltem child flow uses DataWeave to create an orderobject.

What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of 100 to the order?

Salesforce-MuleSoft-Developer-I Question 65

Options:
A.

lookup( "addltern", { price: "100", item: "router", itemType: "cable" } )

B.

addltem( { payload: { price: "100", item: "router", itemType: "cable" > } )

C.

lookup( "addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )

D.

addltem( { price: "100", item: "router", itemType: "cable" } )

Questions 66

Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?

Salesforce-MuleSoft-Developer-I Question 66

Salesforce-MuleSoft-Developer-I Question 66

Options:
A.

[10. 20, 30. 40, 50, 60]

B.

[10. 20] [30, 40] [50, 60]

C.

[20, 40, 60]

D.

[20. 40] [60]

Questions 67

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

Questions 68

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.

What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?

A)

Salesforce-MuleSoft-Developer-I Question 68

B)

Salesforce-MuleSoft-Developer-I Question 68

C)

Salesforce-MuleSoft-Developer-I Question 68

D)

Salesforce-MuleSoft-Developer-I Question 68

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 69

Where are values of query parameters stored in the Mule event by the HTTP Listener?

Options:
A.

Inbound Properties

B.

Variables

C.

Attributes

D.

Payload