You are on page 1of 51

Hexaware Sample questions….

Hi friends, the qns mentioned r truly correct & precise .there were 100 qs in all comprising
of 20 qs in Eng, 30 qs in maths & 50 qs in their particular stream.

ENGLISH

(1-5) find out antonyms:

1) scrupulous
A) understood
B meticulous
C careless
D rude
E witty
Ans c

2) tacit
A calm
B silent
C intelligent
D spoken
E rude
Ans D

3) lustrous
A dull
B freaky
c delicious
D spicy
E gloomy
Ans A

4) admonish
A taunting
B appreciate
C scold
D faint
E shrilly
Ans B

5) raucous
A silky
B hairy
C decent
D freaky
E noisy
Ans C
TIPS: 1) for maths section refer to R.S Aggarwal & R.D Sharma of 10+2

MATHS:

1)a rhombus has area 432 sq m, one diagonal is 36 cm. find other diagonal ?
Ans 24 cm

2) an equilateral triangle has perimeter a cm . find its area .


Ans a2/12?3

3) average of seven nos is 25. avg of first three of them is 35 while last three of them is 20.
find 4th no.
Ans 10

4) find avg of all nos. which lies b/w 1 and 100 & r divisible by 7.
Ans. 52.5

5) avg of three nos is 33. first one is as much more than avg as third one is less than avg.
Ans 33

6) find sum of series: 1+ 0.1+0.001+0.0001+… … … … .


Ans: 10/9

7) if price of t.v set is reduced by 20%, then its sale increases by 80%, find net effect on
sale value
Ans 44%more

8) how much a decimal of 1/3600?


Ans 0.00027

9) f(x): sq root of x ,g(x) : cube root of x, then find value: f(f(x)+g(x))


Ans 1.0

10) find loal max & min of 2 + f(2x2+ 3X +1) ?

11) find the point which is nearest to (1,2,3)

12)find 123
det 456 Ans 0
789

13) integration of which is maximum for ?f(x),lim(0,1) ? a) 2x b) 2x2 c) 2x3 d)2 const fn
Ans d

14) find vector perpendicular to 2i +5j +4k Ans 2i-12j+7k

15) speed of boat in still water is 9km/h . if boat moves upstream A to B in 2 hrs. & B to A
in 1 hrs. Then find distance b/w A&B
Ans 12
16) what no should be subtracted from 92555 to make it a perfect square ?
Ans: 39

17) the probability of a student possessing a ball point pen in exam is 3/5 & possessing an
ink pen is 2/3. find his probability of possessing at least one of them .
Ans 13/15.

18) In an interview , the probability of appointing Husband is 1/5 while that of wife is ¼.find
probability that only one of them get selected in interview.
Ans :1/4

19) find the probability that a five digit no formed by 1,2,3,4,5 ( not repeated) are divisible
by 4.
Ans : 3/20.

20) find the probability in a group of 10 students sitting in a row , two of them always sit
next to each other.
Ans: (1/9) (not sure , u try urself)

21) A clock hand overtakes hour hand in 65 min the in how much time it will cover 65 time
****
Ans none of all( refer to r.s . agg)

22) if no of employees are reduced by ratio x:y & their wages are increased by ratio p:q.
then find the ratio to which their wages bill decreases
Ans: xp: yq

23) Three sides of a triangle are given 15,11,7, find cosine of angles ? Ans : apply formula
cosA= b2+c2-a2/2*c*b, cos B= a2+b2 – c2/2*a*b;

24) if a tap could fill entire tank in 18 hrs due to leakage, then in how much time tank can
be emptied by leakage if tap can fill entire tank in 12 hrs without leakage?
Ans: 6hrs

25) Three liquids were mixed in 5:4:1 ratios. If cost per kg for ach of them is 4.50, 3.75 &
5.10. Then in what price mixture should be sold to get 25% profit?

26) Two commodities have cost per kg is 4.75Rs & 3.20Rswere mixed in a certain ratio so
as to make cost price of mixture as 17.75 Rs. Find the ratio Ans 4:1.

Recommendations:1) you must have fundamental knowledge in every subject u have


studied so far in degree course

2) NETWORKING, AUTOMATA,S/W ENGG(testing),H/w &memory based numericals,data


