I applied through other source. The process took 3 days. I interviewed at UST (Chennai) in Feb 2024
Interview
Introduction to CI/CD:
Start with an overview of CI/CD (Continuous Integration/Continuous Delivery) concepts.
Explain how CI/CD practices help streamline the software delivery process, improve collaboration between development and operations teams, and ensure the reliability and quality of software releases.
Understanding of CI:
Discuss Continuous Integration (CI) principles and practices.
Explain how developers integrate code changes into a shared repository frequently, allowing automated builds and tests to detect errors early in the development cycle.
Understanding of CD:
Interview questions [1]
Question 1
Explain Continuous Delivery (CD) and Continuous Deployment (CDep) concepts.
Differentiate between CD and CDep, where CD ensures that code changes can be deployed to production at any time, while CDep automates the deployment process to production automatically.
CI/CD Pipeline:
Describe the components of a CI/CD pipeline, including source control, build automation, testing, deployment, and monitoring.
Discuss the importance of each stage in the pipeline and how they contribute to the overall software delivery process.