0% found this document useful (0 votes)
462 views

Istqb Questions and Answers

This document contains 26 multiple choice questions related to software testing concepts and processes. The questions cover topics like test design phases, test planning, risk analysis, test case design, equivalence partitioning, test levels, validation, and more. Answers to the questions are also provided.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
462 views

Istqb Questions and Answers

This document contains 26 multiple choice questions related to software testing concepts and processes. The questions cover topics like test design phases, test planning, risk analysis, test case design, equivalence partitioning, test levels, validation, and more. Answers to the questions are also provided.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 28

Q1.

Deliverables of test design phase include all the following except: a) Test data b) Test data plan c) Test summary report d) Test procedure plan Q2. Which of the following is not decided in the test-planning phase? a) Schedules and deliverables b) Hardware and software c) Entry and exit criteria d) Types of test cases Q3. Typical defects that are easier to find in reviews than in dynamic testing are: A. deviations from standards, B.requirement defects, C.design defects, D.insufficient maintainability and incorrect interface specifications. E.All of the above. Q4. Load Testing Tools a) reduces the time spent by the testers b) reduces the resources spent (hardware) c) mostly used in web testing d) all of the above Q5. Reviews, static analysis and dynamic testing have the same objective A.identifying defects. B. fixing defects. C. 1 and 2 D. None Q6. Defect arrival rate curve: A. Shows the number of newly discovered defects per unit time B. Shows the number of open defects per unit time. C. Shows the cumulative total number of defects found up to this time. D. Any of these, depending on the company. Q7. What are the 2 major components taken into consideration with risk analysis? a) The probability the negative event will occur b) The potential loss or impact associated with the event c) Both a and b d) Neither a nor b Q8. We can achieve complete statement coverage but still miss bugs because: A. The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch.

B. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control. C. Both A and B D. We are not required to test code that customers are unlikely to execute. Q9. Who is responsible for conducting test readiness review? a. Test manager b. Test engineer c. both A & B d. Project Manager Q10. What if the project isn't big enough to justify extensive testing? a) Use risk based analysis to find out which areas need to be tested b) Use automation tool for testing c) a and b d) None of the above Q11. What are the key features to be concentrated upon when doing a testing forworld wide web sites a) Interaction between html pages b) Performance on the client side c) Security aspects d) All of the above Q12. What can be done if requirements are changing continuously? a) Work with the project's stakeholders early on to understand howrequirements might change so that alternate test plans and strategiescan be worked out in advance, if possible. b) Negotiate to allow only easily-implemented new requirements into theproject, while moving more difficult new requirements into futureversions of the application c) Both a and b d) None of the above Q13. The selection of test cases for regression testing a) Requires knowledge on the bug fixes and how it affect the system b) Includes the area of frequent defects c) Includes the area which has undergone many/recent code changes d) All of the above Q14. Measurement dysfunction is a problem because: A. Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well. B. We don't know how to measure a variable (our measurement is dysfunctional) and so we don't know how to interpret the result. C. You are measuring the wrong thing and thus reaching the wrong conclusions. D. All of the above.

Q15. What do you mean by Having to say NO a. No, the problem is not with testers b. No, the software is not ready for production c. Both a & b d. none of the above Q16. According to the lecture, there are several risks of managing your project's schedule with a statistical reliability model. These include: A. Testers spend more energy early in the product trying to find bugs than preparingto do the rest of the project's work more efficiently B. Managers might not realize that the testing effort is ineffective, late in the project,because they expect a low rate of bug finding, so the low rate achieved doesn'talarm them. C. It can increase the end-of-project pressure on testers to not find bugs, or to notreport bugs. D. All of the above Q17. Operations testing is: a. compliance testing b. disaster testing c. verifying compliance to rules d. functional testing e. ease of operations Q18. Tools like change Man, Clear case are used as a. functional automation tools b. performance testing tools c. configuration management tools d. none of the above. Q19. Important consequences of the impossibility of complete testing are A. We can never be certain that the program is bug free. B. We have no definite stopping point for testing, which makes it easier for somemanagers to argue for very little testing. C. We have no easy answer for what testing tasks should always be required,because every task takes time that could be spent on other high importance tasks. D. All of the above. Q20. Which is not in sequence in 11 Step Software Testing process a) Assess development plan and status b) Develop the test plan c) Test software design d) Test software requirement Q21. In the MASPAR case study: A. Security failures were the result of untested parts of code. B. The development team achieved complete statement and branch coverage butmissed a serious bug in the MASPAR operating system.

