Agilysys Interview Questions Apps and Technical
Agilysys Interview Questions Apps and Technical
Quants
"Defect review effectiveness" applies metrics to the number and nature of known defects to better
understand the quality of a product.
"Defect injection rate" would be used to determine "defect review effectiveness". 3*3 Defect rate
calculations and what scenario fits a better defect rate
What is Defect Rejection Ratio (DRR) and Defect Leackage Ratio (DLR)?
- DEFECT REJECTION RATIO (DRR)DRR measures issues that were raised that ultimately had no
impact on product quality. This could easily be considered a measure of wasted effort and an
opportunity for improvement. DRR = # of defects rejected per tester; (assess tester performance)DRR =
# of defects rejected per module; (assess module complexity)DRR = # of defects rejected per team or
project; (assess overall performance)
- DEFECT LEAKAGE RATIO (DLR)DLR measures issues that were not identified during the test phase.
Again, this is another opportunity for improvement. DLR = # of defects missed per tester; (assess tester
performance)DLR = # of defects missed per module; (assess module complexity)DLR = # of defects
missed per team or project; (assess overall performance)
Definition
Defect Detection Efficiency (DDE) is the number of defects detected during a phase/stage that are
injected during that same phase divided by the total number of defects injected during that phase.
ELABORATION
defects:
- Are confirmed and agreed upon (not just reported).
- Dropped defects are not counted.
phase:
- Can be any phase in the software development life cycle where defects can be injected
AND detected. For example, Requirement, Design, and Coding.
injected:
- The phase a defect is ‘injected’ in is identified by analyzing the defects [For instance, a
defect can be detected in System Testing phase but the cause of the defect can be due
to wrong design. Hence, the injected phase for that defect is Design phase.]
FORMULA
DDE = (Number of Defects Injected AND Detected in a Phase / Total Number of Defects Injected
in that Phase) x 100 %
Given the following fragment of code, how many tests are required for 100% decision coverage?
thenbiggest_dimension = width
end_if
elsebiggest_dimension = length
end_if
end_if
Answer : 4
You have designed test cases to provide 100% statement and 100% decision coverage for the following
fragment of code. if width > length then biggest_dimension = width else biggest_dimension = length
end_if The following has been added to the bottom of the code fragment above. print "Biggest
dimension is " &biggest_dimensionprint "Width: " & width print "Length: " & length How many more
test cases are required?
Question related to RTM and why it is used and best scenario when it is updated
Metrics from previous similar projects and discussions with the development team
https://www.guru99.com/software-testing-interview-questions.html