MCD-Level1-Delta Practice Test Questions

101 Questions


Refer to the exhibits.

A web client sends a POST request to the HTTP Listener with the payload "Hello-". What response is returned to the web client?
What response is returned to the web client?


A. Hello- HTTP-] MS2-Three


B. HTTP-JMS2-Three


C. Helb-JMS1-HTTP-JMS2 -Three


D. Hello-HTTP-Three





A.
  Hello- HTTP-] MS2-Three

A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case. What is the correct DataWeave to call the pascalize function in a Transform Message component?


A. Option A


B. Option B


C. Option C


D. Option D





B.
  Option B

Refer to the exhibit.


A. Option A


B. Option B


C. Option C


D. Option D





C.
  Option C

Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?


A. /accounts/retail/finance


B. /accounts?account_type=retail&industry=finance


C. /accounts/account_type=retail/industry=finance


D. /accounts?account_type:retail&industry:finance





B.
  /accounts?account_type=retail&industry=finance

What is the correct syntax to define and call a function in Database?


A. Option A


B. Option B


C. Option C


D. Option D





A.
  Option A

Refer to the exhibit.

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


A. 0#[ payload = 'US' ]


B. #[ payload == 'US' J


C. #[ if(payload = 'US') J


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





B.
  #[ payload == 'US' J


Refer to the exhibit.

All three of the condition for the Choice router are true. What log messages are written?


A. Route 1


B. Route2


C. Route1, Route2


D. Route1, Route2, Default





A.
  Route 1

Refer to the exhibits.

The expression for the Choice router needs to be written.
What is a valid expression to route Mule events to the non-default flow?


A. #['MuleSoft' == paytoad'company']


B. #[ company = "MuleSoft" ]


C. #[ if( company = "MuleSoft") ]


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





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

Refer to the exhibits.

In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.
What is the payload at the Logger component after the HTTP Request?


A. A non-empty Java object


B. The original XML payload


C. null


D. The returned JSON response





B.
  The original XML payload

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?


A. Attach project sources
Include project modules and dependencies


B. Attach project sources
Include project modules and dependencies


C. Attach project sources
Include project modules and dependencies


D. Attach project sources
Include project modules and dependencies





B.
  Attach project sources
Include project modules and dependencies

A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?


A. #[attributes.queryParams.firstName]


B. #[message.queryParams.hrstName]


C. #[message.inboundProperties.'http.query.params'.firstName]


D. #[attributes.'http.query.params'.firstName]





A.
  #[attributes.queryParams.firstName]

Refer to the exhibit.

A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?


A. Mule event


B. Mule message payload


C. Mule message


D. Mule message attributes





A.
  Mule event


Page 2 out of 9 Pages
Previous