ACP Quality Assurance & Compliance 3 β Questions and Answers
Question 1: When configuring Jira for ISO 9001 compliance, which capability ensures every change to an issue is permanently recorded?
- Issue archiving
- Audit log and issue history (Correct answer)
- Bulk change operations
- Workflow drafts
Correct answer: Audit log and issue history
Jira's audit log and issue change history provide immutable records of all modifications, which is required for ISO 9001 traceability.
Question 2: A compliance manager needs to prove that only authorized users approved a release in Jira. Which feature provides this evidence?
- Workflow conditions
- Issue audit history showing user transitions (Correct answer)
- Project role assignments
- Service level agreements
Correct answer: Issue audit history showing user transitions
The issue audit history records which specific user performed each workflow transition, providing proof of authorized approvals.
Question 3: In Jira Service Management, which feature helps QA and compliance teams enforce that all change requests go through a mandatory approval step?
- Request types
- Change management workflows with approval steps (Correct answer)
- SLA goals
- Automation rules
Correct answer: Change management workflows with approval steps
JSM change management workflows include dedicated approval steps where designated approvers must act before the request can progress.
Question 4: Which JQL query would help a QA team find all bugs reopened after being marked 'Done' in the last 30 days?
- type = Bug AND status = Reopened AND updated >= -30d (Correct answer)
- type = Bug AND statusCategory = 'In Progress'
- type = Bug AND resolution = Unresolved
- type = Bug AND created >= -30d
Correct answer: type = Bug AND status = Reopened AND updated >= -30d
This JQL filters for Bug issues with a Reopened status that were updated in the past 30 days, identifying quality escapes.
Question 5: A QA engineer wants to link a Jira test execution issue to the requirement it validates. Which Jira link type is most semantically appropriate?
- blocks
- is tested by / tests (Correct answer)
- duplicates
- relates to
Correct answer: is tested by / tests
The 'is tested by / tests' link type explicitly captures the traceability relationship between a requirement and its test coverage.
Question 6: Which Atlassian Marketplace app category is specifically designed to help teams manage GDPR and data privacy compliance within Jira?
- Reporting and time tracking apps
- Data governance and compliance apps (Correct answer)
- Agile planning apps
- CI/CD integration apps
Correct answer: Data governance and compliance apps
Data governance and compliance apps in the Atlassian Marketplace provide features like data classification, anonymization, and audit trails for GDPR adherence.
Question 7: In Confluence, which mechanism prevents unauthorized edits to a finalized compliance policy page while still allowing team members to view it?
- Archiving the page
- Setting page restrictions to 'View' only for non-editors (Correct answer)
- Deleting edit permissions at the space level
- Exporting to PDF and deleting the original
Correct answer: Setting page restrictions to 'View' only for non-editors
Page-level restrictions in Confluence can grant view-only access to specific users or groups while restricting edit rights to authorized owners.
When configuring Jira for ISO 9001 compliance, which capability ensures every change to an issue is permanently recorded?