Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #151

Merged
merged 2 commits into from
Jul 24, 2022
Merged

typo #151

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typo
  • Loading branch information
saitejaogirala committed Feb 6, 2022
commit f46a72c4919b9b4fca02ec8a8ef6b471a6446200
2 changes: 1 addition & 1 deletion Interview/Dev-ops-Interview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 agile 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).

Expand Down