exam questions

Exam 300-910 All Questions

View all questions & answers for the 300-910 exam

Exam 300-910 topic 1 question 95 discussion

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

An organization is developing an application using Git. Each team member is assigned to work on specific parts of the application. At the end of each task, individual code parts are merged in the main build.

Which two requirements should be implemented to increase the likelihood of continuous integration? (Choose two.)

  • A. Changes must be scheduled to deploy at a specific time that has minimal traffic
  • B. Changes must include automated tests
  • C. Changes must be validated during deployment to the production environment
  • D. Smaller, individually testable changes must be merged first
  • E. Team members must be responsible for the code committed by any team member
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

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
psyborg
6 months, 1 week ago
Selected Answer: BE
I prefer B & E B. Changes must include automated tests - B is the obvious answer E. Team members must be responsible for the code committed by any team member - E seems to be related to code reviews Not likely answers: A. Changes must be scheduled to deploy at a specific time that has minimal traffic - A is a traditional methodology, but goes against the idea of CI/CD C. Changes must be validated during deployment to the production environment - C - this seems wrong because changes should be validated *before* deployment to prod D. Smaller, individually testable changes must be merged first - D not sure how smaller changes first improves the process, with continuous integration the changes should be integrated when they are available.
upvoted 1 times
...
MalonJay
11 months, 2 weeks ago
B, D looks better.
upvoted 3 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 ...