MCQOPTIONS
Saved Bookmarks
This section includes 13 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
YAGNI is a principle behind the XP practice of _______________ |
| A. | KISS |
| B. | MoSCoW |
| C. | WIB |
| D. | DTSTTCPW |
| Answer» E. | |
| 2. |
YAGNI stands for _____________ |
| A. | Your agile going now inside |
| B. | You aren’t gonna need it |
| C. | You are gonna need it |
| D. | You are given no information |
| Answer» C. You are gonna need it | |
| 3. |
___________ is a principle of extreme programming (XP) that states that a functionality should not be added until deemed necessary. |
| A. | KISS |
| B. | MoSCoW Method |
| C. | Overengineering |
| D. | YAGNI |
| Answer» E. | |
| 4. |
YAGNI_STANDS_FOR______________?$ |
| A. | Your agile going now inside |
| B. | You aren’t gonna need it |
| C. | You are gonna need it |
| D. | You are given no information |
| Answer» C. You are gonna need it | |
| 5. |
YAGNI_is_a_principle_behind_the_XP_practice_of________________$ |
| A. | KISS |
| B. | MoSCoW |
| C. | WIB |
| D. | DTSTTCPW |
| Answer» E. | |
| 6. |
___________ is a principle of extreme programming (XP) that states that a functionality should not be added until deemed necessary? |
| A. | KISS |
| B. | MoSCoW Method |
| C. | Overengineering |
| D. | YAGNI |
| Answer» E. | |
| 7. |
The agile methodologies try to lower project risks by providing the ability to cope with ________ |
| A. | Change |
| B. | Refactoring |
| C. | Inefficiency |
| D. | Redundancy |
| Answer» B. Refactoring | |
| 8. |
To retain a design across features, agile methodologies encourage ______________ to adapt the code base as needed. |
| A. | Changing |
| B. | Adapting |
| C. | Refactoring |
| D. | Duplicating |
| Answer» D. Duplicating | |
| 9. |
Agile methodologists favour writing code in _____________ slices to produce a working use case. |
| A. | Horizontal |
| B. | Small |
| C. | Diagonal |
| D. | Vertical |
| Answer» E. | |
| 10. |
Unit Tests can detect ________________ |
| A. | Regressions |
| B. | Quality Check |
| C. | Database Errors |
| D. | Enforced Error |
| Answer» B. Quality Check | |
| 11. |
Functional tests are more _____________ compared to unit tests. |
| A. | Fine grained |
| B. | Accurate |
| C. | Time consuming |
| D. | Coarse grained |
| Answer» E. | |
| 12. |
Unit tests allow greater test _____________ than functional tests. |
| A. | Coverage |
| B. | Redundancy |
| C. | Prowess |
| D. | Accuracy |
| Answer» B. Redundancy | |
| 13. |
______________ are the first type of tests any application should have. |
| A. | Functional Tests |
| B. | Unit Tests |
| C. | Integration Tests |
| D. | Stress Tests |
| Answer» C. Integration Tests | |