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 would like to study the impact of pay revision on job satisfaction of employees." - A tells B. Assumptions:
  1. Job satisfaction can be measured.
  2. A has necessary competence to undertake such study.

A Neither I nor II is implicit

B Both I and II are implicit

C Either I or II is implicit

D Only assumption I is implicit

E Only assumption II is implicit

Q2:
What will be the size of the object created by the following C#.NET code snippet?
namespace AptitudeCrackConsoleApplication
{ 
    class Baseclass
    {
        private int i; 
        protected int j; 
        public int k;
    }
    class Derived: Baseclass
    {
        private int x; 
        protected int y; 
        public int z;
    }
    class MyProgram
    { 
        static void Main (string[ ] args)
        { 
            Derived d = new Derived();
        } 
    } 
}

A 24 bytes

B 10 bytes

C 16 bytes

D 12 bytes

E 20 bytes

  

Q3: A uniform rod 9 m long weighing 40 kg is pivoted at a point 2 m from one end where a weight of 120 kg is suspended. The required force acting at the end in a direction perpendicular to rod to keep it equilibrium, at an inclination 60° with horizontal, is

A 40 kg

B 60 kg

C 10 kg

D 100 kg

Q4: An electromagnetic wave is incident normally on a dielectric boundary. It is

A totally reflected

B totally absorbed

C none of the above

D partially reflected and partially refracted