exam questions

Exam 300-910 All Questions

View all questions & answers for the 300-910 exam

Exam 300-910 topic 1 question 7 discussion

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

Configuration changes to the production network devices are performed by a CI/CD pipeline. The code repository and the CI tool are running on separate servers.
Some configuration changes are pushed to the code repository, but the pipeline did not start.
Why did the pipeline fail to start?

  • A. The CI server was not configured as a Git remote for the repository.
  • B. The webhook call from the code repository did not reach the CI server.
  • C. Configuration changes must be sent to the pipeline, which then updates the repository.
  • D. The pipeline must be started manually after the code repository is updated.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
JM_Lee
Highly Voted 2 years, 6 months ago
As I think, "B'" is correct
upvoted 11 times
...
QuiShong
Most Recent 3 days, 3 hours ago
Selected Answer: B
It's either B or D. A: git remote doesn't trigger a pipeline. It just means that it's a location where you can push and pull code from. C: You push to the repo and then can you have a pipeline run that pulls the code from the repo. So either a webhook never got received on the CI server or no triggers have been configured for the pipeline and it needs to be started manually. As I don't know which, I'll just go for B.
upvoted 1 times
...
bluesky2022
10 months, 2 weeks ago
Answer A is closely related to a remote runner. I think it's B, too, though webhooks may not be fully supported on all.
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 ...