The "Browse Projects" permission is typically granted to the _______ group by default.

  • jira-administrators
  • jira-developers
  • jira-service-desk-users
  • jira-users
The "jira-users" group is typically granted the "Browse Projects" permission by default in JIRA. This allows all users to view projects and their associated issues, providing basic access to project information.

Your manager wants to see a visual representation of the team's work over the last few months, including the number of issues completed and the remaining work. Which JIRA report or chart should you use to meet this request?

  • Control Chart
  • Cumulative Flow Diagram
  • Time Tracking Report
  • Velocity Chart
The Cumulative Flow Diagram in JIRA provides a visual representation of the flow of work through various stages over time. It displays the number of issues in each status category, such as to-do, in progress, and done, allowing stakeholders to understand the distribution of work and identify bottlenecks or areas for improvement. By analyzing the chart, managers can gauge the team's efficiency, monitor work progress, and ensure a smooth workflow over the specified period.

How can you create a custom group in JIRA?

  • By directly editing the database.
  • By modifying the JIRA source code.
  • By using a third-party plugin.
  • Through the JIRA administration interface.
In JIRA, custom groups can be created through the JIRA administration interface. Administrators can navigate to the User Management section and then select Groups to create new groups according to the organization's requirements. Creating custom groups allows for finer control over permissions and user management within JIRA. Directly editing the database, using third-party plugins, or modifying the source code are not recommended methods for creating custom groups due to potential risks and compatibility issues.

Agile encourages embracing _________ to adapt to changing circumstances.

  • Incremental Development
  • Iterative Development
  • Sequential Development
  • Waterfall Methodology
Agile methodology emphasizes iterative development, where work is carried out in small increments with a focus on adaptability to accommodate changes as they arise during the project lifecycle.

JIRA provides integration with business intelligence tools such as _______ for advanced analytics and reporting.

  • Excel
  • JIRA Analytics
  • Power BI
  • Tableau
Integration with tools like Power BI allows for advanced data analysis and visualization beyond native JIRA capabilities.

What is the significance of the JIRA "export" operation in backup and restore?

  • Exporting allows for creating a snapshot of JIRA data for migration purposes
  • Exporting ensures the transfer of configuration settings between instances
  • Exporting facilitates the extraction of project-specific data for analysis
  • Exporting helps in creating a backup of user preferences and filters
The "export" operation in JIRA is significant for creating a snapshot of the entire JIRA instance, including projects, issues, and configurations. This snapshot can be used for migration purposes, allowing users to move their JIRA instance to another environment or version.

To optimize workflow performance, it's advisable to limit the number of _______ in your workflows.

  • Projects
  • Screens
  • Transitions
  • Workflows
To optimize workflow performance, it's advisable to limit the number of transitions in your workflows. Transitions represent the different states an issue can move through in a workflow. Limiting unnecessary transitions can simplify workflows and improve performance. Screens represent the user interface elements for capturing or displaying information. Projects represent collections of issues. Workflows define the sequence of states an issue can go through.

To create a custom field in JIRA, you need to define its name, type, and _______.

  • Description
  • Visibility
  • Configuration
  • Context
In JIRA, when creating a custom field, you need to define its name, type (e.g., text, select list, etc.), and configuration. Configuration includes settings like field context, which determines where the field will be available (e.g., on which screens and for which issue types). Therefore, the correct option is "Configuration."

In Agile boards, what is the significance of swimlanes?

  • They categorize issues based on their priority.
  • They group issues based on their assignees.
  • They organize issues based on their status.
  • They separate issues based on their epics.
Swimlanes in Agile boards are used to group issues based on certain criteria such as assignee, priority, issue type, or any custom JIRA field. This helps in visualizing work distribution and tracking progress within specific categories, making it easier for teams to manage their tasks effectively.

When performing system configuration and maintenance, it's essential to have a well-documented _______.

  • Backup Strategy
  • Configuration Documentation
  • Troubleshooting Guidelines
  • User Manual
Proper documentation ensures that system changes are tracked, understood, and replicated accurately, aiding in troubleshooting and maintaining system integrity.