C. An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures. D. All of the above. Q22. Complete statement and branch coverage means: A. That you have tested every statement in the program. B. That you have tested every statement and every branch in the program. C. That you have tested every IF statement in the program. D. That you have tested every combination of values of IF statements in the program Q23. What if the project isn't big enough to justify extensive testing a) Use risk based analysis to find out which areas need to be tested b) Use automation tool for testing c) a and b d) None of the above Q24. Security falls under a. compliance testing b. disaster testing c. verifying compliance to rules d. functional testing e. ease of operations Q25. Which is the best definition of complete testing: A. You have discovered every bug in the program. B. You have tested every statement, branch, and combination of branches in theprogram. C. You have completed every test in the test plan. D. You have reached the scheduled ship date. Q26. What is the concept of introducing a small change to the program and having theeffects of that change show up in some test? a) Desk checking b) Debugging a program c) A mutation error d) Performance testing e) Introducing mutations

Answers: 1 - C, 2 - D, 3 - E, 4 - D, 5 - A, 6 - A, 7 - C, 8 - C, 9 - A, 10 - A, 11 - D, 12 - C, 13 - D, 14 - A, 15 - B, 16 - D, 17 - E, 18 - C, 19 - D, 20 - C, 21 - C, 22 - B, 23 - A, 24 - A, 25 - D, 26 - E

Q1. Deciding how much testing is enough should take into account:i. Level of Risk including Technical and Business product and project risk ii. Project constraints such as time and budget iii. Size of Testing Team iv. Size of the Development Team a) i, ii, iii are true and iv is false b) i, iv are true and ii is false c) i, ii are true and iii, iv are false d) ii, iii, iv are true and i is false Q2. Test planning has which of the following major tasks? i. Determining the scope and risks, and identifying the objectives of testing. ii. Determining the test approach (techniques, test items, coverage, identifying and interfacing the teams involved in testing, testware) iii. Reviewing the Test Basis (such as requirements, architecture, design, interface) iv. Determining the exit criteria. a) i, ii, iv are true and iii is false b) i, iv are true and ii is false c) i, ii are true and iii, iv are false d) ii, iii, iv are true and i is false

Q3. Evaluating testability of the requirements and system are a part of which phase:a) Test Analysis and Design b) Test Planning and control c) Test Implementation and execution d) Evaluating exit criteria and reporting Q4. One of the fields on a form contains a text box which accepts alphabets in lower or upper case. Identify the invalid Equivalence class value. a. CLASS b. cLASS c. CLass d. CLa01ss Q5. In a system designed to work out the tax to be paid:An employee has 4000 of salary tax free. The

next 1500 is taxed at 10% the next 28000 is taxed at 22%. Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) 4800; 14000; 28000 b) 5200; 5500; 28000 c) 28001; 32000; 35000 d) 5800; 28000; 32000 Q6. Which of the following has highest level of independence in which test cases are : a) Designed by persons who write the software under test b) Designed by a person from a different section c) Designed by a person from a different organization d) Designed by another person Q7. We use the output of the requirement analysis, the requirement specification as the input for writing :a) User Acceptance Test Cases b) Integration Level Test Cases c) Unit Level Test Cases d) Program specifications Q8. Validation involves which of the following: i. Helps to check the Quality of the Built Product ii. Helps to check that we have built the right product. iii. Helps in developing the product iv. Monitoring tool wastage and obsoleteness. a) Options i, ii, iii, iv are true. b) ii is true and i, iii, iv are false c) i, ii, iii are true and iv is false d) iii is true and i, ii, iv are false Q9. Which of the following uses Impact Analysis most? a) Component testing b) Non-functional system testing c) User acceptance testing d) Maintenance testing Q10. What is the expected result for each of the following test cases?

