Quiz: Internal Developer Platforms
-
What is the primary purpose of an Internal Developer Platform?
- A. To force developers to learn Kubernetes.
- B. To abstract away infrastructure complexity and provide self-service capabilities.
- C. To replace CI/CD pipelines.
- D. To monitor application logs. (Correct Answer: B)
-
What does a “Golden Path” refer to in Platform Engineering?
- A. The most expensive infrastructure setup.
- B. A mandatory, inflexible toolchain.
- C. A recommended, supported path to production that reduces cognitive load.
- D. The process of migrating to a new cloud provider. (Correct Answer: C)
-
Which of the following is NOT a DORA metric?
- A. Deployment Frequency
- B. Lead Time for Changes
- C. Lines of Code Written
- D. Time to Restore Service (Correct Answer: C)