☰
Courses
›
DevOps Zero to Hero
›
CI/CD Pipelines
›
Video 28
CICD Interview Questions GitHub Repo with Q&A
📚
Theory
0/6
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 6 sections complete · 6 min total
01
1
The CI/CD Process in an Organization
A fundamental interview question is explaining the CI/CD workflow from end to end. A typical architecture (for a Java application) looks…
Workflow
1 min read
02
1
Triggering Jenkins Pipelines
Jenkins and GitHub are isolated systems. There are three primary ways to trigger Jenkins pipelines from external events:
Tooling
1 min read
03
Jenkins Administration: Backups and Secrets
DevOps engineers must often manage the Jenkins infrastructure. Backing up Jenkins involves securing the .jenkins directory, which is a…
Tooling
1 min read
04
Shared Libraries and Multi-language Pipelines
To prevent code duplication, Jenkins utilizes 'Shared Libraries' (or shared modules). If multiple teams need to deploy a Node.js app to an…
Concept
1 min read
05
Scaling and Agent Management
If a master node is overwhelmed by jobs, AWS Auto Scaling Groups (ASG) can be configured to automatically provision new Jenkins worker…
Concept
1 min read
06
Managing Plugins
Jenkins plugins can be installed via the UI ('Manage Plugins') or via the CLI. The CLI approach is highly efficient for automation,…
Concept
1 min read