When should the Developers create their first automated build?

When should the Developers create their first automated build?A . As soon as there is code in the Version Control System. B. Just before the end of the Sprint. C. Before writing the first line of code. D. When the Product Owner asks for a build. E. Just before the...

March 19, 2023 No Comments READ MORE +

Which are two benefits of establishing naming conventions for code? (choose best two answers)

Which are two benefits of establishing naming conventions for code? (choose best two answers)A . To ensure that abandoned functions are not created. B. To communicate the identity of the Developer who worked on the code. C. To make it easy to distinguish between different Software Products. D. To make...

March 19, 2023 No Comments READ MORE +

Who has the final decision about the order of items in the Product Backlog?

Who has the final decision about the order of items in the Product Backlog?A . The Stakeholders. B. The Scrum Team. C. The Product Owner. D. The Scrum Master. E. The Developers.View AnswerAnswer: C

March 19, 2023 No Comments READ MORE +

Who is responsible for monitoring the progress of work during a Sprint? Pick 1

Who is responsible for monitoring the progress of work during a Sprint? Pick 1A . Scrum Master. B. Project Manager. C. Development Team. D. Product Owner.View AnswerAnswer: C

March 19, 2023 No Comments READ MORE +

Which of the following are DevOps Practices?

Which of the following are DevOps Practices?A . All of the above. B. Continuous Integration / Continuous Deployment / Continuous Delivery. C. Hypothesis Driven Development. D. Blameless Postmortem. E. Blue-Green Deployment. F. Vertical Teams.View AnswerAnswer: E

March 19, 2023 1 Comment READ MORE +

What are three benefits?

A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best three answers)A . Tracking of competencies. B. Clear Acceptance Criteria for each feature. C. Using a code generation tool the solution can be generated from the requirements model. D. Promotes the use...

March 19, 2023 No Comments READ MORE +

When a Continuous Integration build fails who ideally ensures the build is repaired? (choose the best answer)

When a Continuous Integration build fails who ideally ensures the build is repaired? (choose the best answer)A . The Tester responsible for validating builds. B. The person who broke the build. C. Whoever the Developers agree should fix it. D. The next person who needs the build to complete successfully....

March 18, 2023 No Comments READ MORE +

In what ways do Developers contribute to refining the Product Backlog?

In what ways do Developers contribute to refining the Product Backlog?A . They may update estimates for Product Backlog Items. B. They ask questions in order to clarify the intent of Product Backlog Items. C. They do not. The Developers are only responsible for prioritizing technical work. D. They give...

March 18, 2023 No Comments READ MORE +

What are possible benefits from practicing Test Driven Development (TDD)?

What are possible benefits from practicing Test Driven Development (TDD)?A . It might lead to better code as Refactoring is part of the TDD cycle. B. It helps break down complex problems into smaller ones that are much easier to be tackled. C. It is a great way for Testers...

March 18, 2023 No Comments READ MORE +

Why does a test written using TDD (Test Driven Development) initially fail?

Why does a test written using TDD (Test Driven Development) initially fail?A . Because the test has not been refactored. B. Because the Product code to satisfy the test does not yet exist. C. Because the tests are checked in before the Product code exists. D. Because it has to...

March 18, 2023 No Comments READ MORE +