Questions and CORRECT Answers
Which is not true? The software crisis identified that software is delivered
over-budget
late
incrementally
with too many remaining errors - CORRECT ANSWER - incrementally
In Scrum, who is responsible for removing any impediments that are obstructing the team from
achieving its sprint goal?
Scrum Master
Customer
Product owner
Team members - CORRECT ANSWER - Scrum Master
Software deteriorates rather than wears out because - CORRECT ANSWER - multiple change
requests introduce errors in component interaction
A stakeholder is - CORRECT ANSWER - Anyone who has a vested interest in the success of
the project
Which is not one of the questions answered by each team member at a daily Scrum meeting?
What did you do since the last meeting?
What obstacles are you encountering?
What is the cause of the problems you are encountering?
What do you plan to accomplish by the next team meeting? - CORRECT ANSWER - What is
the cause of the problems you are encountering?
,The critical path - CORRECT ANSWER - determines the total calendar time required to
complete a project
Which of the following is not a configuration management activity?
change management
performance assessment
version management
system building - CORRECT ANSWER - performance assessment
In version control, which of the following is a sequence of versions of source code? - CORRECT
ANSWER - codeline
True or false: The Software Engineering Code of Ethics takes that a professional software
engineering should be committed to lifelong learning - CORRECT ANSWER - True
Which of the following type of version control system creates a clone of the project repository?
agile
file controlled
centralized
distributed - CORRECT ANSWER - distributed
In configuration management storage management, keeping a difference between one version
and other than making a complete copy is called
a difference copy
a source translation
a delta
a clone - CORRECT ANSWER - delta
Which of the following is not a common trait in software processes?
, design and implementation
evolution
specifications
incremental development
validation - CORRECT ANSWER - incremental development
Which is the best type of project to apply a waterfall method?
requirements are not well defined and will not change
the customer cannot clearly define the requirements
a great deal of risk is involved
many rapid releases are needed - CORRECT ANSWER - requirements are well-defined and
will not change
The prototyping of a software is - CORRECT ANSWER - a useful approach when a customer
cannot clearly define requirements clearly
How do agile processes accommodate change to requirements?
incremental releases
refactoring
test driven development
pair programming - CORRECT ANSWER - incremental releases
The formal proclamation defining the key values of agile development is the - CORRECT
ANSWER - Manifesto for Agile Software
In Scrum, the sprint backlog is - CORRECT ANSWER - taken from the product backlog
The common template for a user story "As a <A>, I want to be <B> so <C>. What is <A>?
a developer