A. Citibank card member, holding a Silver room B. Non Citibank-member, holding a Platinum room a) A Dont offer any upgrade, B Dont offer any upgrade. b) A Dont offer any upgrade, B Offer upgrade to Gold. c) A Offer upgrade to Silver, B Offer upgrade to Silver. d) A Offer upgrade to Gold, B Dont offer any upgrade. Q11. 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: a) Re Testing b) Confirmation Testing c) Regression Testing d) Negative Testing Q12. Impact Analysis helps to decide :a) How much regression testing should be done. b) Exit Criteria c) How many more test cases need to written. d) Different Tools to perform Regression Testing Q13. Functional system testing is: a) testing that the system functions with other systems b) testing that the components that comprise the system function together c) testing the end to end functionality of the system as a whole d) testing the system performs functions within specified response times Q14. Consider the above state transition diagram of a switch.Which of the following represents an invalid state transition? a) OFF to ON b) ON to OFF c) FAULT to ON Q15. Peer Reviews are also called as :a) Inspection b) Walkthrough c) Technical Review d) Formal Review

Q16. Consider the following statements: i. 100% statement coverage guarantees 100% branch coverage. ii. 100% branch coverage guarantees 100% statement coverage. iii. 100% branch coverage guarantees 100% decision coverage. iv. 100% decision coverage guarantees 100% branch coverage. v. 100% statement coverage guarantees 100% decision coverage. a) ii is True; i, iii, iv & v are False b) i & v are True; ii, iii & iv are False c) ii & iii are True; i, iv & v are False d) ii, iii & iv are True; i & v are False Q17. The Kick Off phase of a formal review includes the following :a) Explaining the objective b) Fixing defects found typically done by author c) Follow up d) Individual Meeting preparations Q18. Match every stage of the software Development Life cycle with the Testing Life cycle: i. Hi-level design a Unit tests ii. Code b Acceptance tests iii. Low-level design c System tests iv. Business requirements d Integration tests a) i-d , ii-a , iii-c , iv-b b) i-c , ii-d , iii-a , iv-b c) i-b , ii-a , iii-d , iv-c d) i-c , ii-a , iii-d , iv-b Q19. Which of the following is not phase of the Fundamental Test Process? a) Test Planning and Control b) Test implementation and Execution c) Requirement Analysis d) Evaluating Exit criteria and reporting Q20. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ (Linear Code Sequence and Jump) c) syntax testing d) boundary value analysis Q21. Success Factors for a review include:

i. Each Review does not have a predefined objective ii. Defects found are welcomed and expressed objectively iii. Management supports a good review process. iv. There is an emphasis on learning and process improvement. a) ii,iii,iv are correct and i is incorrect b) iii , i , iv is correct and ii is incorrect c) i , iii , iv , ii is in correct d) ii is correct Q22. Defects discovered by static analysis tools include: i. Variables that are never used. ii. Security vulnerabilities. iii. Programming Standard Violations iv. Uncalled functions and procedures a) i , ii,iii,iv is correct b) iii ,is correct I,ii,iv are incorrect. c) i ,ii, iii and iv are incorrect d) iv, ii is correct Q23. Test Conditions are derived from :a) Specifications b) Test Cases c) Test Data d) Test Design Q24. Which of the following is true about White and Black Box Testing Technique:a) Equivalance partitioning, Decision Table and Control flow are White box Testing Techniques. b) Equivalence partitioning , Boundary Value Analysis , Data Flow are Black Box Testing Techniques. c) Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques. d) Equivalence Partioning , State Transition , Use Case Testing and Decision Table are White Box Testing Techniques. Q25. Regression testing should be performed: i. every week ii. after the software has changed iii. as often as possible iv. when the environment has changed v. when the project manager says a) i & ii are true, iii, iv & v are false

