InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Could Reviews Or Inspections Be Considered Part Of Testing? |
|
Answer» Yes, because both HELP DETECT FAULTS and improve QUALITY. Yes, because both help detect faults and improve quality. |
|
| 52. |
What Type Of Review Requires Formal Entry And Exit Criteria, Including Metrics? |
|
Answer» Inspection Inspection |
|
| 53. |
What Are The Experience-based Testing Techniques? |
|
Answer» In experience-based techniques, people's KNOWLEDGE, skills and background are a prime contributor to the test CONDITIONS and test cases. The experience of both technical and business people is important, as they bring different perspectives to the test analysis and DESIGN process. Due to previous experience with similar systems, they may have insights into what could go WRONG, which is very USEFUL for testing. In experience-based techniques, people's knowledge, skills and background are a prime contributor to the test conditions and test cases. The experience of both technical and business people is important, as they bring different perspectives to the test analysis and design process. Due to previous experience with similar systems, they may have insights into what could go wrong, which is very useful for testing. |
|
| 54. |
What Is The Difference Between Re-testing And Regression Testing? |
|
Answer» Re-testing ensures the ORIGINAL fault has been removed; REGRESSION testing looks for UNEXPECTED SIDE effects. Re-testing ensures the original fault has been removed; regression testing looks for unexpected side effects. |
|
| 56. |
What Is The Purpose Of A Test Completion Criterion? |
|
Answer» The purpose of TEST COMPLETION criterion is to DETERMINE when to STOP testing. The purpose of test completion criterion is to determine when to stop testing. |
|
| 57. |
What Is Negative And Positive Testing? |
|
Answer» A NEGATIVE test is when you put in an invalid INPUT and receives errors. While a positive TESTING, is when you put in a valid input and expect some action to be completed in ACCORDANCE with the SPECIFICATION. A negative test is when you put in an invalid input and receives errors. While a positive testing, is when you put in a valid input and expect some action to be completed in accordance with the specification. |
|
| 58. |
When "regression Testing" Should Be Performed? |
|
Answer» After the SOFTWARE has CHANGED or when the environment has changed REGRESSION TESTING should be performed. After the software has changed or when the environment has changed Regression testing should be performed. |
|
| 59. |
What Are The Structure-based (white-box) Testing Techniques? |
|
Answer» Structure-based TESTING techniques (which are also dynamic rather than STATIC) use the internal structure of the software to derive test cases. They are commonly called 'white-box' or 'glass-box' techniques (implying you can see into the system) since they require knowledge of how the software is implemented, that is, how it works. For example; a structural technique may be concerned with exercising loops in the software. DIFFERENT test cases may be derived to exercise the loop once, twice, and MANY times. This may be done regardless of the FUNCTIONALITY of the software. Structure-based testing techniques (which are also dynamic rather than static) use the internal structure of the software to derive test cases. They are commonly called 'white-box' or 'glass-box' techniques (implying you can see into the system) since they require knowledge of how the software is implemented, that is, how it works. For example; a structural technique may be concerned with exercising loops in the software. Different test cases may be derived to exercise the loop once, twice, and many times. This may be done regardless of the functionality of the software. |
|
| 60. |
Testing Activity Which Is Performed To Expose Defects In The Interfaces And In The Interaction Between Integrated Components Is? |
|
Answer» Integration Level Testing |
|
| 61. |
Testing Where In We Subject The Target Of The Test , To Varying Workloads To Measure And Evaluate The Performance Behaviours And Ability Of The Target And Of The Test To Continue To Function Properly Under These Different Workloads? |
|
Answer» Load Testing |
|
| 62. |
A Type Of Functional Testing, Which Investigates The Functions Relating To Detection Of Threats, Such As Virus From Malicious Outsiders? |
|
Answer» Security Testing |
|
| 63. |
When Should Configuration Management Procedures Be Implemented? |
|
Answer» During test planning. |
|
| 64. |
What Is An Equivalence Partition (also Known As An Equivalence Class)? |
|
Answer» An INPUT or output ranges of values such that only one value in the RANGE BECOMES a TEST CASE. An input or output ranges of values such that only one value in the range becomes a test case. |
|
| 65. |
What Is The Role Of Moderator In Review Process? |
|
Answer» The moderator (or review leader) leads the review process. He or she determines, in co-operation with the author, the type of review, approach and the composition of the review team. The moderator performs the ENTRY check and the follow-up on the REWORK, in order to control the quality of the INPUT and output of the review process. The moderator also SCHEDULES the MEETING, disseminates documents before the meeting, coaches other team members, paces the meeting, leads possible discussions and stores the data that is collected. The moderator (or review leader) leads the review process. He or she determines, in co-operation with the author, the type of review, approach and the composition of the review team. The moderator performs the entry check and the follow-up on the rework, in order to control the quality of the input and output of the review process. The moderator also schedules the meeting, disseminates documents before the meeting, coaches other team members, paces the meeting, leads possible discussions and stores the data that is collected. |
|
| 66. |
Why Are Static Testing And Dynamic Testing Described As Complementary? |
|
Answer» Because they SHARE the AIM of IDENTIFYING defects but differ in the TYPES of defect they find. Because they share the aim of identifying defects but differ in the types of defect they find. |
|
| 67. |
Consider The Following Techniques. Which Are Static And Which Are Dynamic Techniques? |
Answer»
Data Flow Analysis and Inspections are static; Equivalence Partitioning, Use Case Testing, Exploratory Testing and Decision Testing are DYNAMIC. Data Flow Analysis and Inspections are static; Equivalence Partitioning, Use Case Testing, Exploratory Testing and Decision Testing are dynamic. |
|
| 68. |
Which Of The Following Are Valid Objectives For Incident Reports? |
Answer»
|
|
| 69. |
What Is Random/monkey Testing? When It Is Used? |
|
Answer» Random testing often known as monkey testing. In such type of testing data is generated randomly often USING a TOOL or AUTOMATED mechanism. With this randomly generated input the SYSTEM is tested and results are analysed accordingly. These testing are less reliable; hence it is normally used by the beginners and to see whether the system will hold up under adverse EFFECTS. Random testing often known as monkey testing. In such type of testing data is generated randomly often using a tool or automated mechanism. With this randomly generated input the system is tested and results are analysed accordingly. These testing are less reliable; hence it is normally used by the beginners and to see whether the system will hold up under adverse effects. |
|
| 70. |
What Is Typically The Most Important Reason To Use Risk To Drive Testing Efforts? |
|
Answer» Because TESTING EVERYTHING is not FEASIBLE. Because testing everything is not feasible. |
|
| 71. |
Which Activity In The Fundamental Test Process Includes Evaluation Of The Testability Of The Requirements And System? |
|
Answer» A 'Test ANALYSIS' and 'Design' INCLUDES evaluation of the TESTABILITY of the requirements and SYSTEM. A 'Test Analysis' and 'Design' includes evaluation of the testability of the requirements and system. |
|
| 72. |
What Are The Different Methodologies In Agile Development Model? |
|
Answer» There are currently SEVEN different agile methodologies that I am AWARE of:
There are currently seven different agile methodologies that I am aware of: |
|
| 73. |
In A Reactive Approach To Testing When Would You Expect The Bulk Of The Test Design Work To Be Begun? |
|
Answer» The BULK of the TEST DESIGN work BEGUN after the SOFTWARE or system has been produced. The bulk of the test design work begun after the software or system has been produced. |
|
| 74. |
What Are The Benefits Of Independent Testing? |
|
Answer» INDEPENDENT TESTERS are UNBIASED and IDENTIFY different defects at the same time. Independent testers are unbiased and identify different defects at the same time. |
|
| 75. |
What Is Functional System Testing? |
|
Answer» Testing the END to end FUNCTIONALITY of the system as a whole is defined as a FUNCTIONAL system testing. Testing the end to end functionality of the system as a whole is defined as a functional system testing. |
|
| 76. |
What Is Component Testing? |
|
Answer» Component testing, ALSO KNOWN as unit, module and program testing, searches for defects in, and verifies the functioning of software (e.g. modules, programs, objects, classes, etc.) that are SEPARATELY testable. Component testing may be done in isolation from the rest of the system depending on the context of the development life cycle and the system. Most often stubs and DRIVERS are used to replace the missing software and simulate the interface between the software components in a simple manner. A stub is called from the software component to be tested; a DRIVER calls a component to be tested. Component testing, also known as unit, module and program testing, searches for defects in, and verifies the functioning of software (e.g. modules, programs, objects, classes, etc.) that are separately testable. Component testing may be done in isolation from the rest of the system depending on the context of the development life cycle and the system. Most often stubs and drivers are used to replace the missing software and simulate the interface between the software components in a simple manner. A stub is called from the software component to be tested; a driver calls a component to be tested. |
|
| 77. |
Repeated Testing Of An Already Tested Program, After Modification, To Discover Any Defects Introduced Or Uncovered As A Result Of The Changes In The Software Being Tested Or In Another Related Or Unrelated Software Component: |
|
Answer» Regression Testing |
|
| 78. |
We Use The Output Of The Requirement Analysis, The Requirement Specification As The Input For Writing... |
|
Answer» User Acceptance Test Cases. |
|
| 79. |
What Is The Difference Between Testing Techniques And Testing Tools? |
|
Answer» Testing TECHNIQUE: Is a process for ensuring that some aspects of the application system or unit functions PROPERLY there may be few TECHNIQUES but MANY tools. Testing Tools: Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing. Testing technique: Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools. Testing Tools: Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing. |
|
| 80. |
Rapid Application Development? |
|
Answer» Rapid Application Development (RAD) is formally a parallel development of FUNCTIONS and subsequent INTEGRATION. Components/functions are developed in parallel as if they were mini projects, the developments are time-boxed, delivered, and then assembled into a working prototype. This can very quickly give the customer SOMETHING to see and use and to provide FEEDBACK regarding the delivery and their requirements. Rapid change and development of the product is possible using this methodology. HOWEVER the product specification will need to be developed for the product at some point, and the project will need to be placed under more formal controls prior to going into production. Rapid Application Development (RAD) is formally a parallel development of functions and subsequent integration. Components/functions are developed in parallel as if they were mini projects, the developments are time-boxed, delivered, and then assembled into a working prototype. This can very quickly give the customer something to see and use and to provide feedback regarding the delivery and their requirements. Rapid change and development of the product is possible using this methodology. However the product specification will need to be developed for the product at some point, and the project will need to be placed under more formal controls prior to going into production. |
|
| 81. |
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? |
|
Answer» NONE, EXISTING TEST CASES can be USED. None, existing test cases can be used. |
|
| 82. |
Given The Following Fragment Of Code, How Many Tests Are Required For 100% Decision Coverage? If Width > Length Thenbiggest_dimension = Width If Height > Width Thenbiggest_dimension = Height End_if Elsebiggest_dimension = Length If Height > Length Thenbiggest_dimension = Height End_if End_if |
|
Answer» 4 4 |
|
| 83. |
As Part Of Which Test Process Do You Determine The Exit Criteria? |
|
Answer» The EXIT CRITERIA is DETERMINED on the BASES of 'Test PLANNING'. The exit criteria is determined on the bases of 'Test Planning'. |
|
| 84. |
What Is The Benefit Of Test Independence? |
|
Answer» It avoids AUTHOR BIAS in DEFINING effective tests. It avoids author bias in defining effective tests. |
|
| 85. |
Which Of The Following Defines The Expected Results Of A Test? Test Case Specification Or Test Design Specification. |
|
Answer» Test case specification DEFINES the EXPECTED RESULTS of a test. Test case specification defines the expected results of a test. |
|
| 86. |
What Is The Main Objective When Reviewing A Software Deliverable? |
|
Answer» To IDENTIFY DEFECTS in any SOFTWARE WORK PRODUCT. To identify defects in any software work product. |
|
| 87. |
What Determines The Level Of Risk? |
|
Answer» The LIKELIHOOD of an adverse event and the IMPACT of the event determine the LEVEL of risk. The likelihood of an adverse event and the impact of the event determine the level of risk. |
|
| 88. |
A Wholesaler Sells Printer Cartridges. The Minimum Order Quantity Is 5. There Is A 20% Discount For Orders Of 100 Or More Printer Cartridges. You Have Been Asked To Prepare Test Cases Using Various Values For The Number Of Printer Cartridges Ordered. Which Of The Following Groups Contain Three Test Inputs That Would Be Generated Using Boundary Value Analysis? |
|
Answer» 4, 5, 99 |
|
| 89. |
What Is The Main Benefit Of Designing Tests Early In The Life Cycle? |
|
Answer» It HELPS PREVENT DEFECTS from being INTRODUCED into the CODE. It helps prevent defects from being introduced into the code. |
|