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
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....
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...
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...
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
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
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
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...
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
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...