b) ii, iii & iv are true, i & v are false c) ii & iv are true, i, iii & v are false d) ii is true, i, iii, iv & v are false Q26. Benefits of Independent Testing a) Independent testers are much more qualified than Developers b) Independent testers see other and different defects and are unbiased. c) Independent Testers cannot identify defects. d) Independent Testers can test better than developers Q27. Minimum Tests Required for Statement Coverage and Branch Coverage :Read P Read Q If p+q > 100 thenPrint LargeEnd if If p > 50 then Print pLarge End if a) Statement coverage is 2, Branch Coverage is 2 b) Statement coverage is 3 and branch coverage is 2 c) Statement coverage is 1 and branch coverage is 2 d) Statement Coverage is 4 and Branch coverage is 2 Q28. Minimum Test Required for Statement Coverage :Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if a) Statement coverage is 4 b) Statement coverage is 1 c) Statement coverage is 3 d) Statement Coverage is 2

Q29. The structure of an incident report is covered in the Standard for Software Test Documentation IEEE 829 and is called as : a) Anomaly Report b) Defect Report c) Test Defect Report d) Test Incident Report Q30. Which of the following is the task of a Test Lead / Leader: i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project. ii. Write Test Summary Reports based on the information gathered during testing iii. Decide what should be automated , to what degree and how. iv. Create the Test Specifications a) i, ii, iii is true and iv is false b) ii,iii,iv is true and i is false c) i is true and ii,iii,iv are false d) iii and iv is correct and i and ii are incorrect Q31. Features of White Box Testing Technique :i. We use explicit knowledge of the internal workings of the item being tested to select the test data. ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the path of logic in a unit or a program. iii. Checking for the performance of the application iv. Also checks for functionality. a) i, ii are true and iii and iv are false b) iii is true and i,ii, iv are false c) ii ,iii is true and i,iv is false d) iii and iv are true and i,ii are false Q32. Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons. a) i , ii , iv are true and iii is false b) i , ii , iii are true and iv is false c) i , iii , iv are true and ii is false d) All of above are true Q33. Which of the following will be the best definition for Testing :-

a) The goal / purpose of testing is to demonstrate that the program works. b) The purpose of testing is to demonstrate that the program is defect free. c) The purpose of testing is to demonstrate that the program does what it is supposed to do. d) Testing is executing Software for the purpose of finding defects. Q34. Which of the following is not a type of incremental testing approach? a) Top down b) Big-bang c) Bottom up d) Functional incrementation. Q35. Drivers are also known as: i. Spade ii. Test harness iii. Scaffolding a) i , ii are true and iii is false b) i , iii are true and ii is false c) ii , iii are true and i is false d) All of the above are true Q36. Exit Criteria may consist of :i. Thoroughness measures , such as coverage of code, functionality or risk ii. Estimates of Defect density or reliability measures. iii. Residual risk such as defects not fixed or lack of test coverage in certain areas iv. Verifying the Test Environment. a) iv is correct and i,ii,iii are incorrect. b) i,ii,iii is correct and iv is incorrect c) ii is correct and i,ii,iii are incorrect d) iii and iv are correct and i,ii are incorrect Q37. Which of the following helps in monitoring the Test Progress:i. Percentage of Test Case Execution ii. Percentage of work done in test environment preparation. iii. Defect Information e.g. defect density, defects found and fixed iv. The size of the testing Team and skills of the engineers a) iv is correct and i,ii,iii are incorrect b) i,ii,iii are correct and iv is incorrect c) i,ii are correct and iii,iv are incorrect d) i,iv are correct and ii , iii are incorrect

