BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
77 / 81 · Module 18 — Interview Coding Scenarios · filtered: interview← prev⊞ allnext →

18.26Scenario 25 — APIKit

Prompt:

“You have an OpenAPI/RAML specification. How do you connect it to Mule?”

High-level answer:

HTTP Listener
↓
APIKit Router
↓
operation-specific flows

Example:

GET /customers/{id}
→ get-customer flow

POST /customers
→ create-customer flow

Then:

“I'd keep the implementation aligned with the API contract and run contract tests externally as well.”

You don't need to memorize generated flow names.