0% found this document useful (0 votes)
260 views6 pages

2003-06 Exam Questions

1. The document contains questions from a CSTE exam on June 14, 2003. It includes questions on testing an e-commerce application, definitions of testing terms, how to create an acceptance test plan with a customer, overtesting, additional testing needs for connected workstations, standards for test plans/scripts/reports, making unit testing effective, and approaches when running out of time for testing. 2. The document also includes multiple choice questions related to quality assurance, software testing processes, definitions, testing techniques, and costs. 3. Key areas covered include testing strategies, quality management, software development lifecycles, and definitions of testing techniques.

Uploaded by

api-3733726
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 DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
260 views6 pages

2003-06 Exam Questions

1. The document contains questions from a CSTE exam on June 14, 2003. It includes questions on testing an e-commerce application, definitions of testing terms, how to create an acceptance test plan with a customer, overtesting, additional testing needs for connected workstations, standards for test plans/scripts/reports, making unit testing effective, and approaches when running out of time for testing. 2. The document also includes multiple choice questions related to quality assurance, software testing processes, definitions, testing techniques, and costs. 3. Key areas covered include testing strategies, quality management, software development lifecycles, and definitions of testing techniques.

Uploaded by

api-3733726
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 DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Questions Asked in June 14 , 2003 CSTE Exam

1) You company is going to create first E-Commerce application. How will


you test this application? ( 10 Marks)

2) Describe these terms (15 marks)

a. Equivalence Partitioning
b. Boundary Value Analysis
c. Error Guessing

3) Define these
a. Test Effectiveness
b. Test Efficiency

4) Your customer does not have experience in writing Acceptance Test Plan.
How will you do that in coordination with customer? What will be the
contents of Acceptance Test Plan ?

5) It is being observed that in a project cost of testing is very high. After going
in detail it was found that the testers are testing the software which is not
left with many defects. How will you make sure that this is correct? Any
three ways? What are the disadvantages of Over Testing?

6) Same application program will run on a standalone workstation and on


connected workstations. Describe what additional testing is requires
where workstations are connected?

7) What are the product standards for these

a. Test Plan
b. Test Script
c. Test Report

8) Unit Testing has been introduced newly in the policy. How will you make
sure that unit testing is effective?

9) You are running out of time but you have to test the software. What will be
your approach?
a. Four Choices

Objective Type

2) What is Cascading Error


a. Four Choices

3) Who will assess vulnerability in the system


a. Internal Control Officer (This was the right answer)
b. System Security Officer
c. QA Engineer

4) When does Integration Testing starts


a. After Unit testing
b. After unit testing before black box testing

5) When a defect is fixed in production how rather than in requirement, how


much expensive is that
a. 5 times
b. 50 times
c. 500 times

6) Most problems are due to


a. Incorrect Data Entry
b. Concentration of responsibility

7) What does code coverage ensure?


a. Logic of the program is covered ?
b. 100% path coverage ?

8) Juran is famous for (This was the First question)


a. Quality Control
b. Working on Trend Analysis
c. Two more choices

9) V Model is a connection between (Easy question)


a. Software Development and Testing activities
b. All irrelevant choices

10)What is verification Technique (Easy Question)


a. Inspection
b. Unit Testing
c. System Testing
11) What do we include in System test Plan
a. Interfaces
b. Data Inputs
c. Functional Requirements
d. All of the above

12)When to stop Testing (Confusing question)


a. When u run out of time
b. All test cases are done
c. When quality goals established in the beginning of the projects are
met.
1. Who mention that 'Quality is free '?*
(a) Philip Crosby
(b) Genichi Taguchi
(c) Edwards Deming
(d) Joseph M. Juran
------------------------------

*2. QC is?*
(a) Preventive
(b) Detective
(c) Validation
(d) Verification
------------------------------

*3.How many maturity levels that indicate process capability CMM has?*
(a) 5
(b) 4
(c) 6
------------------------------

*4.How many KPA (key process areas) CMM has? *


(a) 18
(b) 20
(c) 14
------------------------------

*5. What UML diagram is useful for black box testing?*


