Ontap ADP
Ontap ADP
Introduction to Teamwork
Câu 81. If your code has unrecognized defects, what will you do?
Câu 82. What is the best way to find defects from a function with numerous lines of code?
Câu 83. If your code has errors but you can't find the defect for many hours. What is the best way you
should do?
Câu 84. In coding phase. It is a defect if…
Câu 85. What is the characteristic of software quality that you can achieve if you try to find and fix
defects?
Câu 86. When you run your code step by step to find defects. This technic is…
Câu 87. What is the reason of code defects?
Câu 88. If a defect must be fixed quickly. What will you do?
Câu 89. A hardware device used to debug the software of an embedded system is...
Câu 90. From studies, how many percents of defects are found in 5% of classes?
Câu 91. When you test the number of users access the website at the same time, that is…
Câu 92. The goal of testing is…
Câu 93. When will you evolve and expand your test suite over time?
Câu 94. What is Integration Testing?
Câu 95. If you want to know the Module1 work together with the Module2 are correct or not. What case
of the test will you do?
Câu 96. When you test the number of users access the website at the same time, that is…
Câu 97. What is the normal order of activities software testing?
1. Integration testing
2. Unit testing
3. System testing
4. Acceptance testing
Câu 98. Which type of project bellow needs more and more testing
Câu 99. In Agile processes, what phase can customers participate?
Câu 100. Which library supports unit test in Eclipse?
1.7. Refactoring
Câu 101. Which statement is WRONG when you are talking about refactoring?
Câu 102. What is a code smell?
Câu 103. Long method (code smell) is…
Câu 104. Duplicated code (code smell) is…
Câu 105. When must you refactor your codes?
Câu 106. How to refactor this code?
double circlesquare= radius*radius*3.14;
Câu 107. What are the goals of Refactoring technology?
Câu 108. What is the reason for NOT to refactor codes?
Câu 109. When you want to move some lines of codes to a new procedure. What will you do in Eclipse?
Câu 110. For moving a method from subclass to supper class in eclipse. What refactoring technic will you
do?