structure(must), slight ADA

Technical
1) palindrome… … … recognized by finite automata
A may be
B can be
C can’ t be
D may not be
Ans can’ t be

2) error detection is done by


a hamming codes
B cycle redundancy codes
C routers
d others

3) how many canonical expressions can be formed when edge =2

4) if i/ps in a stack are in order 1,2,3,4,5 the order of o/ps is


Ans 5,4,3,2,1

5) a logic gates does response to i/p in


a ) a sec
b) hundredths of sec
c)a few millions of sec
d) a few billions of sec

6) shortest distance can be determined by which algorithm


a) dynamic programming
b) greedy method
c) backtracking
d) divide & conquer

7) 7489 IC is
a)32 bit rom
B) 32 bit ram
C)64rom
D)64 ram

8) value of max clock is given to which


a) shift register
b) counter
c) logic gate
d)flip flop

9)in semantic analysis what we do


A) arguments analysis
B) syntactic constructs checking

10) which of following a queue can perform


A printer spooling
B cpu scheduling
C ****
D all of above
Ans D

11) which of following is a continuous data structure in which insertion can take place from
any direction but deletion takes place from opposite direction
A) stack
B) queue
C) array
D) tree
E)###
Ans B

12) how much channels an ISDN has in which different operations are done simultaneously
a)2
b) 3
c) 4
d) 5
e)####

13) which n/w comprises a server in center & rest nodes surround it ?
Ans star n/w

14) a tree in which every node(value) which exceeds parent node is placed on right while
node lacking than parent is placed on left Is called ?
Ans BINARY TREE

15) thrashing is done when o) don’ t know##

16) A que was on finding no of nodes in a tree having 16 child nodes (note : not exact but
try to do such sums on tree in data structure)

17) another que was of sort that def of a tree was given in two statements & was asked
which five option is valid for this def? ( note : validity was asked on the base of no of childs
& parents nodes) A) r child, r+1parents
B) r child, r parents
C) r+1 child, r parents
D)r+1 parent , r child E)#####

18) hashing table signifies what ?

19) how many address bits should there be in segmentation with paging to show 512
segments each having 64 pages . Ans 15

20)a que was of sort that in round robin scheduling four jobs A,B,C,D were given to queue
having completion time 4,1,2,1 . the quantum period was unit sec. then find throughput
time of job A.

21) how many paths would be formed to make a complete n/w between four nodes
Ans 4+3+2+1=8

22) segment statements are stored in ?

23) alias statement are invoked by ?

24) if any Automatic variable is not intialised then it will have? A garbage B 0 C -1D 1

25) recursive language is recognized by A turing m/c B non finite automataC finite automata
D##### ( note: refer to theory of computation & automata)

26) which protocol is used for identifying IP address A arp B rarp C x.25 D****

27) S->By/w
A->c/w
B-> A/y
c-> x then corresponding string is
a) x*w+ y*w b)########### (note refer to toc&a)

28) how many words can be stored in a memory of 64K?

29) Aloha is Ans channel allocation algo

30)frequency bandwidths are allotted to message by


A) modem
B) frequency division mux C######
Ans B

31) message passing is what ?

32) tell the addressing mode in which contents of operand are direct fetched from memory
without change A) indirect B) index register mode C) implied D) base register
Ans C

33)which one of these always reside in memory?


A) assembler
B) linker
C) loader
D) compiler
E) none of these.
VERBAL ABILITY:

Q1. He lives near a lovely ---- of countryside.

A. length

B. piece

C. section

D. stretch

ANS: D

Q2. What is the term used for describing the judgmental or commonsense part of problem solving?

A. Heuristic

B. Critical

C. Value based

D. Analytical

E. None of the above

Q3. The uncommon herbs are difficult to study because they are found only in ________ valleys of
Himalayas.

A. fertile

B. hospitable

C. inaccessible

D. mundane
E. Extensive

Q4. FORAY

A. incursion

B. contest

C. ranger

D. intuition

Q5. LAUNCH

A. review

B. propel

C. begin

D. push

Q6. Limited resolution of early microscopes was one of the reasons of _____ understanding of cells.

A. aided

B. discredited

C. Increased

