Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Salesforce Salesforce MuleSoft Salesforce-MuleSoft-Developer-I Questions and answers with CertsForce

Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions
Questions # 41:

Refer to the exhibits.

Question # 41

Question # 41

Set paylaod transformer is set the firstName and lastName of the customer as shown in below images.

What is thecorrect Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?

Options:

A.

firstName


B.

customer.firstName


C.

vars."customer.firstName"


D.

vars."customer"."firstName"


Expert Solution
Questions # 42:

Refer to the below exhibit.

A Mule applicationconfigures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.

What is the valid properties placeholder file to set these values?

Question # 42

Options:

A.

1.http:2.host = "localhost"3.port = "8081"


B.

1.http:2.basepath: "api"3.host : "localhost"4.port : "8081"


C.

1.http.host = localhost2.http.port = 8081


D.

1.{2.http:3.basePath: "api",4.port: "8081",5.host: " localhost"


Expert Solution
Questions # 43:

A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?

Options:

A.

Mule event attributes


B.

Mule event message


C.

Mule application properties


D.

Mule event


Expert Solution
Questions # 44:

Refer to the exhibit.

Question # 44

The default scope in choice router recursively calls the color flow.

A web client sends a PUT request to the HTTP listener with payload Blue.

What response is returned to the web client?

Options:

A.

"Blk"


B.

"Green"


C.

A timeout error


D.

["Blue", "Red", "Blk"]


Expert Solution
Questions # 45:

Refer to the exhibit.

How should the WHERE clause be changed to set the city and state values from the configured input parameters?

Question # 45

A)

Question # 45

B)

Question # 45

C)

Question # 45

D)

Question # 45

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 46:

Refer to theexhibit.

Question # 46

How many private flows does APIKIT generate from the RAML specification?

Options:

A.

1


B.

2


C.

3


D.

4


Expert Solution
Questions # 47:

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

Question # 47

Options:

A.

#[customerID]


B.

$[customerID]


C.

{customerID}


D.

(customerID)


Expert Solution
Questions # 48:

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


Expert Solution
Questions # 49:

Refer to the exhibits.

Question # 49

Question # 49

The expression for the Choice router needs to be written.

What is a valid expression to route Mule events to the non-default flow?

Options:

A.

#['MuleSoft' == paytoad.company]


B.

#[ company = "MuleSoft" ]


C.

#[ if( company = "MuleSoft") ]


D.

#[ if( 'MuleSoff == payload.company) ]


Expert Solution
Questions # 50:

Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity.

During E2E testing it is found that that HTTP:METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow.

What attribute you would change in ClientRequestFlow to make this implementation work successfully?

Question # 50

Question # 50

Question # 50

Options:

A.

Change the method attribute value to "*’’


B.

Change the path attribute value to "/api/ship"


C.

Change the allowed method attributes value to "POST"


D.

Change the protocol attribute value to "HTTPS"


Expert Solution
Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions