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

Questions 1

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 1

Salesforce-MuleSoft-Developer-I Question 1

The main flow contains a Flow Reference component configured to call the child flow What part(s) of a Mule event passed to the Flow Reference component are available in the child flow?

Options:
A.

The payload and all attributes

B.

The payload and all variables

C.

The entire Mule event

D.

The payload

Questions 2

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 2

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

How many seconds does it take for the Scatter_Gather to complete?

Options:
A.

0

B.

10

C.

20

D.

30

Questions 3

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

Questions 4

Correct answer is {customerID}.

Options:
A.

var toUpper(userName) -> upper(userName)

B.

fun toUpper(userName) = upper(userName)

C.

fun toUpper(userName) -> upper(userName)

D.

var toUpper(userName) = upper(userName)

Questions 5

A Mule project contains a DataWeave module file WebStore dvA that defines a function named loginUser The module file is located in the projects src/main/resources/libs/dw folder

What is correct DataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "cindy.park@example.com"?

A)

Salesforce-MuleSoft-Developer-I Question 5

B)

Salesforce-MuleSoft-Developer-I Question 5

C)

Salesforce-MuleSoft-Developer-I Question 5

D)

Salesforce-MuleSoft-Developer-I Question 5

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 6

A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.

The Mule application must now be exported from Anypoint Studio and shared with another developer.

What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?

Salesforce-MuleSoft-Developer-I Question 6

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 7

Which file is used to define the interface contract to invoke a web service implemented as a SOAP service

Options:
A.

RAML

B.

WSDL

C.

JSON

D.

OAS

Questions 8

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 8

The Set Variable transformer is set with value #[ [ first "Max" last "Mule"} ].

What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?

Options:
A.

vars "customer first"

B.

"customer first"

C.

customer first

D.

vars "customer" "first"

Questions 9

What is the main purpose of flow designer in Design Center?

Options:
A.

To design and develop fully functional Mule applications in a hosted development environment

B.

To design API RAML files in a graphical way

C.

To design and mock Mule application templates that must be implemented using Anypoint Studio

D.

To define API lifecycle management in a graphical way

Questions 10

What is the correct way to format the decimal 200.1234 as a string to two decimal places?

Options:
A.

200.1234 as string as format: ".0#"

B.

200.1234 as String {format: ".0#"}

C.

200.1234 as String as format: ".0#"

D.

200.1234 as string {format: ".0#"}