What is the purpose of database tuning in JIRA system maintenance?

  • Increasing server RAM
  • Optimizing database queries
  • Reducing network latency
  • Upgrading operating system
Database tuning in JIRA system maintenance involves optimizing database queries to improve performance by reducing execution time and resource consumption.

Which JIRA issue type is typically used to represent user requirements?

  • Bug
  • Epic
  • Story
  • Task
In JIRA, the "Story" issue type is typically used to represent user requirements or user stories. User stories describe specific functionality or features from an end user's perspective and are commonly used in agile development methodologies.

In JIRA, can an issue be assigned to multiple assignees simultaneously?

  • Depends on the permission scheme
  • Depends on the project configuration
  • No
  • Yes
In JIRA, an issue can only be assigned to one assignee at a time. Assigning to multiple assignees is not a built-in feature. Each issue can have only one assignee responsible for it. This helps maintain accountability and clarity regarding who is responsible for resolving the issue.

In a Scrum board, what is the purpose of the "backlog"?

  • A board for tracking team member availability
  • A list of features or tasks to be completed
  • A repository for completed tasks
  • A section for tracking bugs and issues
The backlog in a Scrum board serves as a prioritized list of features, user stories, or tasks that need to be completed during the project. It represents the product backlog and is constantly refined and updated based on feedback and changing requirements.

In JIRA, _______ is a key area where system administrators need to ensure proper configuration and monitoring.

  • Audit Logs
  • Issue Types
  • System Dashboard
  • User Permissions
The system dashboard provides an overview of JIRA's performance and key metrics, helping administrators monitor and manage the system effectively.

Post-functions in workflows are used to perform _______ actions after an issue transitions to a new status.

  • Automated
  • Custom
  • Manual
  • Pre-defined
Post-functions automate actions that occur after an issue transitions, streamlining processes and ensuring consistency. They can be predefined or custom-built based on specific workflow requirements.

What is the purpose of adding conditions to workflow transitions?

  • To automate the workflow without any conditions
  • To change the status of an issue during a workflow transition
  • To control when a transition is available based on certain criteria
  • To restrict access to certain users during workflow transitions
Adding conditions to workflow transitions allows for controlling when a transition is available based on specific criteria, such as issue fields, user roles, or statuses. This helps in ensuring that transitions occur only when certain conditions are met, thus enforcing business rules and maintaining data integrity in the workflow.

When creating a sub-task, you can specify its _______ and _______.

  • assignee, due date
  • priority, description
  • status, resolution
  • type, summary
When creating a sub-task in JIRA, you can specify its type and summary. These attributes help define the nature of the sub-task and provide a clear understanding of its purpose within the parent issue.

The Scrum Master is responsible for ensuring that the Scrum Team follows the _______ during Sprint Execution.

  • Product Backlog
  • Sprint Backlog
  • Scrum framework
  • Sprint Goal
The correct option is "Scrum framework". The Scrum Master ensures that the Scrum Team adheres to the principles and practices outlined in the Scrum framework, facilitating the team's progress and adherence to its processes.

Agile recommends delivering _________ value to customers frequently.

  • Incremental
  • Infrequent
  • Occasional
  • Periodic
Agile emphasizes delivering incremental value to customers frequently, allowing for rapid feedback and adaptation based on customer needs and market dynamics, thereby enhancing overall project success.

How can you trace the relationship between linked issues in JIRA?

  • By checking the issue history for link creation.
  • By exporting issues to Excel and analyzing them.
  • By running a custom JQL (JIRA Query Language) query.
  • By viewing the "Related Issues" section on the issue view page.
In JIRA, you can trace the relationship between linked issues by running a custom JQL (JIRA Query Language) query. JQL allows you to search for issues based on various criteria, including issue links. By specifying the appropriate JQL query, you can identify issues that are linked to a particular issue or issues that are linked in a specific way. This provides a powerful means of tracing relationships between issues and gaining insights into their dependencies and connections within the JIRA environment.

JIRA Automation Rules can help reduce manual _______ in your project.

  • Effort
  • Errors
  • Issues
  • Tasks
JIRA Automation Rules can help reduce manual effort in your project by automating repetitive tasks and streamlining workflows. This can lead to increased productivity and reduced chances of human error.