Free MuleSoft Certified Developer - Level 1 (Mule 4) Exam Braindumps (page: 7)

Page 7 of 57

How many Mule applications can run on a CloudHub worker?

  1. At most one
  2. At least one
  3. Depends
  4. None of these

Answer(s): A



What asset cannot be created using Design Center?

  1. Mule Applications
  2. API fragments
  3. API specifications
  4. API portals

Answer(s): D

Explanation:

API portal are created by API Exchange and cannot be created by Design Center



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 . ACME/DataTypes/PlanDataType.raml.

What is a valid RAML specification that reuses the Plan data type?








Answer(s): D

Explanation:

As can be seen in RAML, POST expects input in application/json format which eliminates two of the options as two options are in xml format.
Now out of the two remaining options, one has id field in request which is only mentioned for get response and not for POST request. Hence id field is not expected in POST request.
Hence correct answer is:

{
"name": "GoerdiLa Forge",
"address": "1 Westland CA",
"customer_since": "2014-01-04",
"balance": "4829.29",
"bank_agend_id": "12556"
}



Which of the below functionality is provided by zip operator in DataWeave?

  1. Merges elements of two lists (arrays) into a single list
  2. Used for sending attachments
  3. Minimize the size of long text using encoding.
  4. All of the above

Answer(s): A

Explanation:

Correct answer is Merges elements of two lists (arrays) into a single list MuleSoft Doc Reference:
https://docs.mulesoft.com/mule-runtime/4.3/dw-core-functions- zip






Post your Comments and Discuss MuleSoft MuleSoft Certified Developer - Level 1 (Mule 4) exam with other Community members:

MuleSoft Certified Developer - Level 1 (Mule 4) Exam Discussions & Posts