Questions

Q:

Impact analysis helps to decide

A) How many more test cases need to written. B) How much regression testing should be done.
C) Different Tools to perform Regression Testing D) Exit Criteria
 
Answer & Explanation Answer: B) How much regression testing should be done.

Explanation:

Impact Analysis is used in software testing to define all the risks associated with any kind of changes in a product being tested.

Impact Analysis is nothing but analyzing the impact of changes in the deployed product or application. It gives the information about the areas of the system that may be affected due to the change in the particular section or features of the application.

 

Why Impact Analysis is done :


1. It is done to understand the possible outcome of implementing the change. Inducing too much functionality into a product can reduce the overall performance of the product.

2. To identify all the files, documents and models that might have to be modified if team decides to implement the change in product

3. To estimate the effort needed behind implementing the change

4. To identify the task required to implement the change

5. It will list the dependencies on a specific element

 

The impact is analyzed on Requirements, Design & Architecture, impact on Test and impact on schedule.

Report Error

View Answer Report Error Discuss

0 12559
Q:

The most important feature of the Indian Parliament is  that:

A) it is the Union Legislature in India B) it also comprises of the president
C) it is bicameral in nature D) the upper House of the Parliament is never dissolved
 
Answer & Explanation Answer: B) it also comprises of the president

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

26 12555
Q:

When mapping a supertype/subtype relationship which of the following is true?

A) The supertype primary key is assigned to each subtype. B) The subtype primary key is assigned to each supertype.
C) There is no link between the supertype/subtype entities. D) There is no primary key/foreign key relationship between a supertype/subtype.
 
Answer & Explanation Answer: A) The supertype primary key is assigned to each subtype.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

4 12549
Q:

Who is the present Attorney General of India?

A) K.K. Venugopal B) Mukul Rohatgi
C) Ranjit Kumar D) P. P. Malhotra
 
Answer & Explanation Answer: A) K.K. Venugopal

Explanation:

K.K. Venugopal is the new Attorney General of India since 2017.

Kottayan Katankot Venugopal, known generally to us as K. K. Venugopal is an eminent Indian constitutional lawyer and a senior advocate in the Supreme Court of India.

He was preceded by Mukul Rohatgi.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

12 12549
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

12 12543
Q:

The common name for the crime of stealing passwords is

A) Spoofing B) Surfing
C) Identity Theft D) Speeling
 
Answer & Explanation Answer: A) Spoofing

Explanation:

A spoofing attack is a situation in which one individual or program effectively disguises or mask as another by falsifying information and thereby gaining up an ill-conceived advantage. It may use for stealing password or IP addresses.

Report Error

View Answer Report Error Discuss

18 12523
Q:

Which revenue system among the following is also known as the bandobast system?

A) Dahsala B) Nasaq
C) Kankut D) Zabti
 
Answer & Explanation Answer: D) Zabti

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

16 12521
Q:

A person who loves everybody

A) Humanist B) Cosmopolitan
C) Fatalist D) Altruist
 
Answer & Explanation Answer: D) Altruist

Explanation:

One word substitute for A person who loves everybody is Altruist. Altruism is the belief that the well-being of others is equally, if not more, important than the well-being or survival of the self. Further, altruism involves selfless acts or undertakings that put the welfare of others before one's own.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

17 12507