MCD Walk Through Flashcards
Enable the business to self-serve and deliver more of their own projects the right way
Consumption and innovation
IT builds reusable APIs & services for accessing data and resources
Enablement and assets
Web Service
A method of communication that allows two software systems to exchange data over the internet
API Documentation
Should include the list of all possible resources, how to get access to the API, and more.
API Portals
Accelerate onboarding by providing developers a centralized place for discovering all the tools they need to successfully use the API which include:
- Documentation, tutorials, code snippets, and examples
- A way to register applications to get access to the API
- A way to provide feedback and make requests
- A way to test the API by making calls to it
According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?
Creates and manages discoverable assets to be consumed by line of business developers
What MuleSoft API-led connectivity layer is intended to expose part of the database backend without business logic?
System
What statement is part of MuleSoft’s description of an application network?
Creates reusable APIs and assets designed to be consumed by other business units
What is a core characteristic of the Modern API?
API is designed first using an API specification for rapid feedback.
What HTTP method in a RESTful web service is typically used to completely replace an existing resource.
PUT
The 3 aspects of MuleSoft Catalyst Approach
- Business outcomes - define outcomes with clear KPIs and align stakeholders
- Customer success - Ensure your organization is ready to use and adopt Anypoint Platform
- Technology delivery - Get up and running with Anypoint Platform and start building APIs and integrations
Flow Designer
Web app for building integration apps that connect systems and consume APIs
API Designer
Web app for designing, documenting, and mocking APIs
Where does a deployed Flow Designer application run in Anypoint Platform?
CloudHub Worker
What MuleSoft product enables sharing, publishing, and searching of APIs?
Anypoint Exchange
What is the main purpose of Flow designer in Design Center?
To design and develop fully functional Mule applications in a hosted development environment.
A web client submits a GET request to a Mule 4 application to the endpoint /customers?id=48493.
Where is the id stored in the Mule event by the HTTP Listener?
Attributes
What asset can NOT be created using Design Center?
API Portals
What is Spec Driven development?
A development process where the application is built in two distinct phases
- The creation of a spec (the design phase)
- Development of code to match the spec (the development phase)