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

Questions 31

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 32

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 32

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 equalto 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 32

Salesforce-MuleSoft-Developer-I Question 32

A mule application is being developed which will process POST requests coming fromclients 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 33

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 33

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 34

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 34

The Mule Application is being debugged in Anypoint Studio and stopsat breakpoint. What is the value of payload displayed in debugger at this breakpoint?

Options:
A.

Processing

B.

Begin

C.

Finished

Questions 35

What should this endpoint return considering the API is build using standard practices?

http://dev.acme.com/api/patients?year=2021

Options:
A.

Patient with id 2021

B.

Patients from year 2021

C.

No patients

D.

All patients

Questions 36

What is the difference between a subflow and a sync flow?

Options:
A.

No difference

B.

Subflow has no error handling of its own and sync flow does

C.

Sync flow has no error handlingof its own and subflow does

D.

Subflow is synchronous and sync flow is asynchronous

Questions 37

Refer to the exhibits.

Larger image

Salesforce-MuleSoft-Developer-I Question 37

Larger image

Salesforce-MuleSoft-Developer-I Question 37

Larger image

Salesforce-MuleSoft-Developer-I Question 37

The Mule application configures and uses two HTTP Listener global configuration elements.

Mule application is run in Anypoint Studio.

If the mule application starts correctly, what URI and port numbers can receive web client requests? If the mule applications fails to start , what is the reason for the failure?

Options:
A.

The mule application fails to startThere is URL path conflict because both HTTP Listeners are configured with same path

B.

The mule applicationstart successfullyWeb client requests can only be received at URI on port 2222 but not on port 3333

C.

The mule application fails to start because of the port binding conflict as HTTP request also use same port i.e. 3333

D.

The mule application start successfullyWeb client requests can be received at URI on port 2222 and on port 3333.

Questions 38

What statement is a part of MuleSoft's description of an application network?

Options:
A.

Creates and manages high availability and fault tolerant services and infrastructure

B.

Creates reusable APIs and assets designed to be consumed by other business units

C.

Creates and manages a collection of JMS messaging services and infrastructure

D.

Leverages Central IT to deliver complete point-to-point solutions with master data management

Questions 39

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 39

Salesforce-MuleSoft-Developer-I Question 39

What payload and quantity are logged at the end of the main flow?

Options:
A.

[[1,2,3,4], 14]

B.

[[order1, order2, order3, order4], 14]

C.

[[1,2,3,4], 10]

D.

[orderlorder2order3order4,14]

Questions 40

What payload is returned by a Database SELECT operation that does not match any rows in the database?

Options:
A.

false

B.

null

C.

Exception

D.

Empty Array