diff --git a/Interview/Dev-ops-Interview.md b/Interview/Dev-ops-Interview.md index d832186..b75177c 100644 --- a/Interview/Dev-ops-Interview.md +++ b/Interview/Dev-ops-Interview.md @@ -20,7 +20,7 @@ - Q1) Can you tell us the fundamental differences between DevOps & Agile? - A: Although DevOps shares some similarities with the Agile methodology, which is one of the most popular SDLC methodologies, both are fundamentally different approaches to software development. Following are the various fundamental differences between the two: - - Agile Approach – The agile approach is only meant for development in Agile while the DevOps approach is meant for both development and operations in DevOps. + - Agile Approach – The agile approach is only meant for development in Agile while the Devops approach is meant for both development and operations in DevOps. - Practices and Processes – While agile involves practices such as Agile Scrum and Agile Kanban, DevOps involves processes such as CD (Continuous Delivery), CI (Continuous Integration), and CT (Continuous Testing).