D. contradicted

E. restricted
Q7. Pakistan lost a ----- wicket just when they seemed to be doing so well, and that led to their
eventual defeat.

A. critical

B. crucial

C. sensitive

D. providential

ANS: B

Q8. He is a person of sound character and ----- disposition

A. beneficent

B. morous

C. amiable

D. amicable

ANS: C

Q9. Sitas heart ----- at the sight of the beautiful diamond necklace

A. leapt

B. stopped

C. slowed

D. ran

ANS: A
Q10. RARELY

A. Hardly

B. Definitely

C. Frequently

D. Periodically

ANS: D

Q11. If I take a state roadways bus, I will get late, ----?

A. is not it

B. wont I

C. will I

D. is it

ANS: B

Direction for questions 12 to 15:

In the following questions choose the word which is the exact OPPOSITE of the given words.

Q12. MALICIOUS

A. Kind

B. Boastful
C. Generous

D. Indifferent

ANS: A

Q13. CORPOREAL: SPIRITUAL

A. mesa: plateau

B. moron: savant

C. foreigner: immigrant

D. pedagogue: teacher

ANS: B

Q14. STRINGENT

A. Tense

B. Stringly

C. Strict

D. Causing to Shrink

ANS: C

Q15. VANITY

A. Pride
B. Humility

C. Conceit

D. Ostentious

ANS: B

Q16. In the following the questions choose the word which best expresses the meaning of the given
word.

PRESTIGE

A. Influence

B. Quality

C. Name

D. Wealth

ANS: C

Q17. The following question consist of two words which have a certain relationship to each other
followed by four pairs of related words, Select the pair which has the same relationship.

FILTER: WATER

A. curtail: activity

B. expunge: book

C. edit: text

D. censor: play
ANS: D

Directions (18 to 22): In questions below, each passage consist of six sentences. The first and sixth
sentence are given in the beginning. The middle four sentences in each have been removed and
jumbled up. These are labelled as P, Q, R and S. Find out the proper order for the four sentences.

Q18. S1: Ants eat worms, centipedes and spiders.

P : They are usually much quicker than the ant itself.

Q : Nevertheless, these animals do not make easy game for ants.

R : Besides, they have an extraordinary number of ways of escaping.

S : They also eat larvae and insect adults such as flies, moths and spring tails.

S6: Some jump, and some give out a pungent repellent substance.

The Proper sequence should be:

A. SQPR

B. SPRQ

C. SQRP

D. SRQP

ANS: D

Q19. S1: A gentleman who lived alone always had two plates placed on the table at dinner time.
P : One day just as he sat down to dine, the cat rushed in to the room.

Q : One plate was for himself and other was for his cat.

R : She drooped a mouse into her own plate and another into her master plate.

S : He used to give the cat a piece of meat from his own plate.

S6: In this way the cat showed her gratitude to her master.

The Proper sequence should be:

A. QSPR

B. PSRQ

C. QRSP

D. RPQS

ANS: A

Q20. S1: The cooperative system of doing business is a good way of encouraging ordinary workers to
work hard.

P : If the society is to be well run, it is necessary to prevent insincere officials being elected to the
committee which is responsible for the running of business.

Q : They get this from experienced and professional workers who are not only familiar with the
cooperative system, but also with efficient method of doing business.

R : To a large extent, many cooperative societies need advice and guidance.

S : The capital necessary to start a business venture is obtained by the workers contributions.

S6: The main object is to maintain the interest of every member of the society and to ensure that the
members participate actively in the projects of society.
The Proper sequence should be:

A. SQPR

B. PQSR

C. SRQP

D. PSRQ

ANS: A

Q21. S1: Satyajit Ray made several films for children.

P : Later film makers have followed his lead.

Q : Today other nations are making the childrens film in a big way.

R : This was at a time when no director considered children as potential audience.

S : Ray was, thus, a pioneer in the field.

S6: But today few think of Ray as a maker of childrens films.

The Proper sequence should be:

A. PSRQ

B. RSQP

C. RSPQ

D. SQRP

ANS: C
Q22. S1: Hungary, with a population of about 10 million, lies between Czechoslovakia to the north and
Yugoslavia to the south.

P : Here a great deal of grain is grown.

