HireSpark Interview Prep/Interview prep Flashcards
How do you find specific defects in Jira?
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).
What are the two types of boards used to visualize defect data in Jira?
Kanban Boards and Scrum Boards.
What are Jira Dashboards used for?
Dashboards display gadgets (e.g., charts, lists) to provide a snapshot of defect-related information, acting as dynamic ‘reports.’
How can you export defect data from Jira?
Export to CSV for analysis in Excel/Google Sheets, directly to Excel, or print filter results or individual issues.
What built-in reports does Jira offer for defects?
- Created vs. Resolved Issues Report: Tracks issues created and resolved over time.
- Average Age Report: Shows the average time to resolve issues.
Write a JQL query to find high-priority bugs in a project.
project = “ProjectName” AND issuetype = Bug AND priority = High.
How is Jira’s approach to defect reporting different from static reports?
Jira provides tools to find, visualize, and export defect data dynamically, making it more flexible and powerful than static reports.
What criteria can you use to create Jira Filters?
- Project
- Issue type
- Status
- Priority
What is the purpose of the Created vs. Resolved Issues Report?
Tracks the number of issues created and resolved over time.
What features do Kanban Boards provide in Jira?
Visualize defect flow and status.
What is an example of using a dashboard in Jira?
Create a dashboard showing defect status and metrics.
Fill in the blank: To write advanced queries in Jira, you use _______.
JQL
True or False: Jira allows for the direct export of defect data in Excel format.
True
What can you use gadgets for in Jira Dashboards?
To display defect-related information such as charts and lists of high-priority defects.
How does exporting data to CSV help in defect management?
Allows for further analysis in Excel or Google Sheets.
What is the significance of using filters in Jira?
Filters help define specific criteria for tracking defects.