exam questions

Exam 300-910 All Questions

View all questions & answers for the 300-910 exam

Exam 300-910 topic 1 question 30 discussion

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

Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)

  • A. It runs unit tests against code that is committed.
  • B. It builds your software on the production environment.
  • C. It builds your software when changes are committed.
  • D. It builds your software every 500 milliseconds.
  • E. It must have a plug-in for Puppet and Maven.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
devshit
Highly Voted 1 year ago
A & C A build tool in an automated build pipeline should have the ability to run unit tests against the code that is committed (A). This ensures that the quality and correctness of the code are verified before proceeding with the build process. Running unit tests helps catch any issues or regressions early in the development process. Additionally, the build tool should be capable of building your software when changes are committed (C). This ensures that the software is built automatically whenever changes are made to the codebase, allowing for continuous integration and rapid feedback on the impact of changes.
upvoted 5 times
...
psyborg
Most Recent 6 months, 2 weeks ago
Selected Answer: AC
I agrees with A & C
upvoted 2 times
...
cubic
1 year, 4 months ago
Selected Answer: BC
I think "B" and "C"
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 ...