In Agile, what does the "Definition of Done" help teams establish?

  • Acceptance criteria for user stories
  • Coding standards
  • Criteria for when a user story is considered complete
  • Sprint duration
The "Definition of Done" in Agile helps teams establish the criteria that must be met for a user story to be considered complete and ready for release. It ensures that all necessary tasks, such as coding, testing, documentation, and integration, are completed to a satisfactory level of quality before moving on to the next task or sprint.

In JIRA, project administrators can create custom _______ to group related issues.

  • Dashboards
  • Filters
  • Schemas
  • Workflows
In JIRA, project administrators can create custom workflows to group related issues. Workflows define the process through which an issue moves during its lifecycle. They can include statuses, transitions, validators, conditions, and post-functions.

What is the Atlassian Marketplace, and how is it related to JIRA plugins and add-ons?

  • It is a platform for buying and selling JIRA licenses.
  • It is a platform for finding and installing JIRA plugins and add-ons developed by Atlassian.
  • It is a community forum for discussing JIRA-related topics.
  • It is a platform for sharing JIRA project templates.
The correct option is that the Atlassian Marketplace is a platform for finding and installing JIRA plugins and add-ons developed by Atlassian. It serves as a central hub where users can browse, purchase, and download various plugins and add-ons to enhance the functionality of their JIRA instance.

How can you verify the integrity of a JIRA backup file before performing a restore operation?

  • Check file permissions, Rename the file, Perform test restore, Delete the file
  • Compare file size, Check file permissions, Rename the file, Perform test restore
  • Perform test restore, Compare checksum, Check file permissions, Rename the file
  • Perform test restore, Compare file size, Check file permissions, Rename the file
Verifying the integrity of a JIRA backup file is essential to ensure its reliability before performing a restore operation. One method to verify integrity is to perform a test restore in a separate environment to confirm that the backup can be successfully restored without errors. Additionally, comparing checksums or file sizes between the original and backup files can help detect any discrepancies that may indicate corruption. Checking file permissions and renaming the file can also be part of the verification process to ensure proper access and identification of the backup file.

How can well-defined naming conventions improve collaboration within a project team?

  • Create confusion and misunderstanding
  • Enhance clarity and understanding of issues
  • Increase project complexity
  • Slow down communication
Well-defined naming conventions improve collaboration within a project team by enhancing clarity and understanding of issues. Consistent naming conventions provide a common language for team members, reducing ambiguity and ensuring everyone is on the same page. This fosters effective communication and collaboration, leading to better project outcomes.

Your Agile team is using a burndown chart to track progress. In the middle of the sprint, the burndown chart shows an upward trend. What action should the team take based on this metric?

  • Decrease the sprint scope
  • Extend the sprint duration
  • Identify impediments and remove them as soon as possible
  • Increase the sprint backlog
An upward trend in the burndown chart during the sprint indicates that the team is not progressing as planned and might face obstacles or impediments. In this situation, the team should proactively identify any blockers or issues hindering progress and take immediate action to resolve them. By addressing impediments promptly, the team can regain momentum and strive to achieve the sprint goals within the allocated time frame.

Project categories allow you to group related projects for _______ purposes.

  • Administrative
  • Management
  • Organizational
  • Structural
Project categories in JIRA enable you to categorize related projects for organizational purposes, facilitating easier navigation and management of projects within larger contexts.

Which part of JIRA allows users to install and manage plugins and add-ons?

  • JIRA Marketplace
  • JIRA Admin Console
  • JIRA Control Panel
  • JIRA Configuration Section
The correct option is the JIRA Admin Console. This section of JIRA provides users with the ability to install, manage, and configure plugins and add-ons. It allows administrators to extend the functionality of JIRA according to the specific needs of their organization.

Which JQL function allows you to find issues that have been updated after a specific date?

  • afterDate()
  • lastUpdated()
  • updatedAfter()
  • updatedDate()
The correct function to find issues updated after a specific date in JIRA's JQL is updatedDate(). This function takes a date parameter and returns issues that were updated after that date.

During sprint planning, your team is having difficulty estimating the complexity of a user story. Which Agile estimation technique might be helpful in this situation?

  • Bucket System
  • Planning Poker
  • Relative Estimation
  • T-Shirt Sizing
Planning Poker is a consensus-based Agile estimation technique where team members use playing cards to estimate the complexity of user stories. It encourages active participation from all team members, promotes discussion, and leverages collective intelligence to arrive at more accurate estimates. This technique can be particularly helpful when dealing with complex user stories where individual perspectives vary.