Q38. The selection of a test approach should consider the context :i. Risk of Failure of the Project, hazards to the product and risks of product failure to humans ii. Skills and experience of the people in the proposed technique, tools and methods iii. The objective of the testing endeavor and the mission of the testing team. iv. The size of the testing Team a) i,ii,iii,iv are true b) i,ii,iii are true and iv is false. c) ii,iii,iv are true and i is false. d) i,iv are true and ii, iii are false. Q39. In case of Large Systems :a) Only few tests should be run b) Testing should be on the basis of Risk c) Only Good Test Cases should be executed. d) Test Cases written by good test engineers should be executed. Q40. The Provision and Management of a controlled library containing all the configurations items is called as a) Configuration Control b) Status Accounting c) Configuration Identification d) Configuration Identification

Q1. COTS is known as A. Commercial off the shelf software B. Compliance of the software

C. Change control of the software D. Capable off the shelf software Q2. From the below given choices, which one is the Confidence testing A. Sanity testing B. System testing C. Smoke testing D. Regression testing

Q3. Defect Density calculated in terms of A. The number of defects identified in a component or system divided by the size of the component or the system B. The number of defects found by a test phase divided by the number found by that test phase and any other means after wards C. The number of defects identified in the component or system divided by the number of defects found by a test phase D. The number of defects found by a test phase divided by the number found by the size of the system Q4. Be bugging is known as A. Preventing the defects by inspection B. Fixing the defects by debugging C. Adding known defects by seeding D. A process of fixing the defects by tester Q5. An expert based test estimation is also known as A. Narrow band Delphi B. Wide band Delphi C. Bespoke Delphi D. Robust Delphi Q6. When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis Q7. All of the following might be done during unit testing except A. Desk check B. Manual support testing C. Walkthrough D. Compiler based testing

Q8. Which of the following characteristics is primarily associated with software reusability? A. The extent to which the software can be used in other applications B. The extent to which the software can be used by many different users C. The capability of the software to be moved to a different platform D. The capability of one system to be coupled with another system Q9. Which of the following software change management activities is most vital to assessing the impact of proposed software modifications? A. Baseline identification B. Configuration auditing C. Change control D. Version control Q10. Which of the following statements is true about a software verification and validation program? I. It strives to ensure that quality is built into software. II. It provides management with insights into the state of a software project. III. It ensures that alpha, beta, and system tests are performed. IV. It is executed in parallel with software development activities. A. I, II&III B.II, III&IV C.I, II&IV D.I, III&IV Q11. Which of the following is a requirement of an effective software environment? I. Ease of use II. Capacity for incremental implementation III. Capability of evolving with the needs of a project IV. Inclusion of advanced tools A.I, II &III B.I, II &IV C.II, III&IV D.I, III&IV Q12. A test manager wants to use the resources available for the automated testing of a web application. The best choice is A. Test automater, web specialist, DBA, test lead B. Tester, test automater, web specialist, DBA C. Tester, test lead, test automater, DBA D. Tester, web specialist, test lead, test automater Q13. A project manager has been transferred to a major software development project that is in the implementation phase. The highest priority for this project manager should be to

A. Establish a relationship with the customer B. Learn the project objectives and the existing project plan C. Modify the project s organizational structure to meet the manager s management style D. Ensure that the project proceeds at its current pace Q14. Change X requires a higher level of authority than Change Y in which of the following pairs? Change X Change Y A. Code in development Code in production B. Specifications during requirements analysis Specifications during systems test C. Documents requested by the technical development group Documents requested by customers D. A product distributed to several sites A product with a single user Q15. Which of the following functions is typically supported by a software quality information system? I. Record keeping II. System design III. Evaluation scheduling IV. Error reporting A.I, II&III B.II, III &IV C.I, III &IV D.I, II & IV Q16. During the testing of a module tester X finds a bug and assigned it to developer. But developer rejects the same, saying that its not a bug. What X should do? A. Report the issue to the test manager and try to settle with the developer. B. Retest the module and confirm the bug C. Assign the same bug to another developer D. Send to the detailed information of the bug encountered and check the reproducibility Q17. The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to A. Find bugs in the program B. Check the technical accuracy of the document C. Ensure the ease of use of the document D. Ensure that the program is the latest version 18. A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages. A. System Testing B. Big-Bang Testing C. Integration Testing D. Unit Testing Q19. In practice, which Life Cycle model may have more, fewer or different levels of

