Вы находитесь на странице: 1из 7

the test was of 1 hour 30 ques. g apti and 30 of technical.......some ques.

of g apti were very lengthy so don't end up in solving them.....time was less......some 15 ques. from arithmetic......and rest 15 logical,statement interpretation,arrangement,tense correction......and like that...... i am enclosing here the 2 C questions : 1. given a square matrix which consists only of 1 and 0......find which rows,which cols and which diagonals consist entirely of 1's. 2. given an array of integers find all possible combinations of the numbers whose sum equal to 90..... ans : knapsack problem (in data structures - aho ullman) Note : for them solution was not the criteria.......but the approach was important......the solution should be generalised and optimized........optimization was given the top priority........ here is the techincal paper : plz try to solve them urself by trying on comp. 1. const int MAX=10; main() {enum a {a,b,MAX}; print MAX; } 2. enum object is a const which can only be assigned a value at initialization or a variable which can be assigned any value in the middle of the program? 3. void *p; what operation cannot be performed on p? ans : arithmetic operation unless it is properly typecasted 4. char **p="Hello"; print p,*p,**p 5. main() {char str[]="Geneius"; print (str); } print(char *s) {if(*s) print(++s); printf("%c",*s); } 6. what does the function fcloseall() does ? 7. main() {printf("Genius %d",fun(123)); } fun(int n) {return (printf("%d",n)); } 8. difference between definition and declaration. 9. find the error?

fun() {int i=10; if(i<10) return 2.0; else return 3.0; } 10. int a=9,b=5,c=3,d; d=(b-c)<(c-a) ? a : b; print d 11. 1+2/3*4+1=? 12. In C++, a variable can be defined wherever needed whereas not in C 13. main() {int i=4; fun(i=i/4); print i; } fun(int i) {return i/2; } 14. what is an array ? 15. printf("\" NITK %%SURAHKAL%% !\""); 16. difference between scanf and gets in case of string input 17. table t1 m rows and x cols table t2 n rows and y cols in t1*t2 rows? cols=? ans. m*n ,x+y 18. symbol of realtionship between 2 entities? 19. which one cannot come in data modelling a. customer b. student c. office d. speed 20. can a database table exist without a primary key ? 21. whether higher normal forms better than lower forms as far redundancy is concerned ? 22. file is at which level ans. conceptual level 23. what is a foreign key

____ ******************************* CEGians.*************************

>Birla Soft had visited our campus today. The details >are as follows. > >TEST - RDBMS, JAVAS RELATED QUES (PGM OUTPUTS ), >LINUX (DIRECTORY >MOVING COIMMANDS, CHANGE MODE COMMANDS), SEARCH >FILES WITH THE >WORD "CALL"-specify commands for that, >CONCATENATION OF TWO FILES. > >choices will be given which are pretty confusing. >Some ques were >

>1) WHAT IS GPF IN WINDOWS 95 ? >2) WHAT IS CODE COVERING? >3) WHAT DOES SCM IN SDLC STAND FOR ? >4) WHAT IS A STUB? > >QUES ON SOFTWARE ENGINEERING and DBMS were >plentiful. > >Aptitude was the usual stuff. >Out of 60 who wrote the test they shortlisted 25 for >GD. > >GD:> >1) REVIVAL OF IT INDUSTRY >2) EDUCATIONAL STRUCTURE FLEXIBLE FOR IT INDUSTRY. >3) ROLE OF GOVERNMENT IN IT INDUSTRY. > >They shortlisted 13 for interview. > >INTERVIEW:- EMPHASIS ON YOUR PERFROMANCE IN GD. >mainly HR ORINETED. >KNOWLEDGE IN ORACLE & JAVA PREFERRED. >QUES ON PROJECT. >Emphais your knowledge in DBMS during the interview. >These guys look for DBMS & java gurus. > > >All the best !! >Regards , >Ann._

**********************TATA ELXSI information...........********************** hii.. in NIT calicut Tata elxsi came and took 10 guys... on 24th july 2003.. there question pattern was consist of two section 1.aptitude (common to EEE,ECE,CSE)(30 ques, 30 min) 2.technical (30 ques, 30 min) technical consist of two different paper.. those who want to write computer science paper or those who want electronics paper....... i had written computer science paper.. frankly speaking it is very tough.. indeed i m a EEE student but those from CSE branch find it difficult...... question consist of following type.. 1. 8 C programming 2. 6 unix problem. 3. C architecture(pipelinning) 4. painter algorithm. 5. data structure 6. computer graphics in C programming some big program is there and

they ask to find out the output..... i don't have any paper but i m writting it.. if at all i will complete it i will send it to this group...... at last i want to tell u guys i m selected in this company...... i m one of those 10 student who is selected in this company..... cts paper

nit jamsedpur cts2003