(a) Class Diagram
(b) Sequence diagram
(c) Object Diagram
------------------------------

*6. What type of tests is performed early in a software testing


process?*
(a) White-box
(b) Black-box
(c) Grey-box
------------------------------

*7. Who mention "Top management is in charge of quality"?*


(a) Edwards Deming
(b) Joseph M. Juran
(c) Genichi Taguchi
------------------------------

*8. The program according requirements expects the uppercase letters


from A
to Z. Analyze the following inputs and choose one that can cause the
failure
with greater probability.* Help �> character set is ASCII
(a) 1, 0
(b) @, [
(c) B, W
------------------------------

*9. What kind of tools would you suggest to use for the automation of
regression tests?*
(a) Static analysis tools
(b) Capture and playback
(c) Debugging tools
------------------------------

*10. Equivalence class partitioning is: *


(a) A black-box method that divides the inputs to a program into classes
from which test cases can be derived
(b) A white-box method that divides control paths into dependent and
independent categories for testing
(c) A black-box method that divides program functions into related
groups
for testing
------------------------------

*11. Which of the following best defines testing? *


(a) Testing is the process of proving that a system works according to
specifications.
(b) Testing is the process of proving that a system is error-free.
(c) Testing is the process of locating errors.
(d)Testing is the process of confirming that a system meets its
objectives.
------------------------------

*12. Which of the following best defines walkthrough ?*


(a) A walkthrough as attesting technique whereby the system
is subjected to huge loads of data over a short time
(b)A walkthrough is a technique whereby a system is timed to see
how long it takes the computer to walk through it to produce a result.
(c) A walkthrough is a session during which the participants act out
the role of the computer in order to find flaws in the system.
(d)A walkthrough is a technique whereby a number of testers
are given the system for black box testing.
------------------------------

*13.Which unit testing technique eliminates the need for writing


drivers? *
(a) Top down testing
(b) Bottom up testing
(c) Big bang testing
(d) Non incremental testing
------------------------------
*14.Which unit testing technique eliminates the need for writing stubs?
*
(a) Top down testing
(b) Bottom up testing
(c) Big bang testing
(d) Non incremental testing
------------------------------

*15. Who of the following is the least reliable person to test a


program?*
(a) The developer who wrote the code
(b) An independent agency
(c) The testing department in the company that created the application
(d) The developer who design the system
------------------------------

*16. Which of the following is non - incremental test?*


(a) Top-down testing
(b) Bottom-up testing
(c) Big band testing
(d) Stab testing
------------------------------

*17. What type of high order test subjects the system to large
loads over a short period of time? *
(a) Volume testing
(b) Stress testing
(c) Usability testing
(d) Security testing
------------------------------

*18. Which testing technique involves installing a system at a


large number of user sites? *
(a) Alpha testing
(b) Volume testing
(c) Beta testing
(d) Boundary value analysis
------------------------------

*19. At what stage of software development life cycle (SDLC) software


errors
are least costly to correct? *
(a) Requirements
(b) Detail specification
(c) Acceptance test
(d) Maintenance
------------------------------

*20. What is the relationship between (QA) quality assurance and


software
testing?*
(a) QA is part of software testing process
(b) Testing and QA are two different processes
(c) Testing is part of QA process
(d) Testing and QA are all the same thing
------------------------------
*21. Which of the following categories of costs associated with cost of
quality?
(1) Preventive, (2) Failure, and (3) Appraisal*
(a) Preventive only
(b) All three from the above
(c) Preventive and Appraisal
(d) Preventive and Failure
------------------------------

*22. Identify which participant roles are used during a formal


inspection?
(1) Moderator, (2) Author/producer, (3) Reader, (4) Inspector, (5)
Recorder*
(a) 1, 2 and 3
(b) 2, 3 and 4
(c) All 5 from the above
(d) 4 and 5 only
------------------------------

*23.If you found during testing in the software project 70 bugs, you
would
state:*
(a) The code was poorly implemented.
(b) You do not have enough information to make an opinion.
(c) There is no statistical control for this project.
(d) The software testing for this project was done.

You might also like