Free MCD-LEVEL1-DELTA Exam Braindumps (page: 2)

Page 1 of 26

What module and operation will throw an error if a Mule event's payload is not a number?

  1. Validation module's Is number operation
  2. Filter module's Is number operation
  3. None of these
  4. Validation module's Is not a number operation

Answer(s): A



Refer to the exhibits.



The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.

What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

  1. 1
  2. 2
  3. 3
  4. 4

Answer(s): C



A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?

  1. /customers?custid=true&custid=1234
  2. /customers/1234
  3. /customers/custid=1234
  4. /customers?operation=get&custid=1234

Answer(s): A



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?

  1. fun newProdCode{itemID: Number, productCategory: String) --> "PC-" ++ productCategory ++ (itemID as String)
  2. fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++ (itemID as String)
  3. function newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++ (itemID as String)
  4. var newProdCode(itemID: Number, productCategory: String) -> "PC-" ++ productCategory ++ (itemID as String)

Answer(s): D






Post your Comments and Discuss MuleSoft MCD-LEVEL1-DELTA exam with other Community members:

MCD-LEVEL1-DELTA Discussions & Posts