development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing. A. Water Fall Model B.V-Model C. Spiral Model D. RAD Model Q20. Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. A. Error Guessing B. Boundary Value Analysis C. Decision Table testing D. Equivalence partitioning Q21. There is one application, which runs on a single terminal. There is another application that works on multiple terminals. What are the test techniques you will use on the second application that you would not do on the first application? A. Integrity, Response time B. Concurrency test, Scalability C. Update & Rollback, Response time D. Concurrency test, Integrity Q22. You are the test manager and you are about the start the system testing. The developer team says that due to change in requirements they will be able to deliver the system to you for testing 5 working days after the due date. You can not change the resources(work hours, test tools, etc.) What steps you will take to be able to finish the testing in time. A. Tell to the development team to deliver the system in time so that testing activity will be finish in time. B. Extend the testing plan, so that you can accommodate the slip going to occur C. Rank the functionality as per risk and concentrate more on critical functionality testing D. Add more resources so that the slippage should be avoided Q23. Item transmittal report is also known as A. Incident report B. Release note C. Review report D. Audit report Q24. Testing of software used to convert data from existing systems for use in replacement systems A. Data driven testing B. Migration testing

C. Configuration testing D. Back to back testing Q25. Big bang approach is related to A. Regression testing B. Inter system testing C. Re-testing D. Integration testing Q26. Cause effect graphing is related to the standard A. BS7799 B. BS 7925/2 C. ISO/IEC 926/1 D. ISO/IEC 2382/1 Q27. The tracing of requirements for a test level through the layers of a test documentation done by A. Horizontal tracebility B. Depth tracebility C. Vertical tracebility D. Horizontal & Vertical tracebilities Q28. A test harness is a A. A high level document describing the principles, approach and major objectives of the organization regarding testing B. A distance set of test activities collected into a manageable phase of a project C. A test environment comprised of stubs and drives needed to conduct a test D. A set of several test cases for a component or system under test Q29. You are a tester for testing a large system. The system data model is very large with many attributes and there are a lot of inter dependencies with in the fields. What steps would you use to test the system and also what are the efforts of the test you have taken on the test plan A. Improve super vision, More reviews of artifacts or program means stage containment of the defects. B. Extend the test plan so that you can test all the inter dependencies C. Divide the large system in to small modules and test the functionality D. Test the interdependencies first, after that check the system as a whole Q30. Change request should be submitted through development or program management. A change request must be written and should include the following criteria. I. Definition of the change II. Documentation to be updated III. Name of the tester or developer IV. Dependencies of the change request.

A. I, III and IV B. I, II and III C. II, III and IV D. I, II and IV Q31. Entry criteria should address questions such as I. Are the necessary documentation, design and requirements information available that will allow testers to operate the system and judge correct behavior. II. Is the test environment-lab, hardware, software and system administration support ready? III. Those conditions and situations that must prevail in the testing process to allow testing to continue effectively and efficiently. IV. Are the supporting utilities, accessories and prerequisites available in forms that testers can use A. I, II and IV B. I, II and III C. I, II, III and IV D. II, III and IV. Q32. This life cycle model is basically driven by schedule and budget risks This statement is best suited for A. Water fall model B. Spiral model C. Incremental model D. V-Model Q33. The bug tracking system will need to capture these phases for each bug. I. Phase injected II. Phase detected III. Phase fixed IV. Phase removed A. I, II and III B. I, II and IV C. II, III and IV D. I, III and IV Q34. One of the more daunting challenges of managing a test project is that so many dependencies converge at test execution. One missing configuration file or hard ware device can render all your test results meaning less. You can end up with an entire platoon of testers sitting around for days. Who is responsible for this incident? A. Test managers faults only B. Test lead faults only C. Test manager and project manager faults D. Testers faults only

