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

Questions 61

Refer to the exhibit. What is the output of logger component?

Salesforce-MuleSoft-Developer-I Question 61

Options:
A.

String

B.

Object

C.

Array

D.

Map

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

How can you call a subflow from Dataweave?

Options:
A.

Not possible in Mule 4

B.

Import function

C.

Lookup function

D.

Include function

Questions 63

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 63

What should be changed to fix the 415 error?

Options:
A.

set the response Content-Type header to text/plain

B.

set the response Content-Type header to application/json

C.

Set the request Content-Type header to application/] son

D.

set the request Content-Type header to text/plain

Questions 64

What of the below is not a feature of API Notebooks?

Options:
A.

API documentation

B.

Creates a client for an API

C.

Creates a mock service for an API

D.

Perform authenticated live calls on a real server

Questions 65

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 65

This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.

Next set of requirement is to have a setPayload transformer which will set below two values

1) orderkey which needs to set to be equal to the order element received in the original request payload.

2) addressKey which needs to be set to be equal to the address received in response of ShippingAddress flow

What is the straightforward way to properly configure the Set Payload transformer with the required data?

Salesforce-MuleSoft-Developer-I Question 65

Salesforce-MuleSoft-Developer-I Question 65

A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below

Options:
A.

1. 1. {

2. 2. orderkey: "payload.order",

3. 3. addresskey: "vars.address"

4. 4. }

B.

1. 1. {

2. 2. orderkey: "attributes.shippingaddress.order",

3. 3. addresskey: "payload"

4. }

C.

1. 1. {

2. 2. orderkey: "payload.order",

3. 3. addresskey: "address"

4. }

D.

1. 1. {

2. 2. orderkey: "attributes.order",

3. 3. addresskey: "vars.address"

4. }

Questions 66

According to Semantic Versioning, which version would you change for incompatible API changes?

Options:
A.

No change

B.

MINOR

C.

MAJOR

D.

PATCH

Questions 67

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 67

What data is expected by the POST /accounts endpoint?

A)

Salesforce-MuleSoft-Developer-I Question 67

B)

Salesforce-MuleSoft-Developer-I Question 67

C)

Salesforce-MuleSoft-Developer-I Question 67

D)

Salesforce-MuleSoft-Developer-I Question 67

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 68

What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?

Options:
A.

The payload is: $(payload)

B.

#["The payload is: " ++ payload]

C.

The payload is: #[payload]

D.

#["The payload is: " + payload]

Questions 69

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 69

What can be added to the flow to persist data across different flow executions?

Options:
A.

Key/value pairs in the ObjectStore

B.

Properties of the Mule runtime flow object

C.

properties of the Mule runtime app object

D.

session variables

Questions 70

Refer to the exhibits. In the choice router, the When expression for the domestic shipping route is set to "#[payload= "FR"]".

What is the output of logger after the execution of choice router is completed?

Salesforce-MuleSoft-Developer-I Question 70

Options:
A.

"Domestic"

B.

"International"

C.

"US"

D.

A dataweave syntax error