Q : In recent years, however, progress has been made also in the field of industrialisation.

R : Most of this country consists of an extremely fertile plain, through which the river Danube flows.

S : In addition to grain, the plain produces potatoes, sugar, wine and livestock.

S6: The new industries derive mainly from agricultural production.

The Proper sequence should be:

A. QRSP

B. RPSQ

C. PRSQ

D. RQSP

ANS: B

ARITHMETIC ABILITY:

Q23. In a lottery, there are 10 prizes and 25 blanks. A lottery is drawn at random. What is the
probability of getting a prize?

A. 1/10

B. 2/5

C. 2/7

D. 5/7
ANS: C

Q24. Look at this series: 22, 21, 23, 22, 24, 23, ---. What number should come next?

A. 22

B. 24

C. 25

D. 26

ANS: C

Explanation:

In this simple alternating subtraction and addition series; 1 is subtracted, then 2 is added, and so on.

Q25. In one hour, a boat goes 11 km/hr along the stream and 5 km/hr against the stream. The speed
of the boat in still water (in km/hr) is:

A. 3 km/hr

B. 5 km/hr

C. 8 km/hr

D. 9 km/hr

ANS: C

Explanation:
Speed in still water = 1/2= (11 + 5) kmph = 8 kmph.

Q26. A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be
drawn from the box, if at least one black ball is to be included in the draw?

A. 32

B. 48

C. 64

D. 96

ANS: C

Q27. A fruit seller had some apples. He sells 40% apples and still has 420 apples. Originally, he had:

A. 588 apples

B. 600 apples

C. 672 apples

D. 700 apples

ANS: D

Explanation:

Suppose originally he had x apples. Then, (100 - 40)% of x = 420. 60/100 * x = 420, x = (420 * 100/60) =
700.
Q28. An accurate clock show 8 o clock in the morning. The hour hand then rotates by 90 degree. The
time in the clock is:

A. 9 o clock

B. 10 o clock

C. 11 o clock

D. 12 o clock

Q29. What would be the missing number in the series: 1, 20, 266, 675?

Q30. What would be the missing number in the series: 12, 51, 34 ,95,?

TECHNICAL QUESTIONS:

Q31. The SQL WHERE clause:

A. limits the column data that are returned.

B. limits the row data are returned.

C. Both A and B are correct.

D. Neither A nor B are correct.

ANS: B

Q32. What is the output of the following program?


#include

main()

struct xx

int x=3;

char name[]=hello;

};

struct xx *s=malloc(sizeof(struct xx));

printf(%d,s->x);

printf(%s,s->name);

A. Compiler error

B. hello

C. 3

D. none

ANS: A

Explanation:

Compiler Error , Initialization should not be done for structure members inside the structure declaration

Q33. Which of the following is not considered to be a basic element of an enterprise-class database
system?
A. Users

B. Database applications

C. DBMS

D. COBOL programs

ANS: D

Q34. Which of the following command is used to display the directory attributes rather than its
contents?

A. 1s-1-d

B. Is-x

C. Is-1

D. is-F

ANS: A

Q35. Databases overall structure is maintained in a file called

A. Redo log file

B. Data file

C. Control file

D. All of the above.

ANS: C
Q36.

void start()

A a = new A();

B b = new B();

a.s(b);

b = null; /* Line 5 */

a = null; /* Line 6 */

System.out.println(start completed); /* Line 7 */}

When is the B object, created in line 3, eligible for garbage collection?

A. after line 5

B. after line 6

C. after line 7

D. There is no way to be absolutely certain.

ANS: D

Explanation:

Option D is correct. I think there are too many unknowns about the method s and the classes A and B to
be able to answer this question with any certainty.

Q37. Which of the following is not the required condition for binary search algorithm?

A. The list must be sorted


B. there should be the direct access to the middle element in any sublist

C. There must be mechanism to delete and/or insert elements in list

D. None of above

ANS: C

Q38. When 1100010 is divided by 0101, what will be the decimal remainder?

A. 2

B. 3

C. 4

D. 6

ANS: B

Q39. What is the difference between object oriented programming language and object based
programming language?

Q40. What is the difference between Cloud and a data hub? Explain it with a real time example.