Q35. System test can begin when? I. The test team competes a three day smoke test and reports on the results to the system test phase entry meeting II. The development team provides software to the test team 3 business days prior to starting of the system testing III. All components are under formal, automated configuration and release management control A. I and II only B. II and III only C. I and III only D. I, II and III Q36. Test charters are used in ________ testing A. Exploratory testing B. Usability testing C. Component testing D. Maintainability testing Answers: 1 A, 2 C, 3 A, 4 C, 5 B, 6 A, 7 B , 8 A, 9 C, 10 C, 11 A, 12 B, 13 B, 14 D, 15 C, 16 D, 17 B, 18 B, 19 B, 20 D, 21 C, 22 C, 23 B, 24 B, 25 D, 26 B, 27 A, 28 C, 29 A, 30 D, 31 A, 32 D, 33 B, 34 A, 35 D, 36 A
Q1. ___________ Testing will be performed by the people at client own locations A. Alpha testing B. Field testing C. Performance testing D. System testing Q2. System testing should investigate A. Non-functional requirements only not Functional requirements B. Functional requirements only not non-functional requirements C. Non-functional requirements and Functional requirements D. Non-functional requirements or Functional requirements

Q3. Which is the non-functional testing A. Performance testing B. Unit testing C. Regression testing D. Sanity testing

Q4. Who is responsible for document all the issues, problems and open point that were identified during the review meeting A. Moderator B. Scribe C. Reviewers D. Author

Q5. What is the main purpose of Informal review A. Inexpensive way to get some benefit B. Find defects C. Learning, gaining understanding, effect finding D. Discuss, make decisions, solve technical problems

Q6. Purpose of test design technique is A. Identifying test conditions only, not Identifying test cases B. Not Identifying test conditions, Identifying test cases only C. Identifying test conditions and Identifying test cases D. Identifying test conditions or Identifying test cases

Q7. ___________ technique can be used to achieve input and output coverage A. Boundary value analysis B. Equivalence partitioning C. Decision table testing D. State transition testing

Q8. Use cases can be performed to test A. Performance testing B. Unit testing C. Business scenarios D. Static testing

Q9. _____________ testing is performed at the developing organizations site A. Unit testing B. Regression testing C. Alpha testing D. Integration testing

Q10. The purpose of exit criteria is A. Define when to stop testing B. End of test level C. When a set of tests has achieved a specific pre condition D. All of the above Q11. Which is not the project risks A. Supplier issues B. Organization factors C. Technical issues D. Error-prone software delivered Q12. Poor software characteristics are A. Only Project risks B. Only Product risks C. Project risks and Product risks D. Project risks or Product risks Q13. ________ and ________ are used within individual workbenches to produce the right output products. A. Tools and techniques B. Procedures and standards C. Processes and walkthroughs D. Reviews and update Q14. The software engineer's role in tool selection is A. To identify, evaluate, and rank tools, and recommend tools to management B. To determine what kind of tool is needed, then find it and buy it C. To initiate the tool search and present a case to management D. To identify, evaluate and select the tools Q15. A _____ is the step-by-step method followed to ensure that standards are met A. SDLC B. Project Plan C. Policy D. Procedure Q16. Which of the following is the standard for the Software product quality A. ISO 1926 B. ISO 829 C. ISO 1012

D. ISO 1028 Q17. Which is not the testing objectives A. Finding defects B. Gaining confidence about the level of quality and providing information C. Preventing defects. D. Debugging defects Q18. Bug life cycle A. Open, Assigned, Fixed, Closed B. Open, Fixed, Assigned, Closed C. Assigned, Open, Closed, Fixed D. Assigned, Open, Fixed, Closed Q19. Which is not the software characteristics A. Reliability B. Usability C. Scalability D. Maintainability Q20. Which is not a testing principle A. Early testing B. Defect clustering C. Pesticide paradox D. Exhaustive testing Q21. X has given a data on a person age, which should be between 1 to 99. Using BVA which is the appropriate one A. 0,1,2,99 B. 1, 99, 100, 98 C. 0, 1, 99, 100 D. 1, 0, 1, 99 Q22. Which is not the fundamental test process A. Planning and control B. Test closure activities C. Analysis and design D. None Q23. Which is not a Component testing A. Check the memory leaks B. Check the robustness

