Agile encourages ___________ collaboration between team members and stakeholders.

  • Cross-functional
  • Fragmented
  • Hierarchical
  • Individual
Agile promotes cross-functional collaboration, where team members from different disciplines work together towards a common goal. This ensures that everyone's expertise is utilized effectively, leading to better outcomes.

JIRA Data Center offers a scalable solution for handling large numbers of plugins and add-ons by providing _______.

  • clustering
  • load balancing
  • mirroring
  • partitioning
JIRA Data Center provides scalability for managing large numbers of plugins and add-ons through clustering. Clustering allows the distribution of workload across multiple nodes, enhancing performance and reliability while accommodating the increased load generated by numerous plugins and add-ons.

Your company has acquired another large company, and you need to integrate their JIRA instance with your existing one. What strategies would you employ to ensure smooth integration and scalability?

  • Define a consistent set of workflows and schemes
  • Establish a data migration plan
  • Implement a consolidated JIRA instance
  • Set up application links for seamless communication
Setting up application links allows for seamless communication between JIRA instances, facilitating data exchange and collaboration. While consolidating instances can simplify management, it might not be feasible in complex setups. Establishing a data migration plan ensures smooth transition and integration of data. Defining consistent workflows and schemes promotes uniformity and standardization across the integrated instances.

During Sprint Planning, what does the Scrum Team select to work on during the upcoming Sprint?

  • Bugs reported by users
  • Features requested by stakeholders
  • Tasks from the previous Sprint
  • User Stories from the Product Backlog
During Sprint Planning, the Scrum Team selects User Stories from the Product Backlog to work on during the upcoming Sprint. These User Stories represent the highest priority items that deliver value to the customer.

Which of the following is NOT a standard JIRA issue type?

  • Bug
  • Initiative
  • Story
  • Task
"Initiative" is NOT a standard JIRA issue type. In JIRA, the standard issue types typically include Task, Bug, and Story, among others, depending on the project configuration. While Task, Bug, and Story are commonly used to represent different types of work items, "Initiative" is not a predefined issue type in standard JIRA configurations. This understanding is essential for correctly categorizing and managing issues within JIRA projects.

JIRA provides integration with which version control system for tracking code changes?

  • CVS
  • Git
  • Mercurial
  • SVN
JIRA offers integration with Git, a popular distributed version control system, allowing teams to track code changes, link commits to issues, and view code diffs directly within the JIRA interface.

Scenario: Your organization has multiple JIRA projects for different departments. How can you ensure consistent configuration and workflows across these projects?

  • Allow each department to define their own configurations
  • Customize each project individually to meet specific department needs
  • Implement project templates with predefined configurations
  • Use different project management tools for each department
To ensure consistent configuration and workflows across multiple JIRA projects for different departments, it's essential to implement project templates with predefined configurations. This approach maintains consistency in settings, workflows, and configurations across projects, streamlining processes and facilitating cross-department collaboration. Customizing each project individually can lead to inconsistencies and increased maintenance efforts. Allowing each department to define their configurations may result in incompatible workflows and hinder collaboration. Using different project management tools for each department can lead to fragmentation and inefficiency in project management.

What is a "service request" in JIRA Service Desk?

  • A bug reported by a user
  • A formal request from a customer for assistance or information
  • A scheduled maintenance activity
  • A task assigned to an agent for resolution
In JIRA Service Desk, a "service request" refers to a formal request from a customer for assistance or information. It could include tasks like seeking technical support, requesting access to a system, or asking for information. Service requests are typically handled by support agents to ensure timely resolution and customer satisfaction.

How can you add a quick filter to an Agile board in JIRA?

  • Click on the "+" icon next to the filter bar and define the filter criteria.
  • Go to board settings and select "Quick Filters" from the sidebar menu.
  • Open the filter dropdown on the board and select "Add Quick Filter."
  • Use the JQL query builder to create a filter and apply it to the board.
Quick filters in JIRA Agile boards allow users to quickly narrow down the displayed issues based on predefined criteria. To add a quick filter, users can click on the "+" icon next to the filter bar on the board and define the filter criteria. This helps in focusing on specific sets of issues, improving visibility and productivity during sprint planning and execution.

In JIRA, what should be avoided when creating issue names?

  • Including project codes
  • Using emojis
  • Using long descriptive titles
  • Using special characters
When creating issue names in JIRA, it's essential to avoid using long descriptive titles as they can make the issue tracker cluttered and difficult to navigate. Instead, opt for concise and clear titles that accurately represent the issue being addressed. This practice enhances the efficiency of issue tracking and helps team members quickly identify and prioritize tasks.