ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - 300-910 discussion

Report
Export

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.

Answers
A.

It runs unit tests against code that is committed.

B.

It builds your software on the production environment.

Answers
B.

It builds your software on the production environment.

C.

It builds your software when changes are committed.

Answers
C.

It builds your software when changes are committed.

D.

It builds your software every 500 milliseconds.

Answers
D.

It builds your software every 500 milliseconds.

E.

It must have a plug-in for Puppet and Maven.

Answers
E.

It must have a plug-in for Puppet and Maven.

Suggested answer: B, C

Explanation:

The two characteristics of a build tool that is used in an automated build pipeline are A) it builds your software when changes are committed and B) it runs unit tests against code that is committed.

Automated build tools are used to detect changes to source code and then build the software that resulted from the change. Additionally, these tools can be configured to run unit tests against the code to ensure that it works as expected.

asked 10/10/2024
FOTIS FOURLIAS
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first