C. Check the branch coverage D. Check the decision tables Q24. PDCA is known as A. Plan, Do, Check, Act B. Plan, Do, Correct, Act C. Plan, Debug, Check, Act D. Plan, Do, Check, Accept Q25. Contract and regulation testing is a part of A. System testing B. Acceptance testing C. Integration testing D. Smoke testing Q26. Which is not a black box testing technique A. Equivalence partition B. Decision tables C. Transaction diagrams D. Decision testing Q27. Arc testing is known as A. Branch testing B. Agile testing C. Beta testing D. Ad-hoc testing Q28. A software model that cant be used in functional testing A. Process flow model B. State transaction model C. Menu structure model D. Plain language specification model Q29. Find the mismatch A. Test data preparation tools Manipulate Data bases B. Test design tools Generate test inputs C. Requirement management tools Enables individual tests to be traceable D. Configuration management tools Check for consistence Q30. The principle of Cyclomatic complexity, considering L as edges or links, N as nodes, P as independent paths A. L-N +2P

B. N-L +2P C. N-L +P D. N-L +P Q31. FPA is used to A. To measure the functional requirements of the project B. To measure the size of the functionality of an Information system C. To measure the functional testing effort D. To measure the functional flow Q32. Which is not a test Oracle A. The existing system B. The code C. Individuals knowledge D. User manual Q33. Find the correct flow of the phases of a formal review A. Planning, Review meeting, Rework, Kick off B. Planning, Individual preparation, Kick off, Rework C. Planning, Review meeting, Rework, Follow up D. Planning, Individual preparation, Follow up, Kick off Q34. Stochastic testing using statistical information or operational profiles uses the following method A. Heuristic testing approach B. Methodical testing approach C. Model based testing approach D. Process or standard compliant testing approach Q35. A project that is in the implementation phase is six weeks behind schedule. The delivery date for the product is four months away. The project is not allowed to slip the delivery date or compromise on the quality standards established for this product. Which of the following actions would bring this project back on schedule? A. Eliminate some of the requirements that have not yet been implemented. B. Add more engineers to the project to make up for lost work. C. Ask the current developers to work overtime until the lost work is recovered. D. Hire more software quality assurance personnel. Q36. One person has been dominating the current software process improvement meeting. Which of the following techniques should the facilitator use to bring other team members into the discussion? A. Confront the person and ask that other team members be allowed to express their opinions.

B. Wait for the person to pause, acknowledge the person s opinion, and ask for someone else s opinion. C. Switch the topic to an issue about which the person does not have a strong opinion. D. Express an opinion that differs from the person s opinion in order to encourage others to express their ideas. Q37. Maintenance releases and technical assistance centers are examples of which of the following costs of quality? A. External failure B. Internal failure C. Appraisal D. Prevention

Answers:-->

Pay HDFC Bank Credit Card Bill Complete


Reference No.: 2067A1 From Account.: Card No.: Card Type: Amount: 05451140050144 5243681002649435 MASTER CARD PLATINUM INR 2292.00

account number : payment response

1024554815

airtel number :

7893730707

transaction message : Thanks for your bill payment. It would reflect in your next bill. Please close the window to exit. reference no. : 102765013 amount paid : 335.83 * Cards of International origin are not accepted Quick Tip: To know more about your account, login to www.airtel.in/myaccount. Mobility customers To know your last 3 mobile payments dial *121# (Toll Free). Fixedline customers - SMS PMTFL to 121 from registered alternate airtel mobile number.

Pay HDFC Bank Credit Card Bill Complete


Reference No.: 4111A1 From Account.: Card No.: Card Type: Amount: 05451140050144 5243681002649435 MASTER CARD PLATINUM INR 2600.00

Important: Please quote the above reference number in all the communications with the bank. You can print this page for your records. Return to Pay HDFC Credit Card Bill

You might also like