exam questions

Exam 300-910 All Questions

View all questions & answers for the 300-910 exam

Exam 300-910 topic 1 question 11 discussion

Actual exam question from Cisco's 300-910
Question #: 11
Topic #: 1
[All 300-910 Questions]

DRAG DROP -
Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no failures or conflicts.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
szyszka
Highly Voted 2 years, 10 months ago
developer commits unit testing integration testing merging of commit into mainline generating deliverables starting of rolling deployment
upvoted 11 times
Cyphr
1 year, 11 months ago
This is the most correct, The general lifecycle is Develop -> Build -> Test -> Deploy -> Monitor Develop: would have the commit action Build: includes Unit & Integration testing along with artifact creation Test: would by UAT and staging deployment Deploy: would be rolling into production The merge into mainline triggers the CD piece
upvoted 1 times
...
...
psyborg
Most Recent 6 months, 2 weeks ago
This one is confusing, but I believe "generating deliverables" should be step 1, which is the "Plan" stage that comes before the "Develop" stage. If it had said "generating aritfacts" then I would place it at step 5.
upvoted 1 times
...
bluesky2022
1 year, 10 months ago
5 6 1 3 2 4
upvoted 1 times
...
JM_Lee
3 years, 6 months ago
Although it's not clear, but as I think, 1. developer commits 2. merging of commit into mainline 3. unit testing 4. integration testing 5. generating deliverables 6. starting of rolling deployment
upvoted 4 times
Cyphr
1 year, 11 months ago
you would never merge the commit to mainline unless the tests are green. Tests must run before merge.
upvoted 3 times
...
JM_Lee
3 years, 6 months ago
According to the article at https://dzone.com/articles/testing-in-cicd, It describe as following. I think... 1. unit testing 2. developer commits 3. integration testing 4. merging of commit into mainline 5. generating deliverables 6. starting of rolling deployment
upvoted 7 times
Cyphr
1 year, 11 months ago
According to official Cisco training documentation, Unit Testing is performed as part of the CI/CD process and not on the developer side. This means the commit must occur before the unit testing.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...