Which of the following are required by Scrum? (choose all of those who apply)

Which of the following are required by Scrum? (choose all of those who apply)A . Unit Tests. B. Build automation C. Release Burnup Chart. D. Critical Path Analysis. E. Refactoring. F. None of the above. G. Burndown Chart.View AnswerAnswer: F

March 18, 2023 No Comments READ MORE +

Which two of the following activities would probably help the team in starting up?

You are the Scrum Master on a newly formed Scrum Team. Which two of the following activities would probably help the team in starting up? (choose the best two answers)A . Ask the Product Owner to discuss the Product its vision history goals and context as well as answer questions....

March 18, 2023 No Comments READ MORE +

Which is the best approach to deliver a high-quality Increment?

Your Scrum Team is one of seven teams working on a Software Product. All teams use the same Version Control System. Which is the best approach to deliver a high-quality Increment?A . There is one automated and integrated build for all seven teams. B. Each team should have its own...

March 18, 2023 No Comments READ MORE +

What are two differences between Unit Tests and Integration Tests?

What are two differences between Unit Tests and Integration Tests?A . A Unit Test only runs on a Developer's workstation. B. An Integration Test runs overnight. C. An Integration Test usually focuses on the integration of two or more units. D. A Unit Test is automated. E. A Unit Test...

March 17, 2023 No Comments READ MORE +

True or False: Cross-functional teams are optimized to work on one technical layer of a system only (e.g. GUI, database, middle tier, interfaces).

True or False: Cross-functional teams are optimized to work on one technical layer of a system only (e.g. GUI, database, middle tier, interfaces).A . True. B. False.View AnswerAnswer: B

March 17, 2023 No Comments READ MORE +

Which of the following are advantages of Continuous Integration?

Which of the following are advantages of Continuous Integration?A . Reduce effort and risk when integrating changes. B. Readability of code is improved. C. Know immediately how a change affected the Product. D. The feature-branch is generally kept in a buildable state.View AnswerAnswer: A,C

March 17, 2023 No Comments READ MORE +

Who decides the System Architecture of a Product developed using Scrum?

Who decides the System Architecture of a Product developed using Scrum?A . The Software Architect assigned to the Scrum Team. B. The Chief Architect. C. The Architect chosen by the Scrum Team. D. The Developers with input from the Scrum Team and others.View AnswerAnswer: D

March 17, 2023 No Comments READ MORE +

Which of the following is true about the Definition of Done?

Which of the following is true about the Definition of Done?A . It might be a subject of discussion during Sprint Retrospective. B. It can only be extended; nothing can be removed. C. It is the sole responsibility of the Developers to define it. D. It is synonymous with Acceptance...

March 17, 2023 No Comments READ MORE +

What are the typical roles when practicing Pair Programming?

What are the typical roles when practicing Pair Programming?A . Driver and Navigator. B. Frontend and Backend. C. Product Owner and Developer. D. Business Analyst and Developer. E. Tester and Developer.View AnswerAnswer: A

March 16, 2023 No Comments READ MORE +

What is a merge in a Version Control System?

What is a merge in a Version Control System?A . Identifying a particular codebase as ready for distribution. B. Triggering a Deployment into Production. C. Combining two or more versions of code into a single codebase. D. Copying a portion of a code base to isolate it from the original...

March 16, 2023 No Comments READ MORE +