Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Information regarding ISTQB within the Testing Issues forums, part of the Software Testing category; Hi all, I have recently become a menber of this forum. I am planning to appear for the ISTQB exam. Please guide regarding some sample question papers, other related stuff. ...
|
|||||||
|
|||
|
Hi all,
I have recently become a menber of this forum. I am planning to appear for the ISTQB exam. Please guide regarding some sample question papers, other related stuff. You can mail me on pshilpa_1503@yahoo.co.in. Thanks in advance. |
| The Following 2 Users Say Thank You to p_shilpa For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Information regarding ISTQB
Hi shilpa
even I am preparing for ISTQB for 11 mar. I am unbale to find any old papers related to this exam. if u find any do let me know. thanks Bhavani |
|
|||
|
Hi Dudes,
I have cleared ISTQB foundation level exam on May 4th. I prepared from the text book named " Handbook for ISTQB Foundation level exam". We can get this book from any of the book shops. It costs around Rs 150/-. It was written by the authors who are the board members of the ISTQB. I am sure that it would definetly help u in clearing the exam. ![]() Thanks, Vamsi |
|
|||
|
Re: Information regarding ISTQB
Hi,
I am planning to give foundation level ISTQB exam please guide me and also provide me some material and previous papers for reference. Regards |
|
|||
|
Re: Information regarding ISTQB
Hi Friend,
1)Here is the book link Sample Exam Questions: PMI PMP and ISTQB CTFL 2)Sample questionaire ISTQB sample question papers-part 1 3)Study Guide link Please select a mirror for free download ISEB ISTQB Exam BH0-004 Guide is Free 9.0: http://www.eplanetlabs.com/pads/ISEB-StudyGuide.zip Cheers, Sridevichitthu |
| The Following User Says Thank You to Sridevichitthu For This Useful Post: | ||
|
|||
|
Re: Information regarding ISTQB
hi friend..
The ISTQB is responsible for the international qualification scheme called "ISTQB Certified Tester". Importance???? i hardly depends upon every individual how they consider the certification exam Thanks deepasree |
|
|||
|
Re: Information regarding ISTQB
I am planned to write ISTQB Exam on 2nd week of November please send some sample questions and send some materials for ISTQB.
Please send docs to this mail id prasadreddy.an@gmail.com Thanks Prasad Last edited by prasadanr; 10-22-2008 at 04:34 AM. |
|
|||
|
Re: Information regarding ISTQB
I am planned to write ISTQB Exam please send some sample questions and send some materials for ISTQB.
Please send docs to this mail id ragu_rsr@yahoo.co.in |
|
|||
|
Question note: only one answer per question 1 we split testing into distinct stages primarily because: a) each test stage has a different purpose. B) it is easier to manage testing in stages. C) we can run different tests in different environments. D) the more stages we have, the better the testing. 2 which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities? a) regression testing b) integration testing c) system testing d) user acceptance testing 3 which of the following statements is not correct? a) a minimal test set that achieves 100% lcsaj coverage will also achieve 100% branch coverage. B) a minimal test set that achieves 100% path coverage will also achieve 100% statement coverage. C) a minimal test set that achieves 100% path coverage will generally detect more faults than one that achieves 100% statement coverage. D) a minimal test set that achieves 100% statement coverage will generally detect more faults than one that achieves 100% branch coverage. 4 which of the following requirements is testable? a) the system shall be user friendly. B) the safety-critical parts of the system shall contain 0 faults. C) the response time shall be less than one second for the specified design load. D) the system shall be built to be portable. 5 analyse the following highly simplified procedure: ask: “what type of ticket do you require, single or return?” if the customer wants ‘return’ ask: “what rate, standard or cheap-day?” if the customer replies ‘cheap-day’ say: “that will be £11:20” else say: “that will be £19:50” endif else say: “that will be £9:75” endif now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A) 3 b) 4 c) 5d) 6 6 error guessing: a) supplements formal test design techniques. B) can only be used in component, integration and system testing. C) is only performed in user acceptance testing. D) is not repeatable and should not be used. 7 which of the following is not true of test coverage criteria? a) test coverage criteria can be measured in terms of items exercised by a test suite. B) a measure of test coverage criteria is the percentage of user requirements covered. C) a measure of test coverage criteria is the percentage of faults found. D) test coverage criteria are often used when specifying test completion criteria. 8 in prioritising what to test, the most important objective is to: a) find as many faults as possible. B) test high risk areas. C) obtain good test coverage. D) test whatever is easiest to test. 9 given the following sets of test management terms (v-z), and activity descriptions (1-5), which one of the following best pairs the two sets? v – test control w – test monitoring x - test estimation y - incident management z - configuration control 1 - calculation of required test resources 2 - maintenance of record of test results 3 - re-allocation of resources when tests overrun 4 - report on deviation from test plan 5 - tracking of anomalous test results a) v-3,w-2,x-1,y-5,z-4 b) v-2,w-5,x-1,y-4,z-3 c) v-3,w-4,x-1,y-5,z-2 d) v-2,w-1,x-4,y-3,z-5 10 which one of the following statements about system testing is not true? a) system tests are often performed by independent teams. B) functional testing is used more than structural testing. C) faults found during system tests can be very expensive to fix. D) end-users should be involved in system tests. 11 which of the following is false? a) incidents should always be fixed. B) an incident occurs when expected and actual results differ. C) incidents can be analysed to assist in test process improvement. D) an incident can be raised against documentation. 12 enough testing has been performed when: a) time runs out. B) the required level of confidence has been achieved. C) no more faults are found. D) the users won’t find any serious faults. 13 which of the following is not true of incidents? a) incident resolution is the responsibility of the author of the software under test. B) incidents may be raised against user requirements. C) incidents require investigation and/or correction. D) incidents are raised when expected and actual results differ. 14 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 15 which of the following is false? a) in a system two different failures may have different severities. B) a system is necessarily more reliable after debugging for the removal of a fault. C) a fault need not affect the reliability of a system. D) undetected errors may lead to faults and eventually to incorrect behaviour. 16 which one of the following statements, about capture-replay tools, is not correct? a) they are used to support multi-user testing. B) they are used to capture and animate user requirements. C) they are the most frequently purchased types of cast tool. D) they capture aspects of user behaviour. 17 how would you estimate the amount of re-testing likely to be required? a) metrics from previous similar projects b) discussions with the development team c) time allocated for regression testing d) a & b 18 which of the following is true of the v-model? a) it states that modules are tested against user requirements. B) it only models the testing phase. C) it specifies the test techniques to be used. D) it includes the verification of designs. 19 the oracle assumption: a) is that there is some existing system against which test output may be checked. B) is that the tester can routinely identify the correct outcome of a test. C) is that the tester knows everything about the software under test. D) is that the tests are reviewed by experienced testers. 20 which of the following characterises the cost of faults? a) they are cheapest to find in the early development phases and the most expensive to fix in the latest test phases. B) they are easiest to find during system testing but the most expensive to fix then. C) faults are cheapest to find in the early development phases but the most expensive to fix then. D) although faults are most expensive to find during early development phases, they are cheapest to fix then. 21 which of the following should not normally be an objective for a test? a) to find faults in the software. B) to assess whether the software is ready for release. C) to demonstrate that the software doesn’t work. D) to prove that the software is correct. 22 which of the following is a form of functional testing? a) boundary value analysis b) usability testing c) performance testing d) security testing 23 which of the following would not normally form part of a test plan? a) features to be tested b) incident reports c) risks d) schedule 24 which of these activities provides the biggest potential cost saving from the use of cast? a) test management b) test design c) test execution d) test planning 25 which of the following is not a white box technique? a) statement testing b) path testing c) data flow testing d) state transition testing 26 data flow analysis studies: a) possible communications bottlenecks in a program. B) the rate of change of data values as a program executes. C) the use of data on paths through the code. D) the intrinsic complexity of the code. 27 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% to the nearest whole pound, which of these is a valid boundary value analysis test case? a) £1500 b) £32001 c) £33501 d) £28000 28 an important benefit of code inspections is that they: a) enable the code to be tested before the execution environment is ready. B) can be performed by the person who wrote the code. C) can be performed by inexperienced staff. D) are cheap to perform. 29 which of the following is the best source of expected outcomes for user acceptance test scripts? a) actual results b) program specification c) user requirements d) system specification 30 what is the main difference between a walkthrough and an inspection? a) an inspection is lead by the author, whilst a walkthrough is lead by a trained moderator. B) an inspection has a trained leader, whilst a walkthrough has no leader. C) authors are not present during inspections, whilst they are during walkthroughs. D) a walkthrough is lead by the author, whilst an inspection is lead by a trained moderator. 31 which one of the following describes the major benefit of verification early in the life cycle? a) it allows the identification of changes in user requirements. B) it facilitates timely set up of the test environment. C) it reduces defect multiplication. D) it allows testers to become involved early in the project. 32 integration testing in the small: a) tests the individual components that have been developed. B) tests interactions between modules or subsystems. C) only uses components that form part of the live system. D) tests interfaces to other systems. 33 static analysis is best described as: a) the analysis of batch programs. B) the reviewing of test plans. C) the analysis of program code. D) the use of black box testing. 34 alpha testing is: a) post-release testing by end user representatives at the developer’s site. B) the first testing that is performed. C) pre-release testing by end user representatives at the developer’s site. D) pre-release testing by end user representatives at their sites. 35 a failure is: a) found in the software; the result of an error. B) departure from specified behaviour. C) an incorrect step, process or data definition in a computer program. D) a human action that produces an incorrect result. 36 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 37 the most important thing about early test design is that it: a) makes test preparation easier. B) means inspections are not required. C) can prevent fault multiplication. D) will find all faults. 38 which of the following statements about reviews is true? a) reviews cannot be performed on user requirements specifications. B) reviews are the least effective way of testing code. C) reviews are unlikely to find faults in test plans. D) reviews should be performed on specifications, code, and test plans. 39 test cases are designed during: a) test recording. B) test planning. C) test configuration. D) test specification. 40 a configuration management system would not normally provide: a) linkage of customer requirements to version numbers. B) facilities to compare test results with expected results. C) the precise differences in versions of software component source code. D) restricted access to the source code library. Question number correct answer 1 a 2 a 3 d 4 c 5 a 6 a 7 c 8 b 9 c 10 d 11 a 12 b 13 a 14 c 15 b 16 b 17 d 18 d 19 b 20 a 21 d 22 a 23 b 24 c 25 d 26 c 27 c 28 a 29 c 30 d 31 c 32 b 33 c 34 c 35 b 36 d 37 c 38 d 39 d 40 b
|
| The Following 2 Users Say Thank You to ch.bhaskar.mca For This Useful Post: | ||
|
|||
|
Hi friends,
please find the attached document contains the ISTQB exam paper. First step: prepare the syllabus and then only search for the exam papers and questions. Regards Bhaskar Kumar |
| The Following User Says Thank You to ch.bhaskar.mca For This Useful Post: | ||
|
|||
|
Re: Information regarding ISTQB
Dudes and Dudets
Thank you all Information was pretty useful Vijay |
| The Following User Says Thank You to Siddhant356 For This Useful Post: | ||
|
|||
|
Re: Information regarding ISTQB
Hai friends here i have attached the ref book for istqb with q&a and glossary..... For istqb ref book i was unable to attach the pdf format bcos of 2.5mb. So i have copied in word. If u guys need pdf i will send u thru mail.... And Im not 100% sure abt the Answers in ISTQB Question bank... Make use of it and my best wishes for u guys regards g.guru
Last edited by gurujo; 02-10-2009 at 01:18 AM. |
| The Following 2 Users Say Thank You to gurujo For This Useful Post: | ||
|
|||
|
Re: Information regarding ISTQB
Hi All,
I am planning to attend for ISTQB certification, whats the process for applying? In which site i can find the complete information on this certification dates, apply and details. Pl. help me out. if any important info. Thanks & Regards Tester |
|
|||
|
Re: Information regarding ISTQB
Hi Friends,
I am also planning to apply for ISTQB certification? I want the complete details about this regarding syllabous, how to apply and exam dates complete details? Where can i find these details? Pl. help me, if any other imporant info. pl. forward to my mail id pajarlas@yahoo.co.in Thanks Tester |
|
|||
|
Re: Information regarding ISTQB
hi pajarlas,
ISTQB syllubus are available from ISTQB site metnioned below. http://www.istqb.org/downloads/sylla...dation2005.pdf for the exam dates and centers enter the below address Welcome to Indian Testing Board : Exam Dates Thanks and regards, Bhaskar kumar |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Istqb | bvani | Testing Certification | 30 | 1 Week Ago 12:13 AM |
| Software Testing certificate (ISTQB) | JobHelper | Testing Certification | 20 | 09-09-2009 05:58 AM |
| Iseb/istqb | dperika | CSTE | 6 | 12-26-2006 07:26 PM |
| requires information abt sun certification | snehal_thakre | Certification | 1 | 09-24-2006 05:16 AM |
| Information about Files | scott | Unix/Linux | 1 | 09-24-2006 04:57 AM |