Intermediate Abbreviations #context #vocabulary #architecture

Usage in Context

8 exercises — choose the right abbreviation for the context: REST vs. RPC, CI/CD, SLA/SLO/SLI, OWASP, GKE, GDPR, ETL, Redis.

0 / 8 completed
Commonly confused abbreviation pairs
  • REST vs. RPC: REST = resource-oriented (nouns + HTTP methods); RPC = action-oriented (function calls)
  • CI vs. CD: CI = integrate + test; CD = deliver/deploy a tested build
  • SLA / SLO / SLI: SLI = raw metric; SLO = target; SLA = contract + consequence
  • ETL: Extract → Transform → Load (data pipelines, not API protocols)
  • GKE / EKS / AKS: Google / Amazon / Azure managed Kubernetes
1 / 8
Your team is discussing API design. One member says: "Should we use REST or RPC for this service?" What is the key distinction?