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

Page 8 of 57

Refer to the exhibits.



The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.

What is the last message logged by the Logger component after the batch job completes processing?









Answer(s): D



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.

According to MuleSoft, what organization structure could have saved the app team two months of development time?

  1. Center of Excellence
  2. Center for Enablement
  3. MuleSoft Support Center
  4. Central API Review Board

Answer(s): B

Explanation:

Center for Enablement is correct answer .It is a cross-functional team typically staffed with members from central IT, line-of-business departments, and digital innovation teams charged with productizing, publishing, and harvesting reusable assets and best practices. In this case , app team would have checked first with Center for Enablement before developing their own API's. Hence could have avoided re-work.


Reference:

https://blogs.mulesoft.com/biz/connectivity/what-is-a-center-for-enablement- c4e/



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

Explanation:

In this case three configurations will be required each for port 8000, 6000 and 7000. There would be three global elements defined for HTTP connections. Each HTTP connection will have host and port. One example shown below with host as localhost and port 6000.



Graphical user interface, application



What is the correct syntax to define and call a function in Database?









Answer(s): A

Explanation:

Keyword to ad function in Dataweave transformation is fun. Hence option 2 and 4 are invalid. Also parameters needs to be passed exactly in same order as defined in function definition. Hence correct answer is'
fun addKV( object: Object, key: String, value: Any) =
object ++ {(key):(value)}
---
addKV ( {"hello': "world"}, "hola", "mundo" )
MuleSoft Documentation reference
https://docs.mulesoft.com/mule- runtime/4.3/dataweave-functions

DataWeave Function Definition Syntax
To define a function in DataWeave use the following syntax:

fun myFunction(param1, param2, ...) = <code to execute>
The fun keyword starts the definition of a function.
myFunction is the name you define for the function.
Function names must be valid identifiers.
(param1, param2, ... , paramn) represents the parameters that your function accepts. You can specify from zero to any number of parameters, separated by commas (,) and enclosed in parentheses.
The = sign marks the beginning of the code block to execute when the function is called. <code to execute> represents the actual code that you define for your function.






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