Which are four attributes of a good bug report?
Which are four attributes of a good bug report?A . Includes code for a proposed fix. B. Screenshots or other pictures of the bug in action. C. Expected results and observed results. D. Explains some new system functionality desired. E. Provides simple and repeatable reproduction steps. F. Includes build or...
What is the recommended size for a Scrum Team? (choose the best answer)
What is the recommended size for a Scrum Team? (choose the best answer)A . 7 plus or minus 2. B. Minimum of 7. C. Typically 10 or fewer people. D. 9.View AnswerAnswer: C
What do you do?
While developing new functionality you find a bug that has already been delivered to the customer. What do you do?A . Revise the tests so that the bug no longer appears on the bug report. B. Stub out the code that caused the bug so it no longer occurs. C....
When should the Developers on a Scrum Team be replaced? (choose the best answer)
When should the Developers on a Scrum Team be replaced? (choose the best answer)A . Every Sprint to promote shared learning. B. As needed with no special allowance for changes in productivity. C. Never it reduces productivity. D. As needed while taking into account a short-term reduction in productivity.View AnswerAnswer:...
What are some disadvantages of Code Coverages as a measurement for how well a system or Product is tested? (choose best three answers)
What are some disadvantages of Code Coverages as a measurement for how well a system or Product is tested? (choose best three answers)A . Developers could stop adding more valuable tests once the target coverage is achieved. B. It does not ensure that the most important or highest risk areas...
When using Continuous Integration how often should the build be executed?
When using Continuous Integration how often should the build be executed?A . Before the end of the Sprint. B. Whenever new or changed code is checked into version control. C. Once per day. D. Once per hour. E. Whenever new tests are created or uncertainty arises about whether old tests...
Who determines how work is performed during the Sprint?
Who determines how work is performed during the Sprint?A . Team Manager. B. The Developers. C. The Scrum Team. D. The Scrum Master. E. Subject matter experts.View AnswerAnswer: B
What would NOT be considered Refactoring?
What would NOT be considered Refactoring?A . Extracting methods. B. Reordering method parameters to improve readability. C. Changing external interfaces or APIS. D. Extracting interfaces. E. Renaming things to be more logical.View AnswerAnswer: C
How much time must a Product Owner spend with the Developers?
How much time must a Product Owner spend with the Developers?A . Enough so that the Product Owner is not surprised by the value delivered by the Increment. B. Any amount of time the Developers ask the Product Owner to be present. C. 40% or more if the Stakeholders agree....
Which types of tests can be automated?
Which types of tests can be automated?A . Smoke. B. Integration. C. Performance. D. Functional. E. Unit. F. Exploratory.View AnswerAnswer: A,B,C,D,E