ACP Study Guide 2026
Everything you need to pass the ACP exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.
๐ ACP Exam Format at a Glance
๐ ACP Topics to Study (37)
โ๏ธ Sample ACP Questions & Answers
1. A QA engineer uses Jira Automation to close all 'Testing' issues automatically when the linked story is marked 'Done.' Which trigger should be used?
The 'Issue transitioned' trigger fires when a specified issue changes status, allowing automation to act on linked child or related issues accordingly.
2. When linking Jira issues to Bitbucket commits, which type of Jira Smart Commit command can be used to log time directly from a commit message?
The #time Smart Commit command allows developers to log work time on a Jira issue directly from a Git commit message (e.g., JRA-123 #time 2h 30m).
3. Which scenario would require a atlassian certified professional professional to escalate a atlassian professional agile project management concern?
Creating feedback mechanisms that encourage continuous improvement is the correct approach because effective atlassian professional agile project management in the atlassian certified professional field requires adherence to professional standards, evidence-based practices, and systematic methodology. This approach ensures consistent, high-quality outcomes while maintaining professional accountability.
4. When conducting a retrospective on QA process failures in Jira, which issue type is most appropriate for capturing improvement actions that need to be tracked to completion?
Retrospective action items are best captured as Stories or Tasks in Jira so they can be estimated, assigned, prioritized, and tracked in the next sprint.
5. A product team wants to use Jira to communicate release readiness to business stakeholders. Which combination of information BEST conveys readiness?
Open critical bugs, acceptance criteria completion, and test pass rates together give stakeholders a meaningful picture of release quality and readiness.
6. A team practicing Continuous Testing wants to fail a Bamboo build automatically when new Jira defects exceed a severity threshold. Which approach achieves this?
A Bamboo build task can call the Jira REST API with a JQL query, count critical defects, and fail the build if the count exceeds the threshold.