Searching for "c "

Q:

Pointing to an old man, Kailash said, "His son is my son's uncle." How is the old man related to Kailash ? 

A) Brother B) Uncle
C) Father D) Grandfather
 
Answer & Explanation Answer: C) Father

Explanation:

Kailash's son's uncle — Kailash's brother. So. the old man's son is Kailash's brother 

i.e., the old man is Kailash's father. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

What is the capital of Egypt?

A) San Jose B) Cairo
C) Moroni D) None
 
Answer & Explanation Answer: B) Cairo

Explanation:

Cairo is the capital of Egypt

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

Q:

Should the articles of only deserving authors be allowed to be published 

Arguments:

1. Yes. It will save a lot of paper which is in short upply

2. No. It is not possible to draw a line between the deserving and the undeserving

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:

1 does'nt provide a strong reason in upport of te statement.Also ,it is not possible to analyze the reallydeserving and not deserving.So 2 holds true

Report Error

View Answer Report Error Discuss

Q:

Should railways immeadiatly stop issuing free passes to all of its employees? 

Arguments:

1. No. The employees have the highest right to travel free

2. Yes. This will help railways providde better facilities

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:

Free passes given to the railway employees is a privilage to them not their right.So 1 does'nt hold and 2 is vague

Report Error

View Answer Report Error Discuss

Q:

In RDBMS, what is the efficient data structure used in the internal storage representation?

A) Stack B) Queue
C) B+ tree structure D) AVL tree Structure
 
Answer & Explanation Answer: C) B+ tree structure

Explanation:

B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes

Report Error

View Answer Report Error Discuss

Filed Under: Java

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:

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