Last-mile 1Z0-1042-25 review: API Gateway patterns, event-driven integration pickers, Functions glue code, reliability guardrails, and observability checklists.
Use this for last‑mile review. Pair it with the Syllabus.
High-yield reminders:
| Requirement | Prefer | Why |
|---|---|---|
| React to OCI resource changes | Events | native event source |
| Fan-out to many targets | Notifications | simple pub/sub |
| Durable, replayable stream (concept-level) | Streaming | ordered partitions |
| Workflow glue | Functions | quick compute for transforms |