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

Questions 51

A flow contains 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']

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

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.

What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/orde r?color=red?

Salesforce-MuleSoft-Developer-I Question 52

Options:
A.

payload

B.

payload quantity var

C.

payload color query param

D.

payload quantity var color query param

Questions 53

Which of the below is not a valid category for connector type?

Options:
A.

Gold

B.

Select

C.

Premium

D.

Community

Questions 54

What does C4E stands for in MuleSoft recommended IT operating model?

Options:
A.

Centre for Empowerment

B.

Centre for Engagement

C.

Centre for Enablement

D.

Centre for Excellence

Questions 55

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?

Options:
A.

Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener

B.

Allows CloudHub to automatically register the application with API Manager

C.

Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener

D.

Allows clients to VPN directly to the application at the Mule application's configured HTTP port

Questions 56

A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the http.port property placeholder's value to 9090

The Mule application is deployed to CloudHub without setting any properties in the Runtime manager Properties tab and a log message reports the status of the HTTP listener after the Mule application deployment completes.

After the mule applications is deployed, what information is reported in the worker logs related to the port on which the Mule application's HTTP Listener listens?

Options:
A.

The HTTP Listener is listening on port 80

B.

The HTTP Listener is listening on port 9090

C.

The HTTP Listener is listening on port 8081

D.

The HTTP Listener failed to bind to the port and is not listening for connections

Questions 57

What is the output type of the DataWeave map operator?

Options:
A.

String

B.

Array

C.

Map

D.

Object

Questions 58

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 58

Salesforce-MuleSoft-Developer-I Question 58

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) ]

Questions 59

Does a root element required when creating a XML response using Dataweave?

Options:
A.

Depends on requirement

B.

Not required

C.

Always required

D.

None of these

Questions 60

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 60Salesforce-MuleSoft-Developer-I Question 60

The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?

Options:
A.

Error - private flow

B.

Error - main flow

C.

Success - main flow

D.

Validation Error