Which of the following describes the main purpose of a task management tool in agile projects?
Consider an online application that allows registered users to pay the annual car tax based on the vehicle's engine power in kW. Given the following user story:"As a customer I need the online application to calculate the annual car tax amount that I need to pay for my car":- If the power of the vehicle is less than 20 kW, then the annual car tax is free- If the power of the vehicle is more or equal than 20 kW but less or equal than 150 kW, then the annual car tax is 250 Euros- If the power of the vehicle is more than 150 kW, then the annual car tax is 750 Euros"What is the MOST suitable use of a black-box test design technique for this user story?
Which of the following activities are done in release planning? i. Identifying testable user stories with acceptance criteria. ii. Elaborating the user stories into tasks. iii. Prioritizing the user stories. iv. Creating acceptance tests for the user stories. v. Analyzing risks for each of the user stories. vi. Performing high level estimation for the release.
Which of the following is a benefit of a whole-team approach?
Which of the following statements about the benefits of the Agile processes promoting early and frequent feedback is NOT true?
Which of the following statements about the Planning poker test estimate technique are CORRECT? i) Planning poker is a consensus based technique using a deck of cards. ii) A low test estimate usually means the story should be broken down into multiple smaller stories. iii) A high test estimate usually means the story should be broken down into multiple smaller stories. iv) One poker round is played and then consensus has to be reached. v) The risk level of each backlog item should be decided before the poker session.