GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Common
Go To First  |  Previous Question  |  Next Question 
 Common  |  Question 151 of 248    Print  
Hi all,
Sourav here.I have attached some object type question what ever i had faced in interview. if anybody knows the answer please let in through this site.

11) Which of the following is not one of the techniques to find defects
a) Operational Techniques
b) Functional Techniques
c) Dynamic Techniques
d) Static Techniques

12) The concept of defensive code involves:
a) Adding code to a program so that two parts of the program must fail before a major problem can occur
b) Adding a syntax checker in the middle of the code
c) Adding Throw () and Catch ()
d) None of the above

13) Quality Assurance methods are usually considered
a) Detective
b) Corrective
c) Preventive
d) Protective

14) Who has the primary responsibility of setting the quality culture in the organization?
a) Senior Management
b) The Training Dept
c) The Quality Dept
d) Nobody

15)In statistics, the mean and median are called
a) SPC
b) Measures of central tendency
c) Variance
d) Standard deviation
e) Control Chart Values

16) Quality principals dictate that the strategic quality plan should
e) Be written for the quality assurance function
f) Identify individual quality programs
g) Be incorporated by the quality assurance function
h) Define the size of the quality assurance department

17) Pareto analysis will tell us
i) Which problem occur most often
j) Why problems occur
k) Relative value of walkthroughs and inspections
l) All of the above

18) Total quality management is a common term applied to a quality management system. Total quality management is
a) A process to produce zero defects
b) A defect identification strategy
c) A management philosophy
d) Another way of expressing statistical process control
e) A strategy built around using control charts

19) Quality Function Development
a) Helps an organization to decide how the Quality function is deployed
b) Is a systematic method to translate customer wants or needs into product or service
c) Is Testing of previously verified program of application
d) Is another approach to implementing balance score card method

20) Which of the following are categories of acceptance requirements from user’s point of view
a) Overall software quality requirements
b) Functionality requirements
c) Performance requirements
d) Interface quality requirements
e) All are
f) None are

  
Total Answers and Comments: 2 Last Update: June 27, 2008     Asked by: sourav.muduli 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 11, 2007 15:27:26   #1  
bunty prakash        

RE: Hi all, Sourav here.I have attached some obj...
11-->a 12-->c 13-->b 14-->a 15-->d 16-->e 17-->i 18-->c 19-->b 20-->e
 
Is this answer useful? Yes | No
June 27, 2008 16:44:17   #2  
Himabinduqa Member Since: June 2008   Contribution: 7    

RE: Hi all, Sourav here.I have attached some object type question what ever i had faced in interview. if anybody knows the answer please let in through this site.11) Which of the following is not one of the techniques to find defectsa) Operational Techniq
11-a 12-c 13-c 14-c 15-b 16-f 17-i 18-a 19-b 20-e
 
Is this answer useful? Yes | No

 Related Questions

plz give me the answer 
Latest Answer : Bug Life Cycle:New : Logged the bug by TEOpen: After review it by team lead then changed it's status to open Fixed : Once dev agree with that he can change the status to fixed once fixed that issueClosed: If issue was fixed properly then TE will retest ...
Read Answers (29) | Asked by : Karthi

Latest Answer : For me bug and defect are same as both pointing to one mistake/failure/fault in the application code that prevents it from behaving as intended. In other words, While executing the application, if the application is deviating with respect to expected ...

How do you set up a test environment or what kind of activities are involved in setting up a test environment? Could anybody answer please..
Read Answers (2) | Asked by : aparnay

Help out the freshers for their upcoming interview. Experienced guys, post some of the questions you were asked in your interview.

Hi i was asked this question in a recent interview 'how familiar are u with web technologies?'so what exactly should i talk about & how much am i supposed to know about them? can somebody help me out...plz..i have an interview to face in a week..
Read Answers (2) | Asked by : vaas_083

20 Interview Questions What type of testing you are doing ? What type of process is going on at your company ? What is the meaning of test strategy and what it defines ? What are the key components in your company test plan document ? Differentiate test strategy and test plan ? How will you select reasonable tests to be applied in your project ? What methods will you follow to prepare test cases ? What is your company test case document format ? How many levels of test execution will you follow
Read Answers (2) | Asked by : naga3030

Latest Answer : The goal of testing is to design the test scenarios that have a high likelihood of finding errors ...
Read Answers (7) | Asked by : latha

Hi all, Sourav here.I have attached some object type question what ever i had faced in interview. if anybody knows the answer please let in through this site.11) Which of the following is not one of the techniques to find defectsa) Operational Techniquesb) Functional Techniquesc) Dynamic Techniquesd) Static Techniques12) The concept of defensive code involves:a) Adding code to a program so that two parts of the program must fail before a major problem can occurb) Adding a syntax checker in the middle

1.which testing we can't do in client server and can do in web based application?2. what is the good answer for authentication and authorization?3. what are the major difference between test metrics and test matrix?4. what are the draw backs of black box testing and white box testing?5. what is cost of quality?

this is lokesh, can anyone give answers for this questions1.What is the 'Software Quality Gap'?2.How u maintain existing module3.Which functionality is most visible to the user?4.Which functionality 
View Question | Asked by : lokesh


 Sponsored Links

 
Related Articles

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

Microsoft AJAX Library - Creating Object Members on the Fly

Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly" This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He
 

Microsoft AJAX Library - Object-Oriented JavaScript

Object Oriented JavaScript Objects and classes are implemented differently in JavaScript than in languages such as C VB NET Java or C However when it comes to using them you ll feel on familiar ground You create objects using the new operator and you call their methods or access their fields using t
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Object-Oriented Client-Server Internet

Object Oriented Client Server Internet OCSI Environments as IT Infrastructure Client Server Basics Object Oriented Client Server Internet OCSI environments provide the IT infrastructure for supporting OCSI applications For our purposes infrastructure refers to operating systems networks middleware
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

JavaScript Date Object

JavaScript Date Object In this JavaScript tutorial you will learn about date object and methods of date object explained along with syntax and example mosgoogle center JavaScript Date Object Usage of Date Object Date object of Java Script is used to work with date and times General syntax for defini
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Is Career Change The Answer To Your Success?

Personal careers are always a critical aspect for anyone. A career path is not easy to abide by, considering that there will always be external factors such as that of new occupations and job openings of another field that people would want to consider.  There are varying factors that can
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape