{"id":32626,"date":"2023-02-05T00:27:58","date_gmt":"2023-02-05T00:27:58","guid":{"rendered":"https:\/\/www.devopsschool.com\/blog\/?p=32626"},"modified":"2023-02-05T00:27:59","modified_gmt":"2023-02-05T00:27:59","slug":"ci-cd-assignment-excercise","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/ci-cd-assignment-excercise\/","title":{"rendered":"CI\/CD Assignment &amp; Excercise"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>What is Continuous Integration?<\/li>\n\n\n\n<li>What is Continuous Deployment?<\/li>\n\n\n\n<li>Can you describe an example of a CI (and\/or CD) process starting the moment a developer submitted a change\/PR to a repository?<\/li>\n\n\n\n<li>What is Continuous Delivery?<\/li>\n\n\n\n<li>What is difference between Continuous Delivery and Continuous Deployment?<\/li>\n\n\n\n<li>What CI\/CD best practices are you familiar with? Or what do you consider as CI\/CD best practice?<\/li>\n\n\n\n<li>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?<\/li>\n\n\n\n<li>Where do you store CI\/CD pipelines? Why?<\/li>\n\n\n\n<li>How do you perform plan capacity for your CI\/CD resources? (e.g. servers, storage, etc.)<\/li>\n\n\n\n<li>How would you structure\/implement CD for an application which depends on several other applications?<\/li>\n\n\n\n<li>How do you measure your CI\/CD quality? Are there any metrics or KPIs you are using for measuring the quality?<\/li>\n\n\n\n<li>What is Jenkins? What have you used it for?<\/li>\n\n\n\n<li>What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems?<br>Travis<br>Bamboo<br>Teamcity<br>CircleCI<\/li>\n\n\n\n<li>What are the limitations or disadvantages of Jenkins?<br>Explain the following:<br>Job<br>Build<br>Plugin<br>Node or Worker<br>Executor<\/li>\n\n\n\n<li>What plugins have you used in Jenkins?<\/li>\n\n\n\n<li>Have you used Jenkins for CI or CD processes? Can you describe them?<\/li>\n\n\n\n<li>What type of jobs are there? Which types have you used?<\/li>\n\n\n\n<li>How did you report build results to users? What ways are there to report the results?<\/li>\n\n\n\n<li>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<\/li>\n\n\n\n<li>How to secure Jenkins?<\/li>\n\n\n\n<li>Describe how do you add new nodes (agents) to Jenkins<\/li>\n\n\n\n<li>How to acquire multiple nodes for one specific build?<\/li>\n\n\n\n<li>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?<\/li>\n\n\n\n<li>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<\/li>\n\n\n\n<li>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?<\/li>\n\n\n\n<li>What are some of Jenkins limitations?<\/li>\n\n\n\n<li>What is the different between a scripted pipeline to declarative pipeline? Which type are you using?<\/li>\n\n\n\n<li>How would you implement an option of a starting a build from a certain stage and not from the beginning?<\/li>\n\n\n\n<li>Do you have experience with developing a Jenkins plugin? Can you describe this experience?<\/li>\n\n\n\n<li>Have you written Jenkins scripts? If yes, what for and how they work?<\/li>\n\n\n\n<li>What is a Workflow in GitHub Actions?<\/li>\n\n\n\n<li>What is a Runner in GitHub Actions?<\/li>\n\n\n\n<li>What is a Job in GitHub Actions?<\/li>\n\n\n\n<li>What is an Action in GitHub Actions?<\/li>\n\n\n\n<li>In GitHub Actions workflow, what the &#8216;on&#8217; attribute\/directive is used for?<\/li>\n\n\n\n<li>True or False? In Github Actions, jobs are executed in parallel by deafult<\/li>\n\n\n\n<li>How to create dependencies between jobs so one job runs after another?<\/li>\n\n\n\n<li>How to add a Workflow to a repository?<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_joinchat":[],"footnotes":""},"categories":[2],"tags":[],"class_list":["post-32626","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/32626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=32626"}],"version-history":[{"count":1,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/32626\/revisions"}],"predecessor-version":[{"id":32627,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/32626\/revisions\/32627"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=32626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=32626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=32626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}