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.
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.
Scenario: Your project manager insists on using complex abbreviations in issue names to save space. How would you explain the potential drawbacks of this approach?
- Abbreviations can make it difficult for new team members to understand the project context
- Abbreviations may lead to confusion and misinterpretation among team members
- Complex abbreviations may violate JIRA's naming guidelines
- Using abbreviations may result in issues being overlooked or misunderstood by stakeholders
Complex abbreviations can hinder effective communication within the team and may confuse new members, ultimately impacting project understanding and collaboration negatively.
What is a JIRA Data Center, and how does it address scalability for large teams?
- A JIRA Data Center is a cloud-based deployment option for teams preferring off-site hosting.
- A JIRA Data Center is a clustered deployment option designed to provide high availability and scalability.
- A JIRA Data Center is a feature-rich edition of JIRA designed for individual developers.
- A JIRA Data Center is a single-server deployment option optimized for small to medium-sized teams.
JIRA Data Center is a clustered deployment solution that allows multiple JIRA application instances to be run on separate servers, providing scalability and high availability. This ensures that as the team grows, the system can handle increased load and maintain performance. By distributing the load across multiple servers, it addresses scalability challenges for large teams effectively.
Your organization is experiencing performance issues with JIRA, and you suspect that the database might be a bottleneck. Which JIRA component should you investigate to address this issue?
- Application Server
- Database
- Indexes
- Web Server
In this scenario, when performance issues are suspected to be related to the database, investigating the database component of JIRA is crucial. This involves examining database configurations, optimizing queries, and ensuring proper indexing strategies. Database performance directly impacts JIRA's overall performance.
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.
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.