Directions for Questions 41 to 44: From the following program, answer the following questions:

read a

s=0

x=a
while(x > 0)

c=x/10;

y=x-c*10;

s=s+y;

x=x/10;

print s

Q41. What is the value of s if a=10?

Q42. What is the value of s if a=15?

Q43. How many times the loop will be executed if a=10000?

Q44. What is the value of y and s if a=115?

Q45. Find the odd man out:

A. processor

B. motherboard

C. display card

D. mouse

ANS: D. mouse
Q46. Find the odd man out:

A. Mpeg

B. jpg

C. avi

D. omg

ANS: D. omg

Q47. Find the odd man out:

A. programs

B. documents

C. settings

D. properties

ANS: D. properties

Q48. What is the accessing mode for a magnetic tape?

A. Sequential

B. Random

C. Direct

D. Indirect

Q49. What is the expansion of SIM?


ANS: Subscriber Identity Module

Q50. 9. 92.168.100.4 - means

ANS: IP Address

Q1. What are linked lists?

Q2. What are stacks and queues?

Q3. What is abstract class?

Q4. What is inheritance?

Q5. What is polymorphism?

Q6. What is scheduling?

Q7. Draw SR and JK flip-flops.


Q8. What is a spiral model?

Q9. What is black box testing?

Q10. What are strings?

Q11. Write a program to fetch the data from the database and print it.

Q12. What are arrays, how to retrieve an array?

Q13. What is the full form of SQL?

a) Sequential Query Language

b) Standard Query language

c) Structured Query language

d) Symbian Query language

Q14. What is the use of lock based protocol?

a) Redundancy control

b) Concurrency control

c) Concurrency control in DBMS


d) None of the above

Q15. What will be an automatic variable will be initialized to by default?

a) Garbage value

b) 0

c) -1

d) 1

e) None of the above

Q16. How many paths would be formed to make a complete tree from only four nodes?

a) 6

b) 8

c) 10

d) 15

e) None of these

Q17. What is the full form of ANSI?

a) Australia standard code for information interchange

b) American Standard code for instruction interchange

c) American Standard code for information interchange

d) ASCII standard coding for information


Q18. What is a waterfall model?

Q19. Difference between RDBMS and ORDBMS.

Q20. Write a program to insert a data into a file where data is separated using a pipe |.

Q21. Difference between zener and avalanche breakdown.

Q22. Why the upper pin of a 3-pin plug is bigger in size?

Q23. State the motor and generator principle.

Q24. Convert decimal to Binary.

Q25. Why we need to step up the voltage?

Q26. Write a C program to add numbers from 1 to N and an RDBMS query to find maximum salary.

Q27. What is the difference between SQL and mySQL?


Q28. What is the full form of ODBC?

a) Open databack connectivity

b) Openly databus connectivity

c) Open Database connectivity

d) Open database connection

Q29. What does lagging means in DBMS?

a) Increased Redundancy

b) Reduced Redundancy

c) Increased latency

d) Reduced Latency

Q30. What you call a tree in which every node exceeds parent node?

a) Full Tree

b) Complete tree

d) Binary tree

e) B+ tree

Q31. Write a program of palindrome?

Q32. What does hashing table signifies?


Q33. Write a program to generate Fibonacci Series?

Q34. State two differences between C and C++.

Q35. What do you mean by Recursion Function?

Q36. What is the use of namespace std in C++?

Q37. What is the difference between union and anonymous union?

Q38. What is the difference between package and interface?

Q39. Can a constructor be private and how are this() and super() method used with constructor?

Q40. How do you implement one-to-one, one-to-many and many-to-many relationships while designing
tables?

Q41. What is the use of temporary files?


Q42. What is the difference between system testing and regression testing?

Q43. How many address lines are required to addressing 1 MB memory?

Q44. How do you define a table/array in COBOL?

Q45. How to get path of the file through scripting?

Q46. How to retrieve native property value in runtime?

Q47. How would display prime numbers using CL program?

Q48. What is the real difference between arrays and pointers?

Q49. What is meant by DBMS?

Q50. What is the difference between group function and analytic function?

ARITHMETIC ABILITY:

Q1. 3 3/8 * 6 5/12 - 2 3/16 * 3 1/2 = ?


