SAFE AGILE SOFTWARE ENGINEERING
EXAM 2025 BRAND NEW ACTUAL EXAM
WITH ANSWERS.
XP Practices - correct answer -Refactoring, customer tests, code
standard, co-located teams, emergent design, sustainable pace,
pair programming, intentional architecture, continuous integration,
test driven development, collective code ownership, informative
workspace, whole team/onsite customer, planning games and
user stories
Benefit Hypothesis Validation - correct answer -Revolves around
checking that users are actually utilizing a feature
Behavior Driven Development (BDD) - correct answer -Focuses
on understanding external requirements by creating scenarios of
operation which then get formulated into tests
Test Driven Development (TDD) - correct answer -Developers
write an automated unit test first which specifies an internal
, Page | 2
behavior, run the test to observe the failure, and then write the
minimum code necessary to pass the test
Enabler - correct answer -Something that has to be done but is
not a feature
External Application Qualities - correct answer -Meets user's
needs
Performance
Security
Scalability
Usability
Reliability
Efficiency
Testability
Internal Application Qualities - correct answer -Maintainable and
modifiable