Bonjour! Let's take a look at some more Mulesoft basic interview-related questions! Which component is used for schema validation and routing incoming Mule messages against RAML? APIkit Router. Mule provides APIkit Router for Schema validation and routing the incoming Mule messages, serializing responses, validating payloads, Query parameters, URI parameters against RAML . Can you create a custom connector? Yes. When an API specification is published to Anypoint Exchange, it automatically generates a connector for it. What is the purpose of a domain project? The main purpose of a domain project is to have all the globally shared configurations for the projects. All the shared resources can be configured in a domain project. Mule applications can be associated only with one domain project. However, a domain project can be associated with multiple mule applications. How do you override application properties? You can configure your Mule application to automatically lo