Week 7 Devops and microservices. Flashcards
1
Q
What are the 3 stages before a software product is released?
A
- Development.
- Deployment
- Production
2
Q
What occurs during development
A
Code is developed collaboratively and initially tested in isolation.
3
Q
What happens during integration?
A
Code is integrated with the code of other developers.
4
Q
What does staging do?
A
Tests the system for performance and other qualities.
5
Q
What happens in production?
A
The system is finally ready to be released!
6
Q
What is DevOPS?
A
A set of practices intended to reduce the time between committing a change and production. (Whilst ensuring high quality)