Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
9 results for “CI/CD”
CI/CD
Merging work continuously into a shared trunk with automated verification, and keeping every commit in a state that could be released.
Contract Testing
Verifying that a provider satisfies the expectations each of its consumers actually relies on, without running all the services together.
Semantic Diffing of API Schemas
Comparing the published contract between builds and failing the build on a breaking change, so compatibility is mechanical rather than remembered.
Test Pyramid
A distribution of tests weighted towards many fast unit tests, fewer integration tests, and very few slow end-to-end tests.
Trunk-Based Development
All developers integrating small changes into a single shared branch at least daily, with long-lived branches avoided entirely.
CI/CD
Continuous integration and delivery, and the architecture that caps them.
LLM Evaluation
Held-out sets, rubric judging, CI gates and production sampling.
Performance Budgets
Targets enforced in CI so regressions fail the build.
Schema Registry
Enforcing compatibility on events the way CI enforces it on code.