a. 21

b. 18

c. 14

d. 15

e. 16

ANS: c

Explanation:

? = 3 3/8 * 6 5/12 - 2 3/16 * 3 1/2

= (27/8) * (77/12) - (35/16) * (7/2)

= (693/32) - (245/32) = 448/32 = 14.

Hence the answer is option C.

Q2. 12 years ago the ratio between the ages of A and B was 3 : 4 respectively. The present age of B is 3
3/4 times of Cs present age if Cs present age is 16 years, then what is As present age? (in years)

a. 48

b. 42

c. 60

d. 54

e. 36

ANS: a

Explanation:
We are given that (A - 12) / (B - 12) = 3/4 ... (1)

and B = 3 3/4C = (15/4)C ... (2)

Since, C = 16 yrs, put this value in equation (2)

we get B = (15/4) * 16 = 60 years.

Now put this value in equation (1), we get

A - 12 = (3/4) * (60-12) = 36

=> A = 48 yrs.

Hence answer is option A.

Q3.

a. 13 1/4

b. 14 1/4

c. 11 5/6

d. 12 3/4

e. 12 1/8

ANS: d

Explanation:
Q4. (1/3) rd the diagonal of a square is cube root of 2. What is the measure of the side of the
concerned square?

a. 12 m

b. 9 m

c. 18 m

d. 6 m

e. 7 m

ANS: b

Explanation:

Let a be the side of a square.

Therefore, diagonal (d) = sqrt (2a)

We are given that

Hence the answer is option B.

Q5.

a. 6 1/2

b. 5 1/2

c. 5 3/4

d. 6 3/4

e. 6 1/4
ANS: d

Explanation:

Q6. The perimeter of a rectangle whose length is 6m more than its breadth is 84m. What would be the
area of a triangle whose base is equal to the diagonal of the rectangle and whose height is equal to
the length of the rectangle? (in m2)

a. 324

b. 372

c. 360

d. 364

e. 348

ANS: c

Explanation:

Let l, b and d be the length, breadth and diagonal of the rectangle

Therefore, l – b = 6 and 2(l + b) = 84 or l + b = 42

Solving the above equations, we get l = 24m and b = 18m

Therefore, d2 = ( l2 + b2) Putting the values, we get

d2 = 242 + 182 = 576 + 324 = 900 => d = 30m

Let b and h be the base and height of the triangle

We are given that b = d = 30m and h = l = 24m


Thus, area of triangle = (1/2)bh = (1/2) * 30 * 24 = 360 m2

Q7. M, N, O and P divided Rs. 44,352/- among themselves M took (3/8)th of the money, N took
(1/6)th of the remaining amount and the rest was divided among O and P in the ratio of 3:4
respectively. How much did O get as his share?

a. Rs. 9,600/-

b. Rs. 20,600/-

c. Rs. 10,300/-

d. Rs. 8,700/-

e. Rs. 9,900/-

ANS: e

Explanation:

Share of M = (3/8) * 44352 = 16632/-

Remaining amount = 44352 – 16632 = 27720/-

Share of N = (1/6) * 27720 = 4620/-

Remaining amount = 27720 – 4620 = 23100/-

Share of O = (3/7) * 23100 = 9900/-

Hence answer is option E.

Q8. The respective ratio of salaries of A and B is 8:7, if the salary of B increases by 20% and the salary
of A increases by 21% the new ratio becomes 96 : 77 respectively. What is As salary?

a. Rs. 22,560/-

b. Rs. 21,600/-
c. Rs. 20,640/-

d. Rs. 23.040/-

e. Cannot be determined

ANS: e

Explanation:

Only ratio of the salary is given, but salary is not given, so we cannot determined the salary of A . Hence
answer is option E.

Q9. (sqrt 4356 * sqrt?) / sqrt (6084) = 11

a. 144

b. 196

c. 169

d. 81

e. 121

ANS: c

Explanation:

Therefore, ? = 132 = 169

Hence answer is option C.


Q10. 3 ? 14 55 274 1643

a. 11

b. 5

c. 6

d. 8

e. 7

ANS: b

Explanation:

Here the given pattern is:

3 ? 14 55 274 1643

