Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is Continuous Integration?
#2
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is Continuous Deployment?
#3
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Can you describe an example of a CI (and/or CD) process starting the moment a developer submitted a change/PR to a repository?
#4
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is Continuous Delivery?
#5
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is difference between Continuous Delivery and Continuous Deployment?
#6
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What CI/CD best practices are you familiar with? Or what do you consider as CI/CD best practice?
#7
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
You are given a pipeline and a pool with 3 workers: virtual machine, baremetal and a container. How will you decide on which one of them to run the pipeline?
#8
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Where do you store CI/CD pipelines? Why?
#9
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How do you perform plan capacity for your CI/CD resources? (e.g. servers, storage, etc.)
#10
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How would you structure/implement CD for an application which depends on several other applications?
#11
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How do you measure your CI/CD quality? Are there any metrics or KPIs you are using for measuring the quality?
#12
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is Jenkins? What have you used it for?
#13
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems?
Travis
Bamboo
Teamcity
CircleCI
#14
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What are the limitations or disadvantages of Jenkins?
#15
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Explain the following:
Job
Build
Plugin
Node or Worker
Executor
#16
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What plugins have you used in Jenkins?
#17
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Have you used Jenkins for CI or CD processes? Can you describe them?
#18
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What type of jobs are there? Which types have you used?
#19
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How did you report build results to users? What ways are there to report the results?
#20
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
You need to run unit tests every time a change submitted to a given project. Describe in details how your pipeline would look like and what will be executed in each stage
#21
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How to secure Jenkins?
#22
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Describe how do you add new nodes (agents) to Jenkins
#23
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How to acquire multiple nodes for one specific build?
#24
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Whenever a build fails, you would like to notify the team owning the job regarding the failure and provide failure reason. How would you do that?
#25
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
There are four teams in your organization. How to prioritize the builds of each team? So the jobs of team x will always run before team y for example
#26
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
If you are managing a dozen of jobs, you can probably use the Jenkins UI. But how do you manage the creation and deletion of hundreds of jobs every week/month?
#27
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What are some of Jenkins limitations?
#28
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is the different between a scripted pipeline to declarative pipeline? Which type are you using?
#29
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How would you implement an option of a starting a build from a certain stage and not from the beginning?
#30
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Do you have experience with developing a Jenkins plugin? Can you describe this experience?
#31
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
Have you written Jenkins scripts? If yes, what for and how they work?
#32
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is a Workflow in GitHub Actions?
#33
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is a Runner in GitHub Actions?
#34
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is a Job in GitHub Actions?
#35
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
What is an Action in GitHub Actions?
#36
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
In GitHub Actions workflow, what the 'on' attribute/directive is used for?
#37
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
True or False? In Github Actions, jobs are executed in parallel by default
#38
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How to create dependencies between jobs so one job runs after another?
#39
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
How to add a Workflow to a repository?
#40
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
In Zuul, What are the check pipelines?
#41
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
In Zuul, What are the gate pipelines?
#42
Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again
True or False? gate pipelines run after the check pipelines