Practice Questions Flashcards
Commitment to delivery and prioritization in Agile projects are usually part of
Sprint Planning
Choose the correct Extreme Programming (XP) practice names from the following options:
- Test-driven development
- refactoring
- pair programming
What describes the Sprint Review Meeting?
- It is conducted at the end of the Sprint to gather the feedback from Product Owner on the progress
- It is associated with the demo of the software developed in the Sprint
- Product Owner reviews the deliverables as per ‘Done’ definition
Visualize work stages, Limit Work in progress, Measure and Manage flow are related to which of the following?
Kanban
At the lowest level of any Scaled Agile method, Scrum, XP or Kanban are generally followed
True
What is TRUE regarding daily stand-up meeting?
It is conducted every day at the same time where all team members update what they did yesterday, plan for today and mention any road blocks.
Sprint Burndown Chart helps the Agile Projects for –
- Tracking project progress on a daily basis
- Quick reference for Team to know , if any issue to achieve Sprint goal
- Plotted for remaining effort against the days of the sprint
Product backlog is owned and maintained by
Product Owner
What is CORRECT about Continuous Integration (CI)?
- Code needs to be frequently checked in
- Automated builds facilitate CI
- CI helps to identify integration defects in the early stages of the project
Test Driven Development and Unit Testing are similar practices in different names.
False
Which of the following options is the effective way of conducting Daily Stand-up meeting for the teams distributed in different geographic locations?
Leverage time zone difference in the most effective way and accepted by the team
What are important practices for execution of Agile projects in distributed environment?
- Effective usage of communication and collaboration platforms
- Building up trust among team members with frequent meetings
- Active participation of team members across locations in daily stand up, review and retrospective meetings
In cases where Product Owner (PO) and development team do not have any time overlap, which is the BEST way to conduct Sprint Planning meeting?
Team should do certain activities, like analysis, in advance before the actual Sprint Planning meeting with PO
At which stage of the project is it recommended for the teams to co-locate?
During Initiation stage of the project
The advantage of deploying ALM (Application Lifecycle Management) tool in distributed team environment is –
- Provides Visibility and Traceability of entire project
- Manages Reports (tracking project status and Burndown charts)
- Manages Project artifacts
In ‘InfyAgile Global’ projects, Release Planning is associated with –
Establishing estimates
Continuous Integration and Continuous Testing does not support which of the following CMMI process area –
Technical Solution
Objective of ‘Quantitative Project management practice’ in ‘InfyAgile Global’ projects is to:
Obtain the predictability of project performance
Problem and defect prevention, and identification of action items for improvement are recommended to be done during –
Sprint Retrospective Meeting
Which one of the following CMMI process areas is addressed when requirements are traceable and consistent through mechanisms of Product Backlog and User Stories?
Requirements Management
One of the Cs in 3 ‘C’ Method represents:
Conversation
For Epic, which is the most CORRECT definition?
Epics are large requirements broken down in smaller stories
Product Backlog is
Ordered (Prioritized) list of stories, defects, other work items committed for Sprints
The third ‘C’ of the 3C method, ‘Confirmation’ represents
Acceptance Tests
Sprint Backlog is:
Forecasted (committed) list of Product Backlog for the Sprint
What is NOT maintained as part of design in Agile?
Detailed design document with pseudo code