Searching for "u"

Q:

Sould the railways in india be privatised in a phased manner like other public sector enterprises? 

Arguments:

1. Yes. This is the only way to bring in competativeness and provide better services

2. No. It leads to wastage of resources

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 nor 2 is true
 
Answer & Explanation Answer: D) Neither 1 nor 2 is true

Explanation:

Privatization would no doubt lead to better services.But saying that 'this is the only ' is wrong

Report Error

View Answer Report Error Discuss

Q:

Should judiciary be independent of the executive? 

Arguments:

1. Yes. This would help curb the unlawful activities of the executive

2. No. The executive would not be able to take bold measures

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 nor 2 is true
 
Answer & Explanation Answer: A) Only 1 is true

Explanation:

Clearly, independent  judiciary is necessary for impartial judgements so that the executive does'nt take wrong measures.So only argument 1 holds

Report Error

View Answer Report Error Discuss

Q:

What is "bug leakage?" and what is "bug release?"

Answer

A bug leakage results when a bug is detected which should have been detected in earlier builds/versions of the application.


A defect which exists during testing yet unfound by the tester which is eventually found by the tester/end-user is also called bug leakage.


A bug release is when a particular version of s/w is released with a set of known bug(s)/defect(s). These bugs are usually low severity and/or low priority bugs. It is done when the company can afford the existence of bug in the released s/w rather than the time/cost for fixing it in that particular version. These bugs are usually mentioned in the Release Notes.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

What methodologies have you used to develop test cases?

Answer

 I have used following 4 types of Methodologies: 


 


1. Boundary value analysis   


2. Equivalence partitioning   


3. Error guessing   


4. Cause effect graphing

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

What are the types of Collision Resolution Techniques and the methods used in each of the type?

Answer

Open addressing (closed hashing),


The methods used include: Overflow block,


 Closed addressing (open hashing)


The methods used include: Linked list, Binary tree…

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

What is the value of a testing group? How do you justify your work and budget?

Answer

Testing is a process used for revealing defects in s/w and for establishing that the s/w has attained a specific degree of quality.


The s/w testing group’s main objective is to ensure that the s/w is doing what it is supposed to do as well as the s/w is not doing what it is not supposed to do. With this objective, it is clear that it is necessary to have a separate group for testing the s/w other than the group which developed it.


Also, bugs in the s/w can cause severe monetary as well as other loss to the organization. So it is important to allocate some budget for the testing group.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

Benefits of Software Quality Assurance to the organization

Answer

The main task of Software Quality Assurance Group is to examine the overall s/w development process and to create and enforce standards and methods to improve it with the goal of preventing bugs from ever occurring. With this definition, it is imperative that the QA helps an organization in continuous performance improvement and strive for perfection.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

What are the parameters of Quality cost?

Answer

The parameters of Quality Cost are:


Speed
Accuracy
Efficiency
Performance
Customer Satisfaction

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing