PMI ACP - Difficult Question Bank - Answers
PMI ACP - Difficult Question Bank - Answers
2. Teamwork is an agile project is a critical organizational practices and would imply all
of the following except:
a) A large user story broken down into smaller user stories prior to the start
of iteration
b) A series of small user stories detailed into larger user stories at the conclusion of
iteration
c) A large user story broken down into smaller user stories at the conclusion of
iteration
d) A series of small user stories detailed into larger user stories at the conclusion of
iteration
17. All the below are true of Daily Standup Meetings EXCEPT?
a) The daily standup meetings are typically done standing up so that they will be
short in duration.
b) Limiting the focus of these meetings to only a few key questions also keeps the
meetings very focused and short.
c) These meetings serve to build and sustain the unity of the team.
d) They are not good for team building as they speak about obstacles
.
18. Consensus Building techniques are important in Agile projects and includes:
a) Facilitation and consensus building among the team
b) ask for agreement
c) “Fist of Five” approach
d) Rule of Four
a) The scrummaster attends the Scrum of Scrums meeting or, in his absence, the
Product Owner.
b) The overall scrummaster who acts as the facilitator for the Scrum-of-Scrums
meeting is taken in turns by Scrum Masters
c) A “Scrum-of-Scrums” is a master overall Scrum team that coordinates the
work of a number of other teams
d) The frequency of the Scrum-of-Scrums meetings is weekly.
21. What Model proposed by Jim Highsmith is shown below?
22. The Leadership Guidelines associated with Agile are all of the below EXCEPT?
a) Drive Accountability
b) Model the Way
c) Act on required actions immediately
d) Make the Hard Decisions
23. Training is required in Agile projects for all of the below reasons EXCEPT:
24. All of the below exemplify the EXTREME PROGRAMMING approach EXCEPT?
a) Simplicity
b) Adaptive Leadership
c) Respect
d) Courage
25. The XP planning process undertakes the following sequence:
28. What are the basic activities in the The FDD development process ?
Build Feature List, Plan by Feature, Design by Feature, Build by Feature, Develop
Overall Model
Develop Overall Model, Plan by Feature, Build Feature List, Design by Feature, Build by
Feature
Develop Overall Model, Build Feature List, Plan by Feature, Design by Feature,
Build by Feature
Develop Overall Model, , Plan by Feature, Design by Feature, Build by Feature, Build
Feature List
29. TEST-DRIVEN DEVELOPMENT implies all of the below EXCEPT?
a) Facilitating the work of the team, developing teamwork among everyone on the
project team
b) Shielding the team from external interference and removing any impediments
that hinder progress
c) Building consensus among all team members and acting as a facilitator
d) Also playing the role of the Product Owner
34. What primary role does The “Product Owner” play?
a) Facilitating the work of the team, developing teamwork among everyone on the
project team
b) Shielding the team from external interference and removing any impediments
that hinder progress
c) Defining the features of the product, deciding product release date and
content, ROI and prioritizing features according to market value, risk, and
other factors
d) Building consensus among all team members and acting as a facilitator
a) The set of features that go into a sprint come from the Release backlog
b) In each Sprint, the team creates a potentially shippable product
c) The Product Owner informs the team of the items in the product backlog that are
to be completed in the Sprint
d) The team changes the sprint backlog if unable to complete the requirements
38. All of the below are true of the Product Backlog EXCEPT?
a) Backlog is a list of backlog items which are broad descriptions of all required
features, prioritized by business value
b) The process starts with the Project team defining the Product Backlog.
c) The Product Backlog is typically described by a brief user story.
d) Product Backlog typically contains a rough work estimate for each item in the
backlog.
39. The sequence of building a Product Backlog is:
41. All of the below is true of the DYNAMIC SYSTEMS DEVELOPMENT MODEL
(DSDM) EXCEPT
44. All of the below are true of Lean Software Development EXCEPT?
Lean Software Development is an iterative methodology developed by Mary and Tom
Poppendiek.
It is a well-defined methodology in itself
It owes much of its principles and practices to the Lean Enterprise movement
It focuses the team on delivering Value to customer and efficiency of the Value Stream
a) Eliminating Waste
b) Amplifying Learning
c) Deciding as early as Possible
d) Delivering as Fast as Possible
46. Lean eliminates waste through all the below practices EXCEPT?
a) Selecting only the truly valuable features for a system,
b) Prioritizing those selected
c) Delivering them in small batches
d) developers code more features than are immediately needed
47. All of the below are true of Decide as Late as Possible EXCEPT?
a) Development processes providing for late decision-making due to uncertainty
b) They provide a No option-based approach in the face of uncertainty
c) Develop options to avoid locking in decisions until the future is closer and easier
to predict
d) Delaying decisions is valuable because better decisions can be made when they
are based on fact
48. All of the below are true of Deliver as Fast as Possible EXCEPT?
a) Excellent execution lies in getting the details right, and no one understands the
details better than the leaders who actually knows the work and empowers the
team
b) The people on the front lines combine the knowledge of the minute details
with the power of many minds and are empowered
c) Equipped with necessary expertise and guided by the leader who makes better
technical decisions and better process decisions, the team is empowered
d) Because of a central authority, decisions are made late and execution is fast in
agile projects
a) Integrity means that the system’s central concepts work together as a smooth,
cohesive whole and it is a critical factor in creating perceived integrity
b) Perceived integrity means that a part of the product achieves a balance of
function, usability, reliability, and economy that delights customers.”
c) Software with integrity has a coherent architecture, scores high on usability and
fitness for purpose, and is maintainable, adaptable, and extensible.
d) Integrity comes from wise leadership, relevant expertise, effective
communication, and healthy discipline
52. A type of software development life cycle model that is used to progressively define
the feasibility of requirements for a product or application is known as:
a) Prototype model
b) Spiral model
c) Elaboration model
d) Iterative model
53.Agility Measurement Index scores developments against which five dimensions of a
software project ?
54. Which of the following is not necessary to apply agility to a software process?
55. What are the four framework activities found in the Extreme Programming (XP)
process model?
56. Which is not one of the key questions that is answered by each team member at
each daily Scrum meeting?
57. Agile Modeling (AM) provides guidance to practitioner during which of these
software tasks?
a) Analysis
b) Design
c) Coding
d) Testing
58. In Extreme programming, testing rules and practices include all of the below
EXCEPT?
59. In Extreme programming, User Stories include all of the below EXCEPT?
a) Used to create the time estimates for release planning and acceptance testing
b) Written by the team as things the system needs to do
c) Similar to usage scenarios but not limited to describing a user interface
d) Differ from traditional requirements in the level of detail
61. Development work is translated onto index cards with each task having not more
than
a) the same number of programming tasks equal to the individual velocity measured
in the previous meeting
b) the same number of programming tasks equal to the project velocity
measured in the previous meeting
c) double the number of programming tasks equal to the project velocity measured
in the previous iteration
d) the same number of programming tasks equal to the individual velocity measured
in the previous iteration
63. Simplicity implies all of the below EXCEPT:
64. CRC Cards are used for design and stand for:
66. All of the below are true of Test First coding EXCEPT:
a) All code must pass all unit tests before it can be released to version control
b) Unit tests are both feedback and meta-feedback
c) A strong suite of unit tests enables refactoring, collective code ownership, etc.
d) You need not create a test every time you find a new bug
a) User Stories, Release Planning, Fix XP, CRC Cards, Spike Solutions
b) Refactor, customer always available, all code with passed unit tests
c) Small Releases, Project Velocity, Iteration Planning, Stand-up Meeting
d) Iterations, Simplicity, System Metaphor, Early Functionality, Test-first Coding,
Integrate Often, Collective Code Ownership
69. In XP, which of the below is not an organizational role?
a) Project Manager
b) Business Analyst
c) Architect
d) Product Owner
71. The `Big Room’ approach to Sprint planning implies all of the below EXCEPT:
72. The prioritization factors to consider for a Product Backlog include all the below
EXCEPT:
73. User Stories usually follow the rule of 3 `C’s which stand for:
a) A collection of epics
b) Profiles all the users
c) A description of desired functionality told from the perspective of user or
customer
d) An number of themes
77. All of the below are true about User Stories EXCEPT:
78. Stakeholder involvement will include all the below activities EXCEPT:
79. The `Show and Tell’ demo includes all of the below objectives EXCEPT:
a) Demonstration of progress
b) Define high-level acceptance criteria
c) review iteration goals
d) solicit feedback for correction
80. The risk reviews during the retrospectives includes all of the below practices
EXCEPT:
82. The outputs of prioritization and the Planning Game would be all of the below
EXCEPT:
83. Pruning the Backlog would include all of the below activities EXCEPT:
88. A potentially shippable product increment would include all the following
attributes EXCEPT:
a) High Quality
b) Tested
c) Commit by the Product Owner
d) Done
a) Fitness to purpose
b) Rate of completion
c) Issues & impediments
d) Opportunities to improve performance
a) tailoring tasks and pulling their outputs based only on legitimate need
and rejecting others as waste.
b) transfer lessons learned into a broadbased process definition that is pulled
forward to other projects.
c) Pull the best methods from various Agile methodologies in the project
d) Pulling feedback throughout the project enables proactive improvements.
a) Whiteboards
b) Index Cards
c) flip charts
d) poster
a) Share
b) Focus
c) Retrospect
d) Encourage
97. People who are involved but not dedicated to the project are known as
a) Pigs
b) Stakeholders
c) Owners
d) Chickens
106. Agile Business Value is measured though Net Present Value because:
a) It provides the discounted benefits of using Agile methodology
b) It provides the ratio of total benefits to total costs of Agile projects
c) It provides the total amount of money gained from Agile project
d) It provides the ratio of adjusted benefits to costs of Agile project
107. The smallest set of functionality that must be realized in order for the customer to
perceive value in Agile methodology is known as:
a) Story Point
b) User Story
c) Minimally marketable feature
d) Feature
110. The technique for Backlog relative prioritization where selection criteria is
assessed whether a feature is baseline, linear,or exciting is known as:
a) Theme Screening
b) Theme Scoring
c) Kano Analysis
d) Relative Weighting
111. Self-awareness, Self-regulation, Empathy, Motivation, Social skills are all part of
the principles of:
a) Negotiation
b) Servant Leadership
c) Emotional Intelligence
d) Collaboration
112. Adaptive Leadership in Agile Projects implies all of the below EXCEPT:
a) Influence
b) Facilitate
c) Macro-Manage
d) Honesty & trust
117. All of the below are true about User Stories EXCEPT:
a) a simple, clear, brief description
b) expressing a user’s goal for using the system to deliver business value
c) include implementation detail
d) written in business language
119. In the INVEST principle, the principle of must be executable within single iteration
relates to:
a) Independent
b) Negotiable
c) Estimatable
d) Small
123. User Story Mapping is an approach for all of the below EXCEPT:
a) make visible the workflow or value chain
b) show the relationships of larger stories to their child stories
c) help confirm the completeness of your backlog
d) Prioritized list of work to be performed on a product with valuable items
highest
124. In User Story Mapping, activities and tasks are arranged as:
a) Activities top to bottom with task-centric stories left to right
b) Activities left to right with task-centric stories below
c) Activities right to left with task-centric stories below
d) Activities bottom to top with task-centric stories right to left
125. In Agile, Progressive Elaboration will lead to all of the below artifacts EXCEPT:
a) Flow diagrams for scenarios
b) Story Maps
c) Roles and personas
d) User story elaboration
127. In Agile projects, Wire Frames are used for all of the below, EXCEPT:
a) They enable communication with clients and stakeholders
b) They focus on application functionality
c) They aid in eliciting functional requirements
d) to be elaborated through conversations
128. Creating a charter is used for all of the below, EXCEPT:
a) provide an opportunity for the team to demonstrate self-organisation by
articulating a shared project vision
b) focus on application functionality
c) defining their criteria for success
d) agreeing the working practices to be used
134. The series of work steps performed to deliver the end product from concept to
deployment is known as:
a) Value maps
b) Value prioritization
c) Value Added Work
d) Value Stream
135. Value Stream analysis through Kanban will help in all the below EXCEPT:
a) Schedule Sprints to real time demand.
b) Add buffers and queues as necessary
c) Optimize (level) and Control Inventory.
d) Link Sprints to Customer Demand.
136. The process of value stream mapping involves all of the below measurements
EXCEPT:
a) cycle time
b) task switching
c) value generation time
d) waste of various value streams
138. In Test Driven Development, the term `Test Often’ refers to:
a) Unit testing
b) Continuous regression testing
c) Testing as part of build process
d) Design Software to be Testable
139. In Test Driven Development, all of the below principles are true EXCEPT:
a) Test Early
b) Test Often
c) Automate Tests
d) Collective Code Tests
140. “Before code is written, think about what it will do. Write a test that will use the
methods that haven’t even written yet.” This methodology is referred to as:
a) Verification
b) Validation
c) Test Driven Development
d) Feature Driven development
141. When acceptance tests define the criteria that the system must exhibit, then it can
be treated as which type of artifact?
a) Requirements
b) Design
c) Test Cases
d) Test Log
141. When detailed unit tests define the source code for the system, then it can be
treated as which type of artifact?
a) Requirements
b) Design
c) Test Cases
d) Test Log
144. The Continuous Integration practices include all of the below EXCEPT:
a) Maintaining a Single Source Repository
b) Automating the Build
c) Making Your Build Self-Testing
d) Testing the final source code in the production environment
146. Size Metrics in agile projects would include which of the below:
a) Ideal Hours
b) Actual Hours
c) Story points
d) Story points per iteration
147. Effort Metrics in agile projects would include which of the below:
a) Ideal Hours
b) Features
c) Story points
d) Story points per iteration
148. Velocity Metrics in agile projects would include which of the below:
a) Ideal Hours
b) Features
c) Story points
d) Story points per iteration
150. Velocity can be measured by tasks or Features delivered in iteration and defines
progress as a:
a) relative measure
b) Absolute measure
c) Size measure
d) Effort measure
151. The Chart that shows the estimated number of hours required to complete the
tasks of the Sprint is:
a) Earned Value Chart
b) Burn Down Chart
c) Burn Up Chart
d) Productivity Chart
153. The Chart that shows the amount of work which has been completed, tested and
met acceptance criteria is:
a) Earned Value Chart
b) Burn Down Chart
c) Burn Up Chart
d) Productivity Chart
154. When applying Earned Value Metrics to Agile projects, the Expected Percent
Complete (EPC) would imply:
155. When applying Earned Value Metrics to Agile projects, theActual Percent
Complete (APC) would imply:
a) Number of completed iterations /number of planned iteration
b) Completed Story Point/Total Story Points
c) Budget Allocated for the project/actual cost
d) Number of sprints/Budget Allocated for the project
156. In Agile projects, the Number of errors found before delivery of the software in any
iteration during sprint execution and Number of Errors found after delivery of the
software at production is known as which metric?
a) Residual Defect Density
b) Defect Removal Efficiency
c) Defect Density
d) Causal analysis
157. In Agile projects, the average time between delivery of completed work items or
the number of iterations it takes to complete a story is known as which metric?
a) Sprints
b) Cycle time
c) Velocity
d) Schedule variance
158. When we prioritize features in the Product Backlog based on business value and
risk driven, it is known as:
a) Feature prioritized Backlog
b) Product Backlog
c) Risk adjusted Backlog
d) ROI based Backlog
161. A Risk Burn Down graph that shows a general downward trend implies that:
a) Activities are delivering business value
b) the project risks are reducing
c) architectural risk is not covered
d) requirements risk is not covered
162. All of the below are true about Risk based Spikes, EXCEPT:
a) built to only addresses the problem under examination
b) not good enough to keep and could be thrown away
c) Estimates a user story
d) reduces the risk of a technical problem
164. A list of requirements or issues owned and prioritized by the Product Owner which
anyone can add to is known as:
a) Sprint Backlog
b) Product Backlog
c) Sprint Goal
d) Increment
165. A list of tasks owned and prioritized by the Team in which Team can modify is
known as:
a) Sprint Backlog
b) Product Backlog
c) Sprint Goal
d) Increment
166. All of the below are true of the Product Owner responsibilities EXCEPT:
a) Define the features of the product
b) Review release date and content
c) Be responsible for the profitability of the product (ROI)
d) Prioritize features according to market value
167. The role that represents management to the project, removes impediments,
ensures that the team is fully functional and productive and enables close cooperation
across all roles and functions is:
a) SCRUM Master
b) Product Owner
c) Project Owner
d) Team members
168. All of the below are true of the SCRUM Team EXCEPT:
a) Cross-functional:
b) Members should be full-time
c) Teams are self-organizing
d) Membership can change during a sprint
169. The meeting that occurs at the start of each sprint in which Product manager and
team meet and agrees the next product increment and team determines the tasks for
each backlog item is known as:
a) Estimation meeting
b) Planning meeting
c) Retrospective meeting
d) Review meeting
170. The meeting when the team meets with product Owner to discuss Backlog Items
and assign a relative size value to each is known as:
a) Estimation meeting
b) Planning meeting
c) Retrospective meeting
d) Review meeting
171. The meeting when the team meets with Scrum Master to inspect and adapt on
their process is known as:
a) Estimation meeting
b) Planning meeting
c) Retrospective meeting
d) Review meeting
172. The meeting when the team meets with Product Owner at the end of the sprint to
demonstrate the working software from the sprint. is known as:
a) Estimation meeting
b) Planning meeting
c) Retrospective meeting
d) Review meeting
173. In a Sprint planning meeting, the correct sequence of activities is as follows:
a) Resource capacity plan, Prioritize features, estimate backlog item, select items to
commit
b) Resource capacity plan, select items to commit, Prioritize features, estimate
backlog item
c) Prioritize features, Resource capacity plan, estimate backlog item, select
items to commit
d) Prioritize features, estimate backlog item, select items to commit, Resource
capacity plan
174. The meeting where discussion is held on Feature content, release targets, capacity
are continuously reviewed/discussed/debated is known as:
a) Estimation planning
b) Incremental planning
c) Retrospective planning
d) Review planning
175. All of the below are true of the Sprint Review meeting EXCEPT:
a) Team presents what it accomplished during the sprint
b) Takes the form of a demo of new features or underlying architecture
c) Formal presentation
d) Whole team participates
176. All of the below are true of the Sprint Retrospective meeting EXCEPT:
177. All of the below are true of the Sprint Planning meeting EXCEPT:
a) Review sprint goal
b) Decide how to achieve sprint goal
c) Create sprint backlog from product backlog items
d) Estimate sprint backlog in hours
178. All of the below are true of the Product Owner roles during the Sprint Planning
meeting EXCEPT:
a) Explain the Story
b) Elaborate on acceptance criteria/tests
c) Validate the size/implement ability
d) Break down stories as needed
179. Examine the graphics below related to the Fist of Five. All of the below are true
EXCEPT:
b) The only thing wrong with this idea is that it wasn’t mine
d) I’m uneasy about this and think we need to talk it out some more
180. In Agile projects, the term `Review Yesterdays weather’ implies review of:
a) Estimation
b) Velocity
c) Schedule
d) Quality
181. All the below are true of Release Planning objectives EXCEPT:
a) Get everyone on the same page
b) Understand what you will likely achieve
c) Balance load between the teams
d) Make a commitment as a team
183. High level themes for the next few releases showing progress towards strategy
with lots of “wiggle room is related to:
a) Product vision
b) Product Roadmap
c) Release plan
d) Iteration plan
184. A description of a desired state that is six months or more in the future of what an
organization or product should look like:
a) Product vision
b) Product Roadmap
c) Release plan
d) Iteration plan
185. The Release Roadmap, Target Customers, Target Persona are final artifacts of
which planning activity?
a) Product vision planning
b) Product Roadmap planning
c) Release planning
d) Iteration planning
186. The Product goals, Product Charter, Customers, User Persona are final artifacts of
which planning activity?
a) Product vision planning
b) Product Roadmap planning
c) Release planning
d) Iteration planning
187. All of the below are true of Extreme Programming practices EXCEPT:
a) Pair programming
b) Collective code ownership
c) Continuous Integration
d) Flexible hour week
188. Communication, Simplicity, Feedback, Courage are the core principles of:
a) SCRUM
b) DSDM
c) Extreme Programming
d) CRYSTAL
189. The DTSTTCPW principle used commonly in Extreme Programming relates to:
a) Simplicity
b) Courage
c) Feedback
d) Communication
190. All of the below statements regarding Acceptance Tests are true EXCEPT:
a) When all the acceptance tests pass, that user story is considered complete
b) Could be a script of user interface actions and expected results
c) Ideally acceptance tests should be manual
d) Specified by the customer to test that the overall system is functioning
191. All of the below statements regarding 40 Hours week are true EXCEPT:
a) Programmers go home on time
b) Fresh and eager every morning
c) Tired and satisfied every night
d) No overtime is allowed
192. All of the below statements regarding The Agile Manifesto are true EXCEPT:
a) Individuals and interactions over processes and tools
b) Working software over comprehensive documentation
c) Customer collaboration over discussions
d) Responding to change over following a plan
193. The essential activities of Listening, Coding, Testing are practiced in:
a) Extreme Programming
b) SCRUM
c) DSDM
d) Feature Driven Development
194. Extreme Programming planning follows which of the accurate below sequences?
a) Exploration, iterations, planning, productionizing, maintenance
b) Exploration, planning, iterations, productionizing, maintenance
c) Planning, iterations, exploration, productionizing, maintenance
d) Planning, exploration, productionizing, iterations, maintenance
195. The below principles of Extreme Programming planning design are all true
EXCEPT:
a) Passes all the tests
b) No duplicate code
c) States every intention
d) Maximum possible classes and methods
196. Code refactoring will be undertaken in all the below conditions EXCEPT:
a) Small Classes
b) Big switch statements
c) Un-encapsulated fields
d) Duplicate code
197. All of the below statements regarding The Agile Manifesto are true EXCEPT:
a) Continuous attention to technical excellence and good design enhances agility
b) The best architectures, requirements, and designs emerge from the subject
matter experts in the cross functional team
c) Working software is the primary measure of progress
d) Build projects around motivated individuals
198. All of the below statements regarding Agile Coding is true EXCEPT:
a) Decide as early as possible
b) Deliver as fast as possible
c) Empower the team
d) Build integrity
199. The agile principle regarding iterative and incremental development of working,
operational software would directly relate to the Lean principle of:
a) Continuous improvement
b) Mapping value streams
c) Customer pulls value
d) Respect for people:
200. SCRUM Methodology introduced in 1993 from EASEL was propounded by:
a) Kent Beck
b) Doug De Carlo
c) Jim Highsmith
d) Jeff Sutherland