HireSpark Interview Prep/Interview prep Flashcards

1
Q

How do you find specific defects in Jira?

A

Use the Jira Search Bar (keywords, issue keys) or create Jira Filters (e.g., by project, issue type, status, priority). For advanced searches, use JQL (e.g., project = “ProjectName” AND issuetype = Bug).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of boards used to visualize defect data in Jira?

A

Kanban Boards and Scrum Boards.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Jira Dashboards used for?

A

Dashboards display gadgets (e.g., charts, lists) to provide a snapshot of defect-related information, acting as dynamic ‘reports.’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you export defect data from Jira?

A

Export to CSV for analysis in Excel/Google Sheets, directly to Excel, or print filter results or individual issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What built-in reports does Jira offer for defects?

A
  • Created vs. Resolved Issues Report: Tracks issues created and resolved over time.
  • Average Age Report: Shows the average time to resolve issues.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Write a JQL query to find high-priority bugs in a project.

A

project = “ProjectName” AND issuetype = Bug AND priority = High.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is Jira’s approach to defect reporting different from static reports?

A

Jira provides tools to find, visualize, and export defect data dynamically, making it more flexible and powerful than static reports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What criteria can you use to create Jira Filters?

A
  • Project
  • Issue type
  • Status
  • Priority
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of the Created vs. Resolved Issues Report?

A

Tracks the number of issues created and resolved over time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What features do Kanban Boards provide in Jira?

A

Visualize defect flow and status.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an example of using a dashboard in Jira?

A

Create a dashboard showing defect status and metrics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Fill in the blank: To write advanced queries in Jira, you use _______.

A

JQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: Jira allows for the direct export of defect data in Excel format.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What can you use gadgets for in Jira Dashboards?

A

To display defect-related information such as charts and lists of high-priority defects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does exporting data to CSV help in defect management?

A

Allows for further analysis in Excel or Google Sheets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the significance of using filters in Jira?

A

Filters help define specific criteria for tracking defects.