PMI Agile Certified Practitioner (ACP) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the PMI Agile Certified Practitioner Exam with multiple choice questions and flashcards. Each question includes explanations to help you gear up for your test!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is considered technical debt?

  1. Additional documentation required for complex projects

  2. Technical decisions that will become obstacles if not implemented

  3. Excessive testing that delays project completion

  4. Use of outdated technologies in project development

The correct answer is: Technical decisions that will become obstacles if not implemented

Technical debt refers to the concept of taking shortcuts in software development or project management that may lead to greater difficulties or obstacles in the future if not addressed. It represents the trade-offs made when choosing a quicker solution over the more time-consuming one that would ultimately yield better long-term benefits. In this context, the correct answer emphasizes that technical decisions, if left unaddressed, can create significant challenges down the line. By acknowledging these decisions as potential barriers, practitioners can better understand the implications of prioritizing rapid deployment over the necessary time to create a sustainable solution. This understanding helps teams address technical debt proactively rather than allowing it to accumulate, which could hinder project progress and quality. The other options, while related to project practices, do not capture the essence of technical debt in the same way. Additional documentation may be a burden but is not a decision leading to future obstacles. Excessive testing can delay delivery but isn't inherently a debt; it's more about the balance between quality assurance and time management. Lastly, the use of outdated technologies might indicate a need for modernization rather than defining technical debt in the context of decisions made during development processes.