├── .github └── FUNDING.yml ├── LICENSE ├── README.md └── pdf └── Interview preparation and questions Devops.pdf /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chowmean/InterviewPreperationForDevOpsAndSRE/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chowmean/InterviewPreperationForDevOpsAndSRE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chowmean/InterviewPreperationForDevOpsAndSRE/HEAD/README.md -------------------------------------------------------------------------------- /pdf/Interview preparation and questions Devops.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chowmean/InterviewPreperationForDevOpsAndSRE/HEAD/pdf/Interview preparation and questions Devops.pdf --------------------------------------------------------------------------------