Q1-1

5
Q1 : Which term defines the process of project compliance with policies and procedures? A. Quality control B. Quality assurances C. Quality audits D. Quality control management The correct answer is: C . Q2: Which process does QA provide and umbrella for? A. Continuous process improvement B. Quality assurance C. Project management plan D. Quality baseline The correct answer is: A . Q3: Which of the processes includes all activities of the performing organization that determines policies and responsibilites of a project? A. Performance quality control B. Project quality management C. Performance plan management D. Quality control management The correct answer is: B . Q4: Which of the following are negative possibilities if quality requirements are not met? A. Overworking team members and poor product quality B. Customer complaints and late product C. Poor quality D. Termination The correct answer is: A . Q5: Which of these terms apply to identifying quality standards and how to satisfy them? A. Quality projections B. Quality management C. Quality planning D. Quality overview

Transcript of Q1-1

Page 1: Q1-1

Q1 : Which term defines the process of project compliance with policies and procedures? 

A.   Quality control 

B.   Quality assurances 

C.   Quality audits 

D.   Quality control management

The correct answer is: C .

Q2: Which process does QA provide and umbrella for? 

A.   Continuous process improvement 

B.   Quality assurance 

C.   Project management plan 

D.   Quality baseline

The correct answer is: A .

 

Q3: Which of the processes includes all activities of the performing organization that

determines policies and responsibilites of a project? 

A.  Performance quality control 

B.  Project quality management 

C.  Performance plan management 

D.  Quality control management

The correct answer is: B .

Q4: Which of the following are negative possibilities if quality requirements are not met? 

A. Overworking team members and poor product quality 

B.  Customer complaints and late product 

C.  Poor quality 

D.  Termination

The correct answer is: A .

Q5: Which of these terms apply to identifying quality standards and how to satisfy them? 

A. Quality projections 

B. Quality management 

C. Quality planning 

D. Quality overview

The correct answer is: C .

Page 2: Q1-1

Q6: Which of the following definitions apply to the cost of quality? 

A. Left over product 

B. Total cost of all project efforts 

C. Customer satisfaction 

D. Redoing entire project

The correct answer is: B .

1. Testing of the system to demonstrate system compliance with 

user requirements is 

a. Black box testing

b. System testing

c. Independent testing

d. Acceptance Testing

ANS: d

2. A complete validation of a program can be obtained only by 

testing for every element of the domain.

a. True b. False

ANS: a

3. For locating errors which span modules it is more effective 

to do?

a. Reviews

b. Testing

ANS: b

4. To divide & conquer while testing requires

a. Stubs

b. Manual simulation

c. Instrumentation

d. Coverage metrics

e. All of the above

f. None of the above

ANS: b

Page 3: Q1-1

5. It is advisable to have a separate department for reviews & 

testing.

a. Yes b. No

ANS: a

6. Which is not an objective of testing

a. Determine whether system meets specifications

b. Determine whether system meets needs

c. Provide insight into SDP

d. Aid in appraisal of developing TMs

ANS: I DONT KNOW

7. ___________ Testing focuses on evaluating the interaction 

among units.

a. Unit testing

b. Integration testing

c. Functional testing

d. System testing

e. Acceptance testing

ANS: b

8. A step-by-step procedure on the action in testing & 

verifying of results is called a

a. Test case

b. Test script

c. Test condition

d. Testing tool

e. Test log

ANS: a

9. "Testing will exercise 90% of the code". Is it a 

a. Vision

b. Standard

c. Policy

d. Goal

ANS: I DONT KNOW

Page 4: Q1-1

10. The activity which includes confirming understanding, 

brainstorming and testing ideas is a 

a. Code walkthrough

b. Inspection

c. Review

d. Structured walkthrough

ANS: I DONT KNOW

11. Which of the following are true 

a. Testing precedes debugging

b. Debugging is only done along with testing

c. Testing is not required if a program is debugged

d. Debugging precedes testing

ANS: a

12. ___________ testing is done without executing the code.

a)       Regression

b)       Unit

c)       System

d)       Static

 

13.  Which of the folowing is not a white box testing technique

a)       Statement coverageb)       Equivalence partitioning

c)       decision/condition coverage

d)       multiple condition coverage

Also if there is some material available on testing do let me know.

14.  ____________ is the way of Incremental testing which begins testing from top of the module hierarchy and works down to the bottom using interim stubs to simulate lower interfacing modules or programs.a)       Bottom-upb)       Top-downc)       Laterald)       Block-by-block 15. To reduce risk associated with introducing changes to an application, ________ testing should be conducted during all stages of testing after a functional improvement or repair has been made.

a)       Unitb)       System

c)       Regression

Page 5: Q1-1

d)       Thread 16. Branch testing determines if all logical paths through the program, which may involve repeated execution of various segments, have been executed at least once.True

False 17. Data gathering while testing helps ______________A) data analysis B) to determine test cases C) for conducting testsD) input for testing  18. Which test plan should be completed at requirements stage: A) system testingB) integration testing C) acceptance testingD)   < I DON't KNOW> 19.  Testing done to ascertain that current changes have not affected the previous is called asA) regression testingB) acceptance testingC) system testing 20. In which of the following testing user is involved A) Unit testingB) System testingC) Acceptance testingD) Integrity testing  22. Testing of the system to demonstrate system compliance with user requirements is A.      Black box testingB.       System testingC.       Independent testingD.      Acceptance Test