Program SenseProgram Management
Whiteboard a continuous deployment system.
Answers
Anonymous
7 months ago
I would like to jot down the steps that would be a part of the continuous deployment system
- Code Compilation to avoid any build failures
- Lint and Type Fix issues in case of scripts
- Deploying the Feature changes (This could be any hosted site Eg: Microsoft Azure)
- Running a set of automated E2E test cases to make sure the feature changes doesnot break any existing functional features (For eg : For front end development, we basically used Jasmine and Karma to achieve )
Interview question asked to candidates interviewing at top companies: Whiteboard a continuous deployment system..