DEVOPS Exam QuestionsBrowse all questions from this exam

DEVOPS Exam - Question 1


DRAG DROP -

The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline from the left into the correct order that they would be executed on the right. Not all options are used.

Select and Place:

Show Answer
Correct Answer:

Discussion

4 comments
Sign in to comment
dead_beef
Nov 8, 2021

Hmm, "The pipeline notifies the repository to run tests" is weird, a repo can't be notified. I would go with : - The code repository is updated by a user. - The CI tool is notified of an update. - Integration test of the most recent configurations is performed - The configuration changes are pushed to devices.

swoloc
Feb 28, 2022

I start wondering if all the default answers provided on this website are deliberately misleading or ticked randomly for the sake of completeness.

bluesky2022
Feb 5, 2023

The site could be owned by Cisco to mislead the candidates :)

GatorSunshine
Nov 7, 2024

300-910 exam has been fully updated and only about 10% questions on here will be on the test. FYI.

eheudfq
Jan 10, 2025

don't waste your time with these questions, everything was renewed, I didn't find any single question in the real exam.

examtodo
Jan 26, 2025

1. The code repository is updated by a user. 2. The CI tool is notified of an update. 3. Integration test of the most recent configurations is performed. 4. The configuration changes are pushed to devices.