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: "To keep myself up-to-date, I always listen to 9.00 p.m. news on radio."- A candidate tells the interview board. Assumptions:
  1. The candidate does not read newspaper.
  2. Recent news is broadcast only on radio.

A Either I or II is implicit

B Both I and II are implicit

C Only assumption I is implicit

D Only assumption II is implicit

E Neither I nor II is implicit

Q2:
Which of the following statements is correct about the C#.NET code snippet given below?
int i;
int j = new int();
i = 10;
j = 20; 
String str; 
str = i.ToString(); 
str = j.ToString();

A This is a perfectly workable code snippet.

B
Since int is a primitive, we cannot use new with it.

C
Since an int is a primitive, we cannot call the method ToString() using it.

D
i will get created on stack, whereas j will get created on heap.

E
Both i and j will get created on heap.

  

Q3: If three rigid rods are hinged together to form a triangle and are given rotary as well as translatory motion, the number of instantaneous centres of the triangle, will be

A 1

B 2

C 3

D 4

E 5.

  

Q4: The length of a Second's pendulum, is

A 99.0 cm

B 99.4 cm

C 100 cm

D 101 cm

E 101.10 cm.

Q5: For free space propagation

A γ = a + jβ

B γ = jβ

C γ = a

D a = β = 0