Questions

Q:

In which of the following state Bandipur National Park is located?

A) Karnataka B) Andhra Pradesh
C) Himachal Pradesh D) Madhya Pradesh
 
Answer & Explanation Answer: A) Karnataka

Explanation:

Bandipur National Park is located in the state of Karnataka.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank PO , Database Administration , IT Trainer

7 4615
Q:

The atoms of the elements having same mass number but different atomic number are called

A) Isotopes B) Isobars
C) Isotones D) Isomers
 
Answer & Explanation Answer: B) Isobars

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

6 4614
Q:

Describe how to perform Risk Analysis during software testing.

Answer

While a test plan is being created, risks involved in testing the product are to be taken into consideration along with possibility of their occurrence and the damage they may cause along with solutions; if any. Detailed study of this is called as Risk Analysis.


Some of the risks could be:


New Hardware 


New Technology 


New Automation Tool 


Sequence of code delivery 


Availability of application test resources 


Identify and describe the risk magnitude indicators: High, Medium and Low


High magnitude means the effect of the risk would be very high and non-tolerable. Company may face severe loss and its reputation is at risk. Must be tested.


Medium: tolerable but not desirable. Company may suffer financially but there is limited liability or loss of reputation. Should be tested.


Low: tolerable. Little or no external exposure. Little or no financial loss. Company’s reputation unaffected. Might be tested.


Three perspectives of Risk Assessment: Effect, Cause and Likelihood.


To assess risk by Effect, identify a condition, event or action and try to determine its impact.


To asses risk by Cause is opposite of by Effect. Begin by stating an undesirable event or condition and identify the set of events that could have permitted the condition to exist.


To asses risk by Likelihood is to determine the probability that a requirement will not be satisfied.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 4614
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4611
Q:

Rubella diseases is described first by the scientist

A) Abu Baqre B) Ronald Ross
C) Laveris D) Darwin
 
Answer & Explanation Answer: A) Abu Baqre

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 4611
Q:

Where do the himalayas redirect monsoon winds?

A) North B) North-East
C) South-East D) West
 
Answer & Explanation Answer: C) South-East

Explanation:

The himalayas are the range of mountains that stretch upto 1500 miles in the southern asia in between India and China. 

 

Himalayas redirect monsoon winds south and southeast asia.

Report Error

View Answer Report Error Discuss

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

1 4611
Q:

The stability triangle is used to describe

Answer

The stability triangle is used to describe the movement of center of gravity of a load vehicle like trucks. If the load is not balanced then it moves and may tip over it.


 


                                         the_stability_triangle_is_used_to_describe1533620821.jpg image


 


If you were to raise a lift truck up and look at its underside, you would see that the support points for the truck are located at points A, B, and C. The triangle formed between points A, B, and C is called the Stability Triangle. The lift truck will not tip over as long as the center of gravity remains inside the triangle.


 


The center of gravity is the point within a lift truck where there is equal weight all around it.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

3 4610
Q:

The brain is covered by

A) meninges B) skin
C) bone D) all the above
 
Answer & Explanation Answer: D) all the above

Explanation:

The central nervous system ( brain and spinal card ) are invested with the meninges which nourish and protect the system .This again is enclosed inside a bony box which has the skin above it

Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 4608