Contains interview question related to DevOps and tool and technologies used in it. Contributions are welcome.
When we code in a programming language, if our code is a small console application, then we can easily make this in a single file. But, once our program gets larger. We should split our programs in multiple files for easy maintainability and reusability of our code.