Online training and recorded training videos on the below modules including Labs
Describe the benefits of Anypoint Platform and MuleSoft’s approach to be successful with it
What is MuleSoft and ESB, and competitors to MuleSoft
Before and after ESB(mule soft) and How the mule soft operates
Advantages with MuleSoft
MuleSoft benefits and its successful approach
Mule Anypoint platform and its components
MuleSoft key capabilities
Explain what an application network is and its benefits
Describe how to build an application network using API-led connectivity
Explain what web services and APIs are
Define APIs with RAML, the Restful API Modeling Language
Mock APIs to test their design before they are built
Make APIs discoverable by adding them to the private Anypoint Exchange
Create public API portals for external developers
Use Anypoint Studio to build, run, and test Mule applications
Use a connector to connect to the database
Use the graphical DataWeave editor to transform data
Create RESTful interfaces for applications from RAML files
Connect API interfaces to API implementations
Design and develop Web APIs
Reuse the APIs with the help of Traits, Schemas, ResourceTypes implementation
Implement and use the plug and playable features via overlays, extensions, libraries, includes, and annotations types
Mock an API to test its design before it is built
Create a portal for developers to learn how to use an API
Applying policies for Web API
API Proxy and API Gateway
Describe the options for deploying Mule applications
Deploy Mule applications to Cloud Hub
Use API Manager to create and deploy API proxies
Use API Manager to restrict access to API proxies
Describe the purpose of each file and folder in a Mule project
Anypoint Studio to create Mule flows graphically
Describe the role of each component in building application networks
Logging message processors data
Read and write message properties
Application local testing
Create variables, payload, attributes
Debug Mule applications
Build, run, and test a Mule application
Use breakpoints to inspect a Mule event during runtime
Install missing Maven dependencies
Read and decipher Mule log error messages
Use flows, sub-flows, private flows, async, and flow references
Specify application properties in a separate properties file and use them in the application
Encapsulate global elements in separate configuration files, mule domain project
Define and manage application metadata
Properties files and handling secure properties
Use properties in Mule applications to move between environments
Ways to write data weave scripts
Write DataWeave expressions for basic to extensive XML, JSON, flat file transformations
Write DataWeave transformations for complex data structures with repeated elements
Define and use global and local variables and functions
Read and write files using dataweave scripts
Use DataWeave functions
Coerce and format strings, numbers, and dates
Define and use custom data types
Call Mule flows from DataWeave expressions
Configure and use batch processing
Use the Cache Scope to store and reuse frequently called data
Create and manage caching strategies
Send continuous messages until endpoint acknowledges
Use splitters, aggregators, and multicast routers
Use the For-each scope
Using Http and Https connector to send and receive secure and non-secures and exposing services over the internet
Retrieve data from a Database using the Database connector
Create parameterized SQL queries for the Database connector
Retrieve data from a REST service using HTTP Request or a REST Connector
Use a Web Service Consumer connector to consume SOAP web services
Use the Transform Message component to pass arguments to a SOAP web service
List, read, and write local files using the File connector
List, read, and write remote files using the FTP connector
Use the JMS connector to publish and listen for JMS messages
Use the Choice router to route events based on conditional logic
Use the Scatter-Gather router to multicast events
Validate data using the Validation module
Read and write files
Trigger flows when files are added, created, or updated within the folder
Trigger flows when new records are added to a database table
Schedule flows to run at a certain time or frequency
Persist and share data in flows using the Object Store
Publish and consume JMS messages
Process items in a collection using the For Each scope
Process records using the Batch Job scope
Use filtering and aggregation in a batch step
Consume web services that have a connector in Anypoint Exchange
Consume RESTful web services
Consume SOAP web services
Pass parameters to SOAP web services using the Transform Message component
Transform data from multiple services to a canonical format
Handle messaging errors at the application, flow, and processor level
Handle different types of errors, including custom errors
Use different error scopes to either handle an error and continue execution of the parent flow or propagate an error to the parent flow
Set the success and error response settings for an HTTP Listener
Set reconnection strategies for system errors
Create acceptance criteria
Fail and pass tests
Refactor test cases
Refactor Mule applications
Create a CI job
Trigger the builds
Automate deployment
Connect to Salesforce applications
Connect to the AWS S3 Bucket