CERTIFICATION EXAM
ANSWER ALL QUESTIONS IN THIS SECTION
QUESTION 1
A mule application has a scatter-gather component that has 3 events. The first
event completed in 10 secs, 2 nd event in 15 secs and 3 rd event in 20 secs. How
long it takes to complete the processing of 3 events and before processing the next
component?
a. 55 seconds
b. 20 seconds
c. 15 seconds
d. 10 seconds - ANSWER-b
Refer to exhibit. What will be the value of payload in the logger?
[listener (*GET /for*)] -> [set payload (*[1,2,3]*)] -> [FOR EACH set payload
(*payload + 1*)] -> [logger]
END OF
PAGE 1
, MULESOFT LATEST
CERTIFICATION EXAM
a. 9
b. Unreachable. Error: Cannot coerce Array to Number inside For Each scope
c. 4
d. [1, 2, 3] - ANSWER-d
Which among the following is true about the relationship of Batch Job and For
Each?
a. For Each: Multi Threaded, Batch Job: Multi Threaded
b. For Each: Multi Threaded, Batch Job: Single Threaded
c. For Each: Single Threaded, Batch Job: Multi Threaded
d. For Each: Single Threaded, Batch Job: Single Threaded - ANSWER-c
By default, what happens to a file after an FTP File Read operation is done?
a. Stays/Nothing/No action
b. Deleted
c. Renamed
d. Moved - ANSWER-a
END OF
PAGE 2
, MULESOFT LATEST
CERTIFICATION EXAM
Assume that you are given a JSON input:
{
"firstname": "Antonio", "lastname": "Banderas"
}
on a file writer component. This file writer will write on a CSV file. What do you
expect to see on the CSV file?
a.
{"firstname": "Antonio" | "lastname": "Banderas"}
b.
|{|
| "firstname": "Antonio", |
| "lastname": "Banderas" |
END OF
PAGE 3
, MULESOFT LATEST
CERTIFICATION EXAM
|}|
| |
c.
{
"firstname": "Antonio", "lastname": "Banderas"
}
d. { (Fistname : Antonio , lastname : Banderas) }
e. NOne of the above - ANSWER-a
Assume that after doing a database select using a select
processor, you have a transformer to process its output. If the select statement did
not return any row
- what should you expect in the payload?
a.[]
b. Empty
c. Null
END OF
PAGE 4