Pass the MuleSoft MuleSoft Certified Developer MCD-Level-1 Questions and answers with CertsForce

Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions
Questions # 51:

Refer to the exhibits.

Question # 51

Question # 51

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

What is the correct 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 # 52:

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


Expert Solution
Questions # 53:

Where would you create SLA Tiers for an API?

Options:

A.

Exchange


B.

API Manager


C.

Anypoint Studio


D.

In RAML specifications


Expert Solution
Questions # 54:

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


Expert Solution
Questions # 55:

Refer to the exhibit.

Question # 55

What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?

Options:

A.

0#[ payload = 'US' ]


B.

#[ payload == 'US' J


C.

#[ if(payload = 'US') J


D.

#[ if(payload == "US") ]


Expert Solution
Questions # 56:

An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found out that another team had already built an API that accesses the transaction information they need.

According to MuleSoft, what organization structure could have saved the app team two months of development time?

Options:

A.

Center of Excellence


B.

Center for Enablement


C.

MuleSoft Support Center


D.

Central API Review Board


Expert Solution
Questions # 57:

Refer to the exhibit.

Question # 57

Question # 57

The main flow is configured with their error handlers. A web client submit a request to the HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error.

What response message is returned?’’

What response message is returned?

Options:

A.

APP: API RESOURCE NOT FOUND


B.

HTTP: NOT FOUND


C.

other error


D.

success - main flow


Expert Solution
Questions # 58:

Refer to the exhibit.

Question # 58

What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?

Options:

A.

lookupC createCustomerObJect( "Alice", "Green- ) )


B.

createCustomerObject( { first: "Alice", last: "Green" > )


C.

lookupf "createCustomerObject", { first: "Alice", last: "Green" > )


D.

createCustomerObject( "Alice", "Green")


Expert Solution
Questions # 59:

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


Expert Solution
Questions # 60:

An API was designed in API Designer, published to Anypoint Exchange, then imported into API Manager.

A Mule application implements this API and is deployed to CloudHub. API Manager manages this deployed API implementation.

What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID Enforcement policy on this Mule application?

Options:

A.

In API Manager, apply a Client ID Enforcement policy for the API instance


B.

In Anypoint Studio, code a custom policy tor Client ID Enforcement and then add the custom policy to Runtime Manager for the Mule application deployment


C.

In Anypoint Design Center, code a custom policy for Client ID Enforcement and then publish the custom policy to the API portal in Anypoint Exchange


D.

In API Designer, add Client ID Enforcement policy requirements to the API specification


Expert Solution
Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions