MCQOPTIONS
Saved Bookmarks
This section includes 128 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science Engineering (CSE) knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Which of the following is not a major task of Exit criteria? |
| A. | checking test logs against the exit criteria specified in test planning. |
| B. | logging the outcome of test execution. |
| C. | assessing if more tests are needed. |
| D. | writing a test summary report for stakeholders. |
| Answer» C. assessing if more tests are needed. | |
| 52. |
Which of the following is a form of functional testing? |
| A. | boundary value analysis |
| B. | usability testing |
| C. | performance testing |
| D. | security testing |
| Answer» B. usability testing | |
| 53. |
Which of the following is not described in a unit test standard? |
| A. | syntax testing |
| B. | equivalence partitioning |
| C. | stress testing |
| D. | modified condition/decision coverage |
| Answer» D. modified condition/decision coverage | |
| 54. |
Independent Verification & Validation is |
| A. | done by the developer |
| B. | done by the test engineers |
| C. | done by management |
| D. | done by an entity outside the project’s sphere of influence |
| Answer» E. | |
| 55. |
When a new testing tool is purchased, it should be used first by: |
| A. | a small team to establish the best way to use the tool |
| B. | everyone who may eventually have some use for the tool |
| C. | the independent testing team |
| D. | the vendor contractor to write the initial scripts |
| Answer» B. everyone who may eventually have some use for the tool | |
| 56. |
Inspections can find all the following except |
| A. | variables not defined in the code |
| B. | spelling and grammar faults in the documents |
| C. | requirements that have been omitted from the design documents |
| D. | how much of the code has been covered |
| Answer» E. | |
| 57. |
Which of these can be successfully tested using Loop Testing methodology? |
| A. | simple loops |
| B. | nested loops |
| C. | concatenated loops |
| D. | all of the above |
| Answer» E. | |
| 58. |
Which of the following is not a characteristic for Testability? |
| A. | operability |
| B. | observability |
| C. | simplicity |
| D. | robustness |
| Answer» E. | |
| 59. |
How much testing is enough |
| A. | this question is impossible to answer |
| B. | the answer depends on the risks for your industry, contract and special requirements |
| C. | the answer depends on the maturity of your developers |
| D. | the answer should be standardized for the software development industry |
| Answer» C. the answer depends on the maturity of your developers | |
| 60. |
Function/Test matrix is a type of |
| A. | interim test report |
| B. | final test report |
| C. | project status report |
| D. | management report |
| Answer» D. management report | |
| 61. |
The process starting with the terminal modules is called |
| A. | top-down integration |
| B. | bottom-up integration |
| C. | none of the above |
| D. | module integration |
| Answer» C. none of the above | |
| 62. |
Which, in general, is the least required skill of a good tester? |
| A. | being diplomatic |
| B. | able to write software |
| C. | having good attention to detail |
| D. | able to be relied on |
| Answer» C. having good attention to detail | |
| 63. |
The purpose of requirement phase is |
| A. | to freeze requirements |
| B. | to understand user needs |
| C. | to define the scope of testing |
| D. | all of the above |
| Answer» E. | |
| 64. |
During which test activity could faults be found most cost effectively? |
| A. | execution |
| B. | design |
| C. | planning |
| D. | check exit criteria completion |
| Answer» D. check exit criteria completion | |
| 65. |
Which of the following statements about component testing is not true? |
| A. | component testing should be performed by development |
| B. | component testing is also known as isolation or module testing |
| C. | component testing should have completion criteria planned |
| D. | component testing does not involve regression testing |
| Answer» E. | |
| 66. |
If an expected result is not specified then: |
| A. | we cannot run the test |
| B. | it may be difficult to repeat the test |
| C. | it may be difficult to determine if the test has passed or failed |
| D. | we cannot automate the user inputs |
| Answer» D. we cannot automate the user inputs | |
| 67. |
A regression test |
| A. | will always be automated |
| B. | will help ensure unchanged areas of the software have not been affected |
| C. | will help ensure changed areas of the software have not been affected |
| D. | can only be run during user acceptance testing |
| Answer» C. will help ensure changed areas of the software have not been affected | |
| 68. |
Who has the primary responsibility of setting the quality culture in the organization? |
| A. | senior management |
| B. | the training department |
| C. | the quality department |
| D. | nobody |
| Answer» D. nobody | |
| 69. |
Quality Assurance methods are usually considered |
| A. | detective |
| B. | corrective |
| C. | preventive |
| D. | proactive |
| Answer» D. proactive | |
| 70. |
A Plan to overcome the risk called as |
| A. | migration plan |
| B. | master plan |
| C. | maintenance plan |
| D. | mitigation plan |
| Answer» E. | |
| 71. |
Optimization, Defect Prevention, and Quality Control. Its come under the |
| A. | cmm level 2 |
| B. | cmm level 3 |
| C. | cmm level 4 |
| D. | cmm level5 |
| Answer» E. | |
| 72. |
Which of the following is not one of the techniques to find defects |
| A. | operational techniques |
| B. | functional techniques |
| C. | dynamic techniques |
| D. | static techniques |
| Answer» B. functional techniques | |
| 73. |
Cost of Production = Right The First time cost(RTF. + Cost of Quality. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 74. |
AdHoc testing is a part of |
| A. | unit testing |
| B. | regression tesing |
| C. | exploratory testing |
| D. | performance testing |
| Answer» D. performance testing | |
| 75. |
TQM represents |
| A. | tool quality management |
| B. | test quality manager |
| C. | total quality management |
| D. | total quality manager |
| Answer» D. total quality manager | |
| 76. |
Project Risk affects The Schedule or Resources. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 77. |
How severely the bug is effecting the application is called as |
| A. | severity |
| B. | priority |
| C. | fix ability |
| D. | traceability |
| Answer» B. priority | |
| 78. |
Quality plan describes the quality procedures and standards that will be used in a project. |
| A. | false |
| B. | true |
| Answer» C. | |
| 79. |
Application should be stable. Clear Design and Flow of the application is needed for Automation testing. |
| A. | false |
| B. | true |
| Answer» C. | |
| 80. |
Check Sheet(Checklist. is considered a simple , but powerful statistical tool because it differentiates between two extremes. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 81. |
A metric used to measure the characteristic of the methods, Techniques and tools employed in developing, implementing and maintaining the software system called as |
| A. | process metric |
| B. | product metric |
| C. | test metrics |
| Answer» B. product metric | |
| 82. |
Integration, It will come under |
| A. | cmm level 1 |
| B. | cmm level 3 |
| C. | cmm level 2 |
| D. | none |
| Answer» C. cmm level 2 | |
| 83. |
Types of quality tools are Problem Identification Tools and Problem Analysis Tools. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 84. |
Validation plan describes the approach ,resources and schedule used for system validation |
| A. | true |
| B. | false |
| Answer» B. false | |
| 85. |
Maintenance Plan predicts the maintenance requirements of the system, maintenance costs and effort required |
| A. | true |
| B. | false |
| Answer» B. false | |
| 86. |
Defects generally fall into the following categories? |
| A. | wrong |
| B. | missing |
| C. | extra |
| D. | all the above |
| Answer» E. | |
| 87. |
This type of test include, how well the user will be able to understand and interact with the system? |
| A. | usability testing |
| B. | user acceptance testing |
| C. | alpha testing |
| D. | beta testing. |
| Answer» B. user acceptance testing | |
| 88. |
Path Tested = Number of Path Tested / Total Number of Paths |
| A. | true |
| B. | false |
| Answer» B. false | |
| 89. |
Standards and procedures for managing changes in an evolving software product is called? |
| A. | confirmation management |
| B. | confederation mangement |
| C. | configuration management |
| D. | compartability management |
| Answer» D. compartability management | |
| 90. |
It provides a set of levels and an assessment model, and presents a set of recommended practices that allow organizations to improve their testing processes. |
| A. | tim (testing improving model) |
| B. | tmm (testing maturity model) |
| C. | tqm(total quality management) |
| Answer» B. tmm (testing maturity model) | |
| 91. |
SPICE Means |
| A. | software process improvement and capability determination |
| B. | software process improvement and compatibility determination. |
| C. | software process invention and compatibility determination. |
| D. | software process improvement and control determination |
| Answer» B. software process improvement and compatibility determination. | |
| 92. |
Retesting modules connected to the program or component after a change has been made? |
| A. | full regression testing |
| B. | unit regression |
| C. | regional regression |
| D. | retesting. |
| Answer» D. retesting. | |
| 93. |
Informing to the developer which bug to be fix first is called as |
| A. | severity |
| B. | priority |
| C. | fix ability |
| D. | traceability |
| Answer» C. fix ability | |
| 94. |
Earlier a defect is found the cheaper it is to fix it. Is the above statement correct? |
| A. | yes |
| B. | no |
| Answer» B. no | |
| 95. |
Business Risk affects The Organization developing or Procuring the software. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 96. |
Executing the same test case on a modified build called as |
| A. | regression testing |
| B. | retesting |
| C. | ad hoc testing |
| D. | sanity testing |
| Answer» B. retesting | |
| 97. |
Product Risk affects The quality or performance of the software. |
| A. | true |
| B. | false |
| Answer» B. false | |
| 98. |
A metric used to measure the characteristic of documentation and code called as |
| A. | process metric |
| B. | product metric |
| C. | test metrics |
| Answer» C. test metrics | |
| 99. |
Boundary value analysis belongs to which testing method? |
| A. | black box testing |
| B. | white box testing |
| Answer» B. white box testing | |
| 100. |
Retesting the entire application after a change has been made called as? |
| A. | full regression testing |
| B. | unit regression |
| C. | regional regression |
| D. | retesting |
| Answer» B. unit regression | |