The pattern:

3 × 2 – 1 = 5, 5 × 3 – 1 = 14

14 × 4 – 1 = 55, 55 × 5 – 1 = 274

274 × 6 – 1 = 1643, So ? = 5

Hence answer is option B.

REASONING ABILITY:

DIRECTIONS for the question 11 to 13:

Study the following information carefully and answer the questions given below. A word arrangement
machine when given an input line of words, rearranges them following a particular rule in each step.
The following is an illustration of the input and steps of rearrangement.

Input : boki jam quid geek amce xul put mep


Step I. amce boki jam quid geek xul put mep

Step II. amce boki geek jam quid xul put mep

Step III. amce boki geek jam mep quid xul put

Step IV. amce boki geek jam mep put quid xul

And step IV is the last step for this input. Based on this information, answer the questions that follow.

Q11. Which of the following will be the last step for this input bacardi herem lut gay poya ulta pulta?

a. IV

b. VI

c. VII

d. II

e. None of these

ANS: d

Explanation:

The basic principle on which the machine works is arranging the given input in alphabetical order by
changing the position of one word at a time.

Q12. If the input is tili gili mili nozy abro goya, which of the following steps will be the 3rd step?

a. abro tili gili mili nozy goya

b. Tili abro gili mili nozy abro

c. abro gili goya tili mili nozy

d. Data inadequate
e. None of these

ANS: c

Q13. If the input is chamkato bug preli nerd joker fig zoya gili, what will be step III for this input?

a. bug chamkaato fig gili preli nerd joker zoya

b. bug chamkaato fig gili preli nerd zoya joker

c. bug chamkaato gili fig preli nerd joker zoya

d. chamkaato bug fig gili preli nerd joker zoya

e. Cannot be determined

ANS: a

Explanation:

The basic principle on which the machine works is arranging the given input in alphabetical order by
changing the position of one word at a time.

DIRECTIONS for the questions 14 and 16: Read the information given below and answer the questions
given afterwards.

Q14. If the alternate letters in the following alphabet starting from A are changed into small letter
leaving the rest in capitals, which of the following represents the second month after June?

ABCDEFGHIJKLMNOPQRSTUVWXYZ

a. AugusT
b. AUgUsT

c. augusT

d. August

e. None of these

ANS: c

Explanation:

aBcDeFgHiJkLmNoPqRsTuVwXyZ

Q15. If by arranging the letters of the word UTLSO, the name of a flower is formed, which of the
following pairs represents the first and the last letters of the word so formed respectively?

a. TO

b. OS

c. LS

d. TS

e. LT

ANS: c

Explanation:

The name of flower is LOTUS.


Q16. Pointing out to a lady, Karim said, She is the daughter of the woman who is the mother of the
husband of my mother. Who is the lady to Karim?

a. Aunt

b. Granddaughter

c. Daughter

d. Sister

e. Sister-in-law

ANS: a

Explanation:

The lady in photo is the sister of Karims father,hence his aunt.

DIRECTIONS for the question 17 to 20: Read the information given below and answer the questions
given below that.

A. ZZ, YY, XX, MM, NN and OO are six members three male and three female.

B. There are two contractors, two arbitrators, one lecturer and one surgeon in the group.

C. YY, NN, ZZ, XX are two married couples and no person in this group has the same profession.

D. NN, a lecturer with yellow dress, is married to a male arbitrator with red dress.

E. Color of dresses of both husbands and that of both the wives is the same.
F. Two persons have yellow dress, two have red and the remaining one each has a purple and white.

G. ZZ is a male contractor, whose sister MM is also an contractor.

H. YY is a surgeon.

Q17. Which of the following is a pair of married ladies?

a. YY NN

b. NN MM

c. ZZ XX

d. Data inadequate

e. None of these

ANS: a

Explanation:

ZZ is married to YY and XX is married to NN.

Q18. Who is the wife of ZZ?

a. XX

b. NN

c. MM
d. YY

e. None of these

ANS: d

Q19. What is the color of OOs dress?

a. purple

b. white

c. Purple or white

d. Data inadequate

e. None of these

ANS: c

Q20. Which of the following is group of female members?

a. YY MM OO

b. YY MM XX

