- (Exam Topic 1)
What are two roles of an artifact repository in a CI/CD pipeline? (Choose two.)
Correct Answer:
CE
- (Exam Topic 2)
A company wants to accelerate the adoption of technologies that will simplify its operations. Staff have different skill levels and are looking for a single site to find easy-to-consume beginner, intermediate, and
advanced multidomain use cases. Which site should be used?
Correct Answer:
D
- (Exam Topic 1)
Which statement describes the benefit of using functions in programming?
Correct Answer:
A
- (Exam Topic 1)
Which task is performed because the test-driven development approach is being used?
Correct Answer:
B
"The idea is that you build a test case first, before any software has been created or modified" but "testing existing software before developing new code" is the idea or goal, not the task five steps of TDD:
-Write a test
-Test fails
-Write some code
-Test passes
-Refactor
- (Exam Topic 1)
What are two advantages of version control software? (Choose two.)
Correct Answer:
DE