Desi Consultancies

Mulesoft interview Questions

  • Self introduction
  • Daily Duties
  • What Cloud hub vs runtime fabric ?
  • How to achieve load balancing ?
  • How cloud hub will be incorporated into any point?

 

  • Traits is like function and is used to define common attributes for HTTP method (GET, PUT, POST, PATCH, DELETE, etc)
  • Typed Fragments”. There are two types of typed fragments that get confused often, namely “Libraries” and “DataTypes”. They can be used to achieve similar goals, but their syntax is quite different.
  • Data type in ramlIn RAML there are 2 types of datatype. One is built-in and another is custom type. The RAML type system defines the following built-in types:
    • any
    • scalar
      • number
      • boolean
      • string
      • date-only
      • time-only
      • datetime-only
      • datetime
      • file
      • integer
      • nil
    • object
    • array
    • union
  • library types: Although usually defined in an external file, which is then referenced as an include, a library may also be defined inline. A library contained in an external file can reference other libraries as well.
  • rest-updating-multiple-resources-with-one-request Top-resource API:
    • GET: items?filter – Returns all item ids matching the filter
    • POST: items – Updates or creates a set of items as described by the JSON payload
    • PUT and DELETE on /items is not supported and forbidden.