What is the typical duration of a Sprint in Agile Scrum?
- 1 month
- 2 weeks
- 3 months
- 6 months
The typical duration of a Sprint in Agile Scrum is 2 weeks. This short time frame allows for frequent inspection and adaptation, enabling the team to quickly respond to changes and deliver value incrementally.
What is the purpose of defining different issue types in JIRA?
- To categorize and manage different types of work or tasks more effectively
- To change the color scheme of the JIRA interface
- To limit the number of issues that can be created in a project
- To restrict access to certain users based on the issue type
Defining different issue types in JIRA allows teams to categorize and manage various types of work or tasks more effectively. For example, teams can have separate issue types for tasks, bugs, user stories, etc., each with its own workflow and attributes. This helps in organizing and prioritizing work efficiently.
In JIRA, what is a common practice when naming tasks or sub-tasks?
- Avoiding naming altogether
- Copying the names from previous tasks
- Using descriptive and concise titles
- Using random names for creativity
A common practice in JIRA is to use descriptive and concise titles when naming tasks or sub-tasks. This practice ensures that the purpose and scope of each task are clearly understood by team members, reducing confusion and streamlining collaboration.
When exporting data from JIRA to a CSV file, you can select specific _______ to include in the export.
- Columns
- Fields
- Rows
- Tables
When exporting data from JIRA to a CSV file, users have the flexibility to choose which fields they want to include in the export. This feature is particularly useful for tailoring the exported data to meet specific reporting or analysis requirements. By selecting only the relevant fields, users can streamline the exported CSV file and focus on the data points that are most relevant to their needs.
JIRA Data Center uses _______ to distribute user requests across multiple nodes.
- Cluster manager
- Load balancer
- Proxy server
- Reverse proxy
JIRA Data Center employs a load balancer to evenly distribute user requests across its multiple nodes, ensuring efficient utilization of resources and enhancing scalability and reliability.
When creating a custom field, you can specify a _______ to control the field's behavior and visibility.
- Field Configuration
- Field Context
- Field Scheme
- Field Type
When creating a custom field in JIRA, you can specify a "Field Configuration" to control its behavior and visibility. This allows you to tailor the field's behavior based on project requirements, ensuring that it aligns with the specific needs of your organization.
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.
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.
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."