FoMS Experts

News / Exam Questions

QUESTION, ANSWER, EXPLANATION

Exam Question MS-21-054 for MuleSoft Certified Developer (MCD) - Level 1

Exam Question MS-21-054 for MuleSoft Certified Developer (MCD) - Level 1
Share
FacebookGoogle plusLinkedInStumbleuponTwitter
FoMS19.7.2021

This question has been asked by one of our members and a similar question could most likely be on the exam. All answers have been verified by MuleSoft certified FoMS experts.

Question

Refer to the exhibit! The Database Select operation returns five rows from a database. What is logged by the Logger component?

Answer

A) An array
B) An object
C) A LinkedHashMap
D) A CaseInsensitiveHashMap

The correct answer to this question is A.

Explanation

The result retrieved by a Select component is going to be an array of objects and it is going to be stored in the payload. Knowing that, the function "typeOf" is going to return "array".

Register now