Your Agile team is consistently delivering less than the committed story points in each sprint. What Agile metric should you primarily focus on to improve your team's performance?

  • Cycle Time
  • Lead Time
  • Throughput
  • Velocity
Velocity is the most suitable Agile metric to focus on in this scenario. It measures the average amount of work completed per sprint and can help the team understand its historical performance and set realistic goals for future sprints. By tracking velocity, the team can identify trends, adapt its planning, and strive for continuous improvement in delivering committed story points.

What is the purpose of the "Sub-task" issue type in JIRA?

  • To assign tasks to developers automatically.
  • To break down larger tasks or user stories into more manageable sub-components.
  • To represent a major feature or initiative within a project.
  • To track defects or problems in the software that need to be fixed.
The purpose of the "Sub-task" issue type in JIRA is to break down larger tasks or user stories into more manageable sub-components. Sub-tasks allow for better tracking and management of work by dividing complex tasks into smaller, more achievable pieces. This helps teams to organize and prioritize their work effectively, as well as allocate resources more efficiently.

How does a Kanban board help in visualizing work in progress (WIP)?

  • By displaying only completed tasks
  • By highlighting overdue tasks
  • By limiting the number of tasks allowed in each column
  • By showing tasks in alphabetical order
A Kanban board visually represents the flow of work by dividing it into columns representing different stages of the process. By limiting the number of tasks allowed in each column, it helps in visualizing work in progress (WIP) and encourages teams to focus on completing tasks before starting new ones, thereby improving efficiency and throughput.

In Agile boards, swimlanes can be used to visually separate work items based on specific _______.

  • Assignees
  • Categories
  • Criteria
  • Priorities
Swimlanes in Agile boards allow for the visual separation of work items based on specific categories. This helps teams to organize and prioritize their tasks effectively.

JIRA workflows allow you to define various _______ to control issue transitions.

  • Actors
  • Paths
  • Rules
  • States
Workflows in JIRA consist of various states through which issues transition. These states are defined to control the flow of work effectively.

Which file format is commonly used for exporting data from JIRA?

  • CSV
  • JSON
  • XLSX
  • XML
The common file format used for exporting data from JIRA is CSV (Comma-Separated Values). This format allows easy manipulation of data in spreadsheet software like Excel, making it convenient for users to analyze and work with the exported data efficiently.

How can you link two issues in JIRA?

  • By using the "Link" option in the issue menu
  • By creating a new issue and referencing the existing issue in its description
  • By tagging both issues with the same label
  • By assigning both issues to the same user
To link two issues in JIRA, you can use the "Link" option available in the issue menu. This allows you to establish a relationship between the two issues, such as "blocks", "is blocked by", "relates to", etc. Linking issues helps in managing dependencies and understanding the connections between different tasks or pieces of work.

What is the primary purpose of a Burndown Chart in Agile project management?

  • To allocate resources effectively
  • To manage team conflicts
  • To track the progress of work completed in a sprint
  • To visualize the remaining work in a sprint
A Burndown Chart in Agile project management primarily visualizes the remaining work in a sprint, helping the team to understand their progress towards completing the planned work. It assists in identifying whether the team is on track to complete the sprint commitment.

To search for issues in JIRA, you can use both _______ and filters.

  • Advanced Syntax
  • Boolean Operators
  • JQL (JIRA Query Language)
  • Keywords
In JIRA, users have the flexibility to search for issues using both keywords and filters. While keywords allow for simple searches based on specific terms or phrases, JQL (JIRA Query Language) provides more advanced search capabilities, allowing users to construct complex queries using a query language similar to SQL. Filters, on the other hand, enable users to save and reuse commonly used search criteria, streamlining the search process for frequently accessed information.

How can JIRA administrators ensure that plugins and add-ons are compatible with their JIRA version?

  • Check plugin documentation for version compatibility
  • Contact plugin developers for compatibility assurance
  • Install plugins and test functionality
  • Regularly update JIRA and plugins for compatibility
JIRA administrators should carefully review plugin documentation to ensure compatibility with their JIRA version. Plugin developers usually specify which JIRA versions their plugins support. Installing and testing plugins in a non-production environment is also advisable to verify compatibility before deploying them in the live environment.