Searching for "h"

Q:

Should individuals/industries having treasures of national significance like nobel prizes, hand them over to central goverment for their safe custody? 

Arguments:

1. Yes. They d not have enough resources to protect them

2. No. These are the properties of Individuals /Industries who win them. So, they should be there int heir custody

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: B) Only 2 is true

Explanation:

The awards are given to the individual perfection and excellence.So only 2 holds

Report Error

View Answer Report Error Discuss

Q:

Brothers and Sisters I have None ::

Looking at a portrait of a man, Harsh said, "His mother is the wife of my father's son. Brothers and sisters I have none." At whose portrait was Harsh looking? 

A) His son B) His cousin
C) His uncle D) His nephew
 
Answer & Explanation Answer: A) His son

Explanation:

Since Harsh has no brother or sister, so he is his father's only son. Now, wife of my father's son — my wife. 

 

So, Harsh's wife is the man's mother or the man is Harsh's son. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

Pointing to a man in a photograph. Asha said. "His mother's only daughter is my mother." How is Asha related to that man ? 

A) Nephew B) Sister
C) Wife D) Niece
 
Answer & Explanation Answer: D) Niece

Explanation:

Asha's mother's mother is man's mother i.e.. A.sha's mother is man's sister or Asita is man's niece. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

Should jobs be linked with academic degrees and diplomas? 

Arguments:

1. No. A very large number of persons with meagre academic qualifications will apply

2. No. Importance of higher education will be diminished

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: B) Only 2 is true

Explanation:

Delinking jobs with degrees will diminish the need for higher education as amny of them persue such education for jobs.So, only arg 2 is strong

Report Error

View Answer Report Error Discuss

Q:

What is a software project test plan?

Answer

A test plan is the master document that contains all details pertaining to testing of the application. Its contents include:


 


Testing scope - what is included and what is not included in the testing of the current project 


Assumptions - what are the assumptions that are made for this project 


Milestones - major dates like when testing is going to begin, when it is planned to end, what is the trace review date, what is the production date etc. 


Resources - the resources working on this project along with their contact details 


Defect tracking mechanism - what defect tracking tool will be used, what is the SLA for fixing Critical to Low level IRs etc. 


Test management procedures - who will be notified when there is a critical IR, what reports will be sent daily, if status calls will be held daily or weekly, where will it be held, who is required to join etc. 


Work allocation - resource distribution if more projects are being tested 


Entry and exit criterion - when can a project be accepted for testing (eg. only when smoke testing passes) and when can a project be termed as testing complete (eg. when all testcases are executed and all high level bugs are fixed)

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing

Answer

a.) Testing and Debugging 


Testing is process of verifying if the application matches requirements and reporting bugs; Testing is usually done by an independent testing team while debugging is a process of finding and fixing bugs with the intention of reducing bugs; Debugging is usually done by the programmer.


 


b.) Two tier and Three tier architecture


In a two tier architecture there is a data server and a client application. Client application directly accesses the server data. In a three tier architecture there is a data server, a client application and a server application. Client application calls the server application which in turn fetches data from the data server and returns back to client application.


 


c.) Alpha testing and Beta testing


Alpha testing is conducting acceptance testing in the environment where the application was developed. It is done by the customer. Beta testing is conducting acceptance testing is the customer environment. It is done by the group of customers or users who will actually be using it.


 


d.) Static testing and dynamic testing


Static testing is checking the application without actually running the application whereas dynamic testing checks the application by running it.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

Should india have no military force at all? 

Arguments:

1. No. Other countries in world would not believe in non-voilence

2. Yes. Many Indians believe in non-voilance

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:

Clearly.India need to maintain military force inorder to defend itself againsts the threats of other military powers in the world.So,none of the arguments holds strong

Report Error

View Answer Report Error Discuss

Q:

Explain Software Testing. Why is it important to conduct the testing of a software?

Answer

Software testing is verifying if a software meets the customer's requirements; if it has high quality; if it is bug free and if it is fit for use. Testing is important because it ensures that the product delivered is defect free which in turn emphasizes higher quality and proves to be cost effective.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing