MuleSoft Certified Developer – Level 1 — Question 46
How to import Core (dw::Core) module into your DataWeave scripts?
Answer options
- A. import dw::core
- B. Not needed
- C. None of these
- D. import core
Correct answer: B
Explanation
The correct answer is B because the Core module is automatically available in DataWeave scripts, so there is no need for an import statement. Options A and D suggest importing the module, which is unnecessary, and option C is incorrect as it does not provide a valid method for importing the module.