1. Numbers between 1 to 100 divisible by 2 or 3. 2. Sum of the numbers from 1 to 100 if the digit 6 is replaced by 9 in those numbers(Ans : 330) 3. You have an one Kg weight with you. In how many weighs can a 31 Kg rice bag be weighed? (Ans : 5) 4. Priya bought 6 pens, 7 notebooks, and 8 pencils and she had spent all the money she had for that. Rama bought 13 pens,12 notebooks and 9 pencils and rama had 50% of money more than what priya had. How much % rama spends more than priya on priya? 5. This is an analytical question There are four numbers a,b,c and d. Conditions : a+b+c+d=100. A,b,c,d>=10 All are even numbers Each number is different from the other. What is the maximum possible value for a? (four choices given) 6. If a=54 then what is the difference between the biggest(54) and the second biggest number? 7. if a=54; c=2+2d then c=? 8. What is the Selling price of x? if the profit % =5% and the cost price = 100 9. Similar question to the above one. 10. Calculate the ages of a son and his father if their present ages are in the ratio 1:2 and before 10 years the ratio was 3:4 11. Same type as the previous one. Sum of their present ages is 80, before 5 years their ages were in the ratio 3:4.(some more questions were from this category) 12. Two cars start from terminals A and B and travel towards B and A respectively. The distance between A and B is 500 metres. The cars move forward with a speed of 50 m/s and they move backwards with a speed of 25 m/s. For every 100 cms movement of the cars in the forward direction they should move backwards by 50 cms. What is the time taken for the cars to collide or meet? 13. In a pack of 52 cards if Ass, Jack, queen and king is removed (from all the four sets) , what is the sum of the remaining cards? 14. An Analytical question from Barron#8217;s, having the keywords such as 18th century,19th century and 20th century in the question 15. The diameter of the circle is 4cm. The area of the shaded portion is 1/3rd area of the square. Find the side of the square Four girls participate in a the Ms.India competition. Each were wearing a saree of different colour. They were made to sit in a

row. The winner was wearing a yellow saree. The runner up was not in the corners. Ms.AP was next to Ms.West Bengal. Ms.west Bengal is neither the winner nor the runner. Ms.Maharastra was wearing a green saree. Ms.UP was the runner up. Both winner and the runner are not adjacent and have a person between them. Who was wearing a Red saree? Ms.WB Who was the winner? Ms.AP And one more question of the same order. Plz frame the order. All analyticals are very simple. Mostly paragraphs are given and the question will be what do you infer from this type. Only one question from each paragraph. XX) What is the number that divides (3 nos), leaving the remainders( 3 nos) . sums of this type are in RS.A plz refer. 16.In 400m race a gives b a start of 7 sec & beats by 24m.in another race a beats by 10 sec. the speeds are a)8,7 b)7,6 c) 12,10 d) 10,8 17. A is thrice as good as a workman as B and takes 10 days less to do a piece of work than B takes. B alone can do the same work in : a) 12 days b)15 c)20 d)30 ans available in Agarwal: pp 261 (13) 18. Again from Agarwal: the mean temperature of Monday to Wednesday was 37 deg. The mean temperature of Tuesday to Thursday was 34 deg. If the temperature on Thursday was 4/5 of Monday, what is the temperature on Thursday? Ans:36. pp=104 (47) in RS. Agarwal 19 A travels at 4 kmph. Two hours after the start of A, B travels at a speed of 1 kmph for the first one hour, 2 kmph for the next one hour and so on. At what time will they meet. Ans: 9 hours and 48 mts. 20. Given 80 coins with one defective. What is the minmum number of weighings that you will take to detemine the defective (less weight) coin. Minimum of 5 is available in the question paper. Six is also possible. 21.

What is the number of squares under the figure? ans: 16

l&t the paper of l&t *************************** L & T**************************** ======== the pattern is like: 1) branch related ques. 50(30 min) 2) engg. aptitude test 60(40 min.) 3) non verbal ques. 36 (40 min) mech. ques which i can recall is

...may not be as per the language stated there in paper but it would really help there a lot..... mech. 1.what is the equivalent spring constant of two srings with k1 & k2 as sring constant connected in series? ans. k1.k2/(k1+k2) 2.by which moulding we produce thermosetting plastics? 3.when air is dirty what will be the injectility of the fuel .................more ? 4.carbon deposits increase the comp. ratio. 5.carbon increases the hardness. 6.hot fluid passes thro the cylinder. by using two insulating material(k,2k)in which sequence may be more effective.......? ( firstk, then 2k matl.) 7.wings of the plane can be made by stretching. 8.what will be the metal removal ratio if the balancings r done at 3000&1500 rpm.. ( cent. forces to be considered......ans 1:4) 9.what is cylinder ratio? ans. arrangement of cylinders in which the centre line of crankshaft journal is per.to the plane containing the centrelines of the engine cylinders. 10. In diesel cycle the compression ratio incereases more to expension ratio. 11. In the shm of the ball inside a earth hole passing through the center ,velocity maximum at the center. 12.viscosity of liquid increases with decrese in temprerature. 13. Piezometer measures static pressure.. 14. Which iron is used for body construction of machines, gray or white iron ?( not sure) 15.what is core print ? 16. pig iron is manufacture in --------blast furness 17.what is the effect of increase arc lenght in building 18. m 62 indicates ------ 6mm outer diameter & 2 mm pitch 19. what raputre failure. 20 . 6 cylinders in a row , n0. of crancks = 1 21. If in a steam power plant vaccum in condensor reduces what is the effect 22. pressure in industrial pnumatic lines -------5 to 10 bar 23. effect of low temp. ( -20 degree ) on carbon steel . 24.method of hardening of machine guidesways 25. method of joining plastic by welding 26. safe method of loading on a cantileaver a) UDL b) center point load c) triangular load having zero at center 27. BMD for UDL in cantilever Ans. parabolic 28.Beams of uniform strenght can be made by a) varying width b) varying depth c) both d) none 29. which of these not fusion welding process Ans: spot welding 30. function of stroboscope is Ans: speed measurement of spur gear 31.if diameter of pully is double how will the designof key way change 32.gray cast iron used for machine parts 33. use of worm gear 34.what will be the diameter of punched hole in

punching opereation a)same as punch b) punch dia + thichkness of sheet 35. this is figure porblem described as : there is right anguler wadge with pully at vertex connecting two equal masses by string one on the sloping side and other on the vertical side Questin is what will happen to them Ans: mass will fall down ----------------------------------------------------

Вам также может понравиться