c. YY MM NN

d. OO MM NN

e. None of these

ANS: c

VERBAL ABILITY:
DIRECTIONS for questions 21 to 22: Fill in the blanks with the most appropriate word/phrase or word
pair.

Q21. Not attending to _______ can undo much hard work man instant.

a. Plenitude

b. Beatitude

c. Beatific

d. Minutiae

ANS: d

Explanation:

Minutiae denotes small details about something and thus, is the most applicable option.

Q22. Iago fell prey to his own__________.

a. Nuances

b. Machinations

c. Nadir

d. Annul

ANS: b

Explanation:
Machinations signify conspiracy or secret schemes. It is therefore, the most appropriate option.

Q23. Myriad issues means ________

a. Rebellious issues

b. Vast number of issues

c. Changing issues

d. Traditional issues

ANS: b

Explanation:

Myriad issues means a vast number of issues.

Q24. Choose a word or words which mean Philanthropy

a. Flirting

b. Love of mankind

c. Stamps collecting

d. Study of languages

ANS: b

Explanation:
Philanthropy means love of mankind.

Q25. Which word is closest in meaning to the word FRANTIC?

a. FRENETIC

b. SANE

c. FOOLISH

d. DISPOSSESSED

ANS: a

Q26. Which word describes something different from the others?

a. GAIN

b. INTEREST

c. HARM

d. PROFIT

ANS: c

DIRECTIONS for questions 27 to 30: Read the given passage and answer the questions.

In Sheela Barse v. Union of India, the Supreme Court of India, had issued various directions in regard to
the physically and mentally retarded children as also abandoned or destitute children who are lodged in
various jails in the country for safe custody. The Court further held:
So far as concerns pending cases relating to offences punishable with imprisonment of not more than 7
years, it is directed that every State Government shall complete the investigation within a period of 3
months from today if the investigation has not already resulted in filing of charge-sheet and if a charge-
sheet has been filed, the trial shall be completed within a period of 6 months from today and if it is not,
the prosecution shall be quashed.

The State Governments must set up necessary remand homes and observation homes where children
accused of an offence can be lodged pending investigation and trial. On no account should the children
be kept in jail and if a State government has not got sufficient accommodation in its remand homes or
observation homes, the children should be released on bail instead of being subjected to incarceration
in jail.

Instead of each State having its own Childrens Act different in procedure and content from the Childrens
Act in other States, the Central Government should initiate Parliamentary Legislation on the subject, so
that there is complete uniformity in regard to the various provisions relating to children in the entire
territory of the country. The Childrens Act which may be enacted by Parliament should contain not only
provisions for investigation and trial of offences against children below the age of 16 years but should
also contain mandatory provisions for ensuring social, economic and psychological rehabilitation of the
children who are either accused of offences or are abandoned or destitute or lost.

Q27. Which of the following statements is true?

a. The Court presumes that the State has infrastructure available to speed-up the trial.

b. The Court presumes that since State is responsible for causing delay in trial process, it should be held
liable to speed up the trial process.

c. The Court means to say that irrespective of who is responsible for causing delay in trial process, the
State should be made duty bound to speed up the trial process.

d. The Court presumes that the process can be speeded up with the existing infrastructure available with
the State agencies.

ANS: c

Explanation:
It has been mentioned that the court wants the states to speed up the trial process. The answer in the
context is 3.

Q28. What is the most important issue before the Court?

a. Unreasonable delay in trial processes, where child is accused, in r/o all kinds of offences

b. Delay in trial processes, which is unreasonable, in respect of specific kind of offences

c. Delay in trial processes, where child is accused, in respect of specific kind of offences

d. Unreasonable delay in trial processes, where child is accused, in respect of specific kind of offences

ANS: d

Q29. Find out synonym of abrogate from the above stanzas.

a. Quashed

b. Destitute

c. Enacted

d. Uniformity

ANS: a

Explanation:

Abrogate means to cancel, and the word quashed has the same meaning. The words therefore are
synonymous.
Q30. Can we say that there is lack of conformity in various State laws?

a. Yes

b. Yes, but only if such inference is drawn in context to juvenile laws.

c. No

d. Inference can-not be drawn on the basis of given facts

ANS: d

You might also like