Skip to content

Rapid Recall Key — 01–26

Use only after attempting the prompts.

  1. Data Integration: movement/consolidation of data within/between stores, applications and organizations.
  2. Data Interoperability: ability of multiple systems to communicate/exchange through compatible mechanisms.
  3. Uses include migration/conversion; consolidation/hubs/marts; application/package integration; sharing/distribution; archiving; external ingestion; structured/unstructured integration; operational/analytical support. Any four source-supported examples.
  4. Principles: enterprise design perspective with iterative delivery; balance local needs with enterprise support/maintenance; business accountability for transformation meaning/change.
  5. Extract, Transform, Load.
  6. ELT fits when raw data lands first and the target has strong transformation capability / raw retention is useful.
  7. Mapping = source-to-target specification of fields/structures, selections, lookups, calculations and transformation rules.
  8. Latency = time from source generation/change to required target/consumer availability.
  9. Snapshot = point-in-time set; Delta = only changes since prior transfer.
  10. CDC identifies inserts/updates/deletes/changed records and transmits deltas instead of full sources.
  11. High-level data-based techniques: timestamps/change dates; status/change flags/indicators; comparison/list/copy approaches identifying changed rows. Log-based CDC reads DBMS logs.
  12. Near-real-time permits small delay; synchronous requires current process to wait for immediate downstream response.
  13. Async = sender continues without waiting for receiver completion/acknowledgment.
  14. Sync risk = blocking and shared availability dependency.
  15. Streaming = continuous low-latency event/data processing rather than periodic sets, often in-memory/parallel.
  16. Replication = same data maintained in several locations for distribution, performance or availability.
  17. Independent writes at several replicas create conflicts/consistency problems; replication fits controlled exact copies.
  18. Archive risk = technology/format obsolescence can make retained data unreadable.
  19. Canonical model = common exchange representation reducing pairwise transformations/semantic inconsistency.
  20. Point-to-point risk = interface proliferation, transformation inconsistency and rising support/troubleshooting cost.
  21. Hub advantage = common control/exchange point reduces unique pairwise links and supports common transformation/canonical rules.
  22. Pub-sub = producer publishes once to topic/service; multiple subscribed consumers receive without separate producer logic.
  23. Tight = shared availability/immediate dependency; loose = more independent operation, commonly async.
  24. Orchestration = coordination of execution order, dependencies, timing/frequency, triggers, retry/recovery.
  25. Process controls include logs, alerts, exception logs, dependency charts and job-clock/timing evidence; any three.
  26. EAI = applications/modules interact through defined interfaces/APIs rather than direct access to one another’s stores.

← Rapid Recall 27–51 · Key 27–51 →