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

According to Mulesoft, how are Modern APIs treated as?

  1. Products
  2. SOAP API's
  3. Rest API's
  4. Code

Answer(s): A

Explanation:

Correct answer is Products
Modern API has three features
1) Treated as products for easy consumption
2) Discoverable and accessible through self-service
3) Easily managed for security , scalability and performance



Refer to the exhibits.






The Batch Job scope contains two Batch Step scopes with different accept expressions.

The input payload is passed to the Batch Job scope.

After the entire payload is processed by the Batch Job scope, what messages have been logged by the Logger components?









Answer(s): C



What is the output of Dataweave Map operator?

  1. Map
  2. Object
  3. String
  4. Array

Answer(s): D

Explanation:

Returns an array that is the result of applying a transformation function (lambda) to each of the elements.
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/dataweave-cookbook-map
The map operator is a function in Dataweave which iterates over the items in an array and outputs them into a new array. It basically accepts input as a list of items in an array and manipulates the items in the array in order to form a new array as an output.
I have created below chart for your easier understanding:



Refer to the exhibit.

In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.

About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

  1. 0
  2. 1
  3. 5
  4. 6

Answer(s): C



A Database On Table Row listener retrieves data from a CUSTOMER table that contains a primary key userjd column and an increasing kxjin_date_time column. Neither column allows duplicate values.

How should the listener be configured so it retrieves each row at most one time?

  1. Set the watermark column to the bgin_date_time column
  2. Set the target value to the last retrieved login_date_time value
  3. Set the target value to the last retrieved user_jd value
  4. Set the watermark column to the user_Id column

Answer(s): A

Explanation:

* Watermark allows the poll scope to poll for new resources instead of getting the same resource over and over again.
* The database table must be ordered so that the "watermark functionality" can move effectively in the ordered list. Watermark stores the current/last picked up "record id."
* If the Mule application is shut down, it will store the last picked up "record id" in the Java Object Store and the data will continue to exist in the file. This watermark functionality is valuable and enables developers to have increased transparency.
* Developers do not need to create code to handle caching; it is all configurable!
* There are two columns and both are unique but user_id can't guaranty sequence whereas date_time will always be in increasing order and table content can easily be ordered on the basis of last processed date_time.
So correct answer is: Set the watermark column to the date_time column



Refer to the exhibit.



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

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

Answer(s): D



Which keyword do you use to create a new function in DataWeave?

  1. function
  2. fun
  3. func
  4. map

Answer(s): B

Explanation:

You can define your own DataWeave functions using the fun declaration in the header of a DataWeave script. Sample is as below. ---------------------------------------- %dw 2.0
output application/json
fun toUpper(aString) = upper(aString)
---
toUpper("hello")
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.1/dataweave-functions



Refer to the exhibits.



The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.

What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?

  1. payload
  2. payload
    quantity var
  3. payload
    color query param
  4. payload
    quantity var color query param

Answer(s): A



Viewing page 7 of 30
Viewing questions 49 - 56 out of 235 questions



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

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