An API specification is designed using RAML.
What is the next step to create a REST Connector from this API specification?
Reveal answer details Close answer details
Correct answerB
MuleSoft · MCD-LEVEL1-DELTA
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification? Reveal answer details Close answer detailsCorrect answerB
Single choice
Refer to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error. What is the next step to fix this error? ![]() Reveal answer details Close answer detailsCorrect answerB
Single choice
Refer to the exhibits. What is written to the sales.csv file when the flow executes? ![]() Reveal answer details Close answer detailsCorrect answerA
Single choice
Refer to the exhibit. ![]() ![]() 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? Reveal answer details Close answer detailsCorrect answerA
Single choice
A Mule project contains a MySQL Database dependency. The project is exported from Anypoint Studio so it can be deployed to CloudHub. What export options create the smallest deployable archive that will successfully deploy to CloudHub? ![]() Reveal answer details Close answer detailsCorrect answerB
Single choice
A Set Variable component saves the current payload to a variable. What is the DataWeave parent expression to access the variable? Reveal answer details Close answer detailsCorrect answerB
Single choice
A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named accountType. What is the correct DataWeave expression to log accountType? Reveal answer details Close answer detailsCorrect answerD
Single choice
In an application network. Reveal answer details Close answer detailsCorrect answerD
Single choice
A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code. What is the correct DataWeave code to define the newProdCode function? Reveal answer details Close answer detailsCorrect answerB
Single choice
Refer to the exhibits. ![]() The Set Payload transformer's value is set to {'year': '2020'}. What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020? Reveal answer details Close answer detailsCorrect answerD
Single choice
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the minimum required configuration in a flow for a Mule application to compile? Reveal answer details Close answer detailsCorrect answerC
Single choice
How would you debug Mule applications? Reveal answer details Close answer detailsCorrect answerC
Single choice
A Mule application contains two HTTP Listeners, each configured for different API endpoints: What base path value should be set inanHTTPListenerconfigelementsothatitcanbeusedtoconfigurebothHTTPListeners? Reveal answer details Close answer detailsCorrect answerC
Single choice
Refer to the exhibits. ![]() A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml. Reveal answer details Close answer detailsCorrect answerA
Single choice
Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component? ![]() Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the trait name you would use for specifying client credentials in RAML? Reveal answer details Close answer detailsCorrect answerC
Single choice
What MuleSoft product enables publishing, sharing, and searching of APIs? Reveal answer details Close answer detailsCorrect answerB
Single choice
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. Reveal answer details Close answer detailsCorrect answerB
Single choice
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example? ![]() ![]() ![]() Reveal answer details Close answer detailsCorrect answerD
Single choice
How can you call a flow from Dataweave? Reveal answer details Close answer detailsCorrect answerC
Single choice
Refer to the exhibit. ![]() What is the correct way to create a user? ![]() ![]() Reveal answer details Close answer detailsCorrect answerB
Single choice
Refer to the exhibits. ![]() The orders.csv file is read, then processed to look up the orders in a database. The Mule application is debugged in Any point Studio and stops at the breakpoint. What is the payload shown in the debugger at this breakpoint? Reveal answer details Close answer detailsCorrect answerD
Single choice
Refer to the exhibit. ![]() The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference . What is a valid RAML specification that reuses the Plan data type? ![]() Reveal answer details Close answer detailsCorrect answerD |