MCD-Level-1試験無料問題集「MuleSoft Certified Developer - Level 1 (Mule 4) 認定」

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?

Refer to the exhibits.


The main flow contains a Flow Reference component configured to call the child flow What part(s) of a Mule event passed to the Flow Reference component are available in the child flow?

Which of the below activity doesn't support parallel execution?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibits.
The mule application implements a REST API that accepts GET request from two URL's which are as follows
1)
http://acme.com/order/status
2)
http://acme.com/customer/status
What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source?

解説: (GoShiken メンバーにのみ表示されます)
Refer to exhibits.

In the execution of the Scatter-Gather , the flow route completes after 10 seconds and the flow2 route completes in 40 seconds. How many seconds does it take for the Scatter-Gather to complete?

解説: (GoShiken メンバーにのみ表示されます)
What are the latest specification of RAML available?

解説: (GoShiken メンバーにのみ表示されます)
What MuleSoft product enables publishing, sharing, and searching of APIs?

解説: (GoShiken メンバーにのみ表示されます)
A web client submits a request to http://localhost:8081/books/0471767840.
The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?

Refer to the exhibit.

What Database expression transforms the input to the output?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit.

How many private flows does APIKIT generate from the RAML specification?

Which out of below is not an asset?

解説: (GoShiken メンバーにのみ表示されます)
A
Mule application contains two HTTP Listeners, each configured for different API endpoints:
http://acme.com/apis/orders and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?

解説: (GoShiken メンバーにのみ表示されます)
The new RAML spec has been published to Anypoint Exchange with client credentials.
What is the next step to gain access to the API?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibits.


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

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?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibits.


A Mule application contains a Choice router. What is logged when the flow completes?

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?

Refer to the exhibit.

The Mule application Is debugged in Any point Studio and stops at the breakpoint What is the value of the payload displayed In the debugger at this breakpoint?

Refer to the exhibits.


The Batch job processes an array of strings.
What information is logged by the logger component after the batch job scope completes processing of the input payload?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit.

What is the response to a web client request to http://localhost:8081?

解説: (GoShiken メンバーにのみ表示されます)