From the course: Nail Your DevOps Interview
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Solution
(upbeat music) - This challenge is designed to test your knowledge of the DevOps lifecycle and all things continuous, continuous integration, continuous delivery, and continuous deployment. The best approach to answering this question is the show and tell method. As you're showing your diagram, be sure to think out loud so your interviewer can follow your train of thought. Okay, let's build this pipeline. I'm going to start on the left hand side, and extend the pipeline out to the right. First thing I want to represent is the code repository, and also a user out here. So what's going to happen is the user is going to push a change in the repository, and that's going to trigger the build process. I'll write trigger right here, and this kicks off the CICD pipeline. The first thing that the pipeline is going to do is check out the code. This'll be the latest version that the developer just checked in, so we'll be…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.