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. Renaming things to be more logical E. Extracting interfacesView AnswerAnswer: C Explanation: Refactoring is only about the own code, so not about changing an external interface or...

November 6, 2022 No Comments READ MORE +

What is the size of the scrum team?

What is the size of the scrum team?A . typically 10 or fewer people B. this differs every sprint C. at least 8 people D. 3 to 11View AnswerAnswer: A Explanation: The scrum guide says: "The Scrum Team is small enough to remain nimble and large enough to complete significant...

November 6, 2022 No Comments READ MORE +

When should the developers create their first automated build?

When should the developers create their first automated build?A . Just before the first check-in B. Just before the product is released C. When the product owner asks for a build D. Just before the end of the sprint E. As soon as there is code in the version control...

November 6, 2022 No Comments READ MORE +

The purpose of a sprint is to produce a done increment of product

The purpose of a sprint is to produce a done increment of productA . False B. TrueView AnswerAnswer: B Explanation: The sprint is the heartbeat of scrum, during the sprint the increment is created. The increment must be usable and all the work that's part of the increment should adhere...

November 5, 2022 No Comments READ MORE +

Which statement best describes a product owner’s responsibility?

Which statement best describes a product owner’s responsibility?A . Keeping stakeholders at bay B. Optimizing the value of the developers’ work C. Managing the project and ensuring the work gets done in line with the requirements D. Directing the developersView AnswerAnswer: B Explanation: Product owner is value optimizer. Of the...

November 4, 2022 No Comments READ MORE +

How much time does Product backlog refinement take?

How much time does Product backlog refinement take?A . 25% of the sprint capacity B. As much as needed without endangering the Sprint goal C. 10% of the senior developersView AnswerAnswer: B Explanation: The refinement is very important and can take quite some time for that reason, however, it should...

November 4, 2022 No Comments READ MORE +

Who is responsible for a sprint backlog item that contains several database tasks?

Who is responsible for a sprint backlog item that contains several database tasks?A . The developers B. Product owner C. The company’s database specialist D. Scrum masterView AnswerAnswer: A Explanation: Developers are responsible for conducting the work on the sprint backlog

November 3, 2022 No Comments READ MORE +

Which is the best approach to deliver high-quality increments?

Your team is one of seven teams working on a product. All teams use the same version control system. Which is the best approach to deliver high-quality increments?A . Each team’s automated build is integrated toward the end of the sprint B. Developers should perform a combination of local and...

November 3, 2022 No Comments READ MORE +

What is the step to take in TDD after the tests have failed?

What is the step to take in TDD after the tests have failed?A . Meet with the team to see why it fails B. Change the test in a way that is passes C. Run it again to verify it fails. D. Write the code to satisfy the testView AnswerAnswer:...

November 3, 2022 No Comments READ MORE +

The role of the scrum master during the daily scrum is:

The role of the scrum master during the daily scrum is:A . Manage the meeting B. All of these C. Lead the discussion D. Ensure that the meeting takes place and that its timebox won't be exceeded E. Make sure all three questions of the daily scrum are answeredView AnswerAnswer:...

November 2, 2022 No Comments READ MORE +