Which is not true? The software crisis identified that software is delivered
over-budget
late
incrementally
with too many remaining errors correct answers 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 answers Scrum Master
Software deteriorates rather than wears out because correct answers multiple change requests
introduce errors in component interaction
A stakeholder is correct answers 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 answers What is the cause of
the problems you are encountering?
The critical path correct answers 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 answers performance assessment
In version control, which of the following is a sequence of versions of source code? correct
answers codeline
True or false: The Software Engineering Code of Ethics takes that a professional software
engineering should be committed to lifelong learning correct answers True
Which of the following type of version control system creates a clone of the project repository?
agile
file controlled
centralized
distributed correct answers 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 answers delta
Which of the following is not a common trait in software processes?
design and implementation
, evolution
specifications
incremental development
validation correct answers 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 answers requirements are well-defined and will not
change
The prototyping of a software is correct answers 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 answers incremental releases
The formal proclamation defining the key values of agile development is the correct answers
Manifesto for Agile Software
In Scrum, the sprint backlog is correct answers 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