image not found

Oops! That page can't be found.


Directions to Solve

In each question below is given a statement followed by two assumptions numbered I and II. You have to consider the statement and the following assumptions and decide which of the assumptions is implicit in the statement.

Give answer

  • (A) If only assumption I is implicit
  • (B) If only assumption II is implicit
  • (C) If either I or II is implicit
  • (D) If neither I nor II is implicit
  • (E) If both I and II are implicit.

Q1: Statement: I can take you quickly from Kanpur to Lucknow by my cab but then you must pay me double the normal charges, Assumptions:
  1. Normally, it will take more time to reach Lucknow from Kanpur.
  2. People want to reach quickly but they will not pay extra money for it.

A Both I and II are implicit

B Neither I nor II is implicit

C Only assumption II is implicit

D Only assumption I is implicit

E Either I or II is implicit

Q2:
Which of the following statements are correct about the C#.NET code snippet given below?
namespace AptitudeCrackConsoleApplication
{ 
    class index
    {
        protected int count;
        public index()
        {
            count = 0;
        }
    }
    class index1: index
    {
        public void increment()
        {
            count = count +1;
        }
    }
    class MyProgram
    {
        static void Main(string[] args)
        {
            index1 i = new index1(); 
            i.increment(); 
        }
    }
}
  1. count should be declared as public if it is to become available in the inheritance chain.
  2. count should be declared as protected if it is to become available in the inheritance chain.
  3. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class.
  4. Constructor of index class does not get inherited in index1 class.
  5. count should be declared as Friend if it is to become available in the inheritance chain.

A 1, 2, 5

B 4, 5

C None of these

D 2, 3, 4

E 3, 5

  

Q3: The total time of collision and restitution of two bodies, is called

A time of collision

B period of collision

C all the above.

D period of impact

  

Q4: The C.G. of a right circular cone lies on its axis of symmetry at a height of

A h/5

B h/6

C h/4

D h/2

E h/3

Q5: The force in a magnetic field is given by F = qvB

A F and q are perpendicular and v and B are perpendicular

B F and q only are perpendicular to each other

C F and v, F and B are mutually perpendicular to each other and v and B at any angle between them

D All the four components are perpendicular to each other

Q6: One million bytes of information is abbreviated as

A None of the above

B GB

C Bit

D MB

E KB

  

Q7: Bucket elevators are not suitable for the vertical lifting of __________ materials.

A free flowing

B fine (e.g. - 200 mesh size coal)

C small lumpy (e.g. grains and sand)

D sticky (e.g. clay paste)

Q8: Who won the gold medal in the women's 5000m at the 2023 Asian Games, becoming the third Indian track and field athlete to do so?

A Parul Chaudhary

B Deepika Kumari

C Ririka Hironaka

D Annu Rani

Q9: Rankireddy, who recently made headlines, belongs to which sport?

A Badminton

B Table Tennis

C Boxing

D Lawn Tennis

Q10: How many gold medals did Indian wrestlers fetch in the Under-17 Asian Wrestling Championship?

A 7

B 6

C 5

D 4