Sei sulla pagina 1di 5

INTERGRAPH 1.non verbal question: four figures are given, find 5th figure. ans: 1st figure. 2.

draw the venn diagram for flowers, clothes & white ans: -------------| | -----------------------| | | | | | | | | | | | |flower | | | |clothes | -----------------------| white | -------------3.there are 6 boys--a,b,c,d,e,f and 5 girls -- p,q,r,s,t. a team should be formed with 6 members--and some more conditions like c and d should sit together; p won't sit with e. there are 4 q's based on this ref:puzzle test of agarwal 4.a cube is painted with blue, yellow and black on opposite faces.it is cut into 36 cubes,of which 4 cubes are bigger than others. 3 q's on this. hint:first cut cube into 3 equal pieces(not cubes).cut first piece into 16 equal cubes(4x4).cut 3rd piece into 16 equal cubes(4x4).cut the 2nd piece (middle piece) into 4 equal cubes(bigger in size than previous 32 cubes). 5.a sales executive has to visit 6 companies--p,q,r,s,t,u.other conditions like --he should visit s before u ,he should not visit r immediately after u etc.., 3 q's on this ref:puzzle test of agarwal 6.4 members--2 men ,2 women are palying cards.no woman should sit in front of another woman.no man should sit in front of another man. man1 sits on west side etc..,find the position of woman2. 7.a container contains 28 litres of pure milk. then 8 litres of milk is taken out and 8 litres of water is added.then another 8 litres of mixture is taken out and another 8 litres of water is added. this process is repeated 3rd time also.find the milk-water ratio. 8.some boys are cows.some cows are dogs.etc..,which of the following are true: 4 statements are given. 9.one q on interferences. section 2:(c-programming) 1.q on binary tree: does a binary tree of depth 3 have 20 nodes ans:no 2.write order of traversal of nodes for depth first and breadth first searches of a 15 node tree 3.debugging is done finding a)logical errors b)run time errors c)both a and b d)none of the above ans:c 4.sum(x)=1+ 1+2+ 1+2+3+ .....x write the condition'?' { for(i=0;i<?;i++)

for(j=0;j<?;j++) sum+=z } 5.show that a variable is the largest among the 3 variables using conditional operator a=5,b=10,c=7 ans:(a>b)?((a>c)?a:c):b b is the largest there are 3,4 q's on syntax/logical/runtime errors. and 2,3 q's on for loops. ----------------------------------------------------------------------------there are 20 q's in each section the cut off is 11 correct answers in each section.

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

We do not remember the questions exactly, here we just tried to cover the major areas. Paper consists of two sections : 1. analytical (20 marks) 2. C skills (20 marks)total time 45 min Analytical: ------------1. Given a cube, with different colors on its faces, and then is cut into 64 pieces, and the questions relate to the colors of different colored small cubes. 2. A few ladies and gents sit around table in some given order and 4 questions are about their seating arrangement with some restrictions. 3. Draw a venn diagram for 3 items : white, flowers, cloth Ans : draw 3 circles each intersecting the other , with white kept in the middle. 4. A problem related to seating arrangement of 4 people ( 2 ladies and 2 gents) with some restrictions 5. problem related to milk with water added to it for three times Ans: 20.5 litres 6. Problem related to diagrams . Five diagrams were given and asked to find the sixth one. C-Skills: -------1. Max number of nodes in a binary tree with height 3 is 20 : Ans: False 2. 10,20,30,40,50,60 : give the order when put in a queue and in a stack Ans : Queue : 10,20,30,40,50,60 stack : 60,50,40,30,20,10

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

3. Debugging is the process of finding Ans : logical and runtime errors 4. trace the error: void main(){ int &a; /* some other stuff here */ } Ans: syntax error 5. a problem with a function named 'myValue' will be given and asked to find the value of main() for an argument of 150, Ans : 150 6. Some problems related to 'for' loops. 7. problem on conditional inclusion. 8. problem related to depth first and breadth first search (DSA subject) 9. study the syntax of malloc function 10. locate the error int arr (20); Ans: syntax error. the above are only the guide lines, may not be the exact paper. WISHING YOU ALL THE BEST

******************************************************************************** There are two sections in Intergraph. 1.Aptitude 20 nos 2.'C' Programming

1.Non-verbal questions ________________________________________________________ | *| | | | | | | | | | | | | | | |_______|_______|_______|_______|_______|_______|__________| | | | | | | | | | | | | | | | | |_______|_______|_______|_______|_______|_______|____________| Like this 2.Venn diagram

Draw venn diagram for flowers,white,clothes (Complete question is not there) 3.Analytical ABCDEF -->Boys PQRST -->Girls AD ST BR CQ 4. a.A b.S c.B d.C will with D will with T will with R and Q wants to be in the same team. d)None

5. Matricide:Mother::Homicide:? a)Human b)Children c)Father

8.Rs.3 costs 5 oranges.Then sold each orange at 1 rupee each.Then sold each orange at 1 rupee each.For Rs.36 profit what is the no. of oranges required? Ans.90 9.The wages of the worker was increased from Rs.18 to Rs.21 per week.The average working hours is 7 hrs/day instead of 8 hrs/day.How much fast wokers should do work? 10.A sales person visits M,N,P,Q,R and S S can be varied according to the question. Ans. S MNPQR

13.A cube is colored on the opposite faces blue,black and yellow.It is then cut into 36 cubes.Out of which 32 were small cubes and 4 where big cubes. a)How many cubes were there,colored on the face b)How many cubes were colored on three faces. 16.A cask contain 40 liters milk.8 liters we taken out and filled with water.The same process is contained second&third time.How much amount of milk will be there? 'C' language -----------1). main() { int a[100];

int i; x= 0 y= 100 ------------------for(i=1;i<=4;i++) } return; 2). union(one questions) Ans:a 3). Debugging Ans: Logical&routine error

Potrebbero piacerti anche