MuleSoft Certified Developer – Level 1 — Question 114
How is policy defined in terms of classloader of an API?
Answer options
- A. Classloader isolation does not exist between the application, the runtime and connectors, and policies.
- B. Classloader isolation exists between the application, the runtime and connectors, and policies.
- C. None of these.
- D. Classloader isolation partially exists between the application, the runtime and connectors, and policies.
Correct answer: B
Explanation
The correct answer is B because classloader isolation ensures that different components like the application, runtime, connectors, and policies operate independently, preventing conflicts. Option A is incorrect as it states isolation does not exist, while option D incorrectly claims it is only partial, which undermines the principle of full isolation.