Refer to the exhibit.
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits.
What payload and quantity are logged at the end of the main flow?
A. [[1,2,3,4], 14]
B. [[order1, order2, order3, order4], 14]
C. [[1,2,3,4], 10]
D. [orderlorder2order3order4,14]
Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?
A. Summary report of processed records
B. [ "Apple", "Banana" ]
C. [ "Apptel2", "Bananal2" ]
D. [ "Apptel", "Bananal", 2 ]
Refer to the exhibit.
All three of the condition for the Choice router are true. What log messages are written?
A. Route 1
B. Route2
C. Route1, Route2
D. Route1, Route2, Default
What is not true about application properties?
A. Application properties can be encrypted
B. Application properties can be overridden with system properties
C. Application properties can be defined in .yaml file only
D. Application properties provide easier way to manage configurable values
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
A. #[customerID]
B. $[customerID]
C. {customerID}
D. (customerID)
Refer to the exhibits.
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.
What is the response to a web client request to http://localhost:8081?
A. After
B. before
C. Validation Error
D. null
Refer to the exhibits.
The Mule application implements a REST API that accepts GET requests from web clients on the URLs: http://acme com/order/status and http:Vacme.com/customer/status. What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?
A. *[order,customer]/status
B. */status
C. ?[order,customer]/status
D. *status
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
A. 1
B. 2
C. 3
D. 4