Sie sind auf Seite 1von 18

ERICSSON PAPER - GURGAON

There were two round 1 aptitude (60 questions 60 mins) 2 c or Java test (15 questions 30 mins)
First one has 2 clear the aptitude test then only u can give the C or java test

Aptitude
1. first 10 questions where of data interpretation they will give u some figures based on that u have to answer 2. 5 questions of data sufficency. 3. 20 questions of quantitive aptitude mainly from rs aggrawal (solved examples) topics like profit and loss time and work percentage average clock time boats work and distance 4. 10 questions of analytical reasoning a. one questions of similar puzzle given in rs agrawal verbal and nonverbal reasoning 5. 5 questions of verbal reasoning synonyms + some verbal reasoning question based on passage 6.10 technical questions 3 questions on unix 1 question which is not a universal gate 2 more question of Electronics

C Paper
1 i don t remember exactly but something on function ptr. 2 is char a[] and char *ptr same ? Ans no 3 can we use void fun(char *ptr) in place of void fun( char a[])? Ans Yes 4. what is the o/p of printf("%d",i++*++i); Ans no o/p error 5. in a 64 bit os what is the o/p of sizeof(a)= ? char a[10]; Ans 10 6 what is the o/p of for(i=0;i<10;i++); { printf("%d",i); } Ans no o/p 7.can a structure point to itself ? Ans Yes 8-12. 5 questions on command line arguments (simple one from test ur c skills from yashwant kanetakar)

9. char *a="abcd"; char *b="fgeh"; strcpy(a,b) will it work is no what is the error? Ans it will not work as what is beyond abcd in a is not known

1. A family I know has several children. Each boy in this family has as many sisters as brothers but each girl has twice as many brothers as sisters. How many brothers and sisters are there? Ans: 4 boys and 3 girls. 2. In a soap company a soap is manufactured with 11 parts. For making one soap you will get 1 part as scrap. At the end of the day u have 251 such scraps. From that how many soaps can be manufactured? Ans: 25. 3. There is a 5digit no. 3 pairs of sum is eleven each. Last digit is 3 times the first one. 3 rd digit is 3 less than the second.4 th digit is 4 more than the second one. Find the digit. Ans : 25296. 4. Given following sequence, find the next term in the series: (i) 0, 2, 4, 6, 8, 12, 12, 20, 16, ____ Ans: 12 (ii) 3, 6, 13, 26, 33, 66, ___ Ans: 53 5. there are 3 custoners who wants to take a hair cut and shave. there are 2 barbers who takes one quarter of an hour for a hair cut, and 5 minutes for a shave. both the barbers want to finish off and go quickly to their homes. in what time can do it. 6. we travelled to a place at the rate of 10 miles per hour and offcourse returned the same way, but owing to less traffic at the rate of 15 miles per hour.what was our relative speed. 7. In the case of a 70 MHz 1F carries for a transponder band width of 36 MHz; energy must lie between MHz. a.) 34 and 106

b.) 52. And 88 c.) 106 and 142 d.) 34 and 142 8. Radar used to eliminate clutter in navigational application is a.) Pulse radar b.) Tracking radar c.) MTI radar d.) Mono pulse radar 9. The 1.55 mm windows is not yet in use with fiber optic systems because a.) The attenuation is higher than at 0.85 mm b) The attenuation is higher than at 1.3mm c.) Suitable laser devices have not yet been developed d.) It does not lend itself to wavelength multiplexing

10. The UNIX shell .... a) does not come with the rest of the system b) forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above Ans. (b) 11. enum number { a= -1, b= 4,c,d,e} What is the value of e ? (a) 7 (b) 4 (c) 5 (d) 15 (e) 3 12. Output of the following program is main() {int i=0;

for(i=0;i<20;i++) {switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a) 0,5,9,13,17 b) 5,9,13,17 c) 12,17,22 d) 16,21 e) Syntax error Ans. (d 13. What is the output in the following program main() {char c=-64; int i=-32 unsigned int u =-16; if(c>i) {printf("pass1,"); if(c printf("pass2"); else printf("Fail2"); } else printf("Fail1); if(i printf("pass2"); else printf("Fail2") } a) Pass1,Pass2 b) Pass1,Fail2 c) Fail1,Pass2

d) Fail1,Fail2 e) None of these Ans. (c)

14. A jogger wants to save ?th of his jogging time. He should increase his speed by how much %age. Ans: 33.33 % 15. A is an integer. Dividing 89 & 125 gives remainders 4 & 6 respectively. Find a ? Ans: 17 16. Which is smallest? a. 1/7 b 1/8 c 2/9 d 3/13 or something similar having denominations as 11 and 13 in option ?d? and ?e? 17. Which of the following operator is not used in Outer Join? a. = b. != c. AND d. OR 18. PL/SQL uses which of the following a. Early Binding b. Late binding c. No Binding d. Deferred Binging 19. select deptno, count(empno) from emp where count(empno)>=5 group by deptno; identify the line no which contains the error a. 1 b. 2

c. 3 d. 1,3 20. choose the group function that can be used with any data type a. sum() b. min() c. avg() d. all

Ericsson Interview Questions paper - 3


You have 5 jars of pills. Each pill weighs 10 gram, except for contaminated pills contained in one jar, where each pill weighs 9 gm. Given a scale, how could you tell which jar had the contaminated pills in just one measurement? ANS. 1. Mark the jars with numbers 1, 2, 3, 4, and 5. 2. Take 1 pill from jar 1, take 2 pills from jar 2, take 3 pills from jar 3, take 4 pills from jar 4 and take 5 pills from jar 5. 3. Put all of them on the scale at once and take the measurement. 4. Now, subtract the measurement from 150 ( 1*10 + 2*10 + 3*10 + 4*10 + 5*10) 5. The result will give you the jar number which has contaminated pill. In a tournament there are 20 flag poles equidistant from each other. each runner starts from the first flag. In 24 sec the runner reachesthe 12th flag. How much it will take him to complete the 20th flag. ans. (24/11)*19 At 6'o clock clock ticks 6 times. The time between first and last ticks was 30sec. How much time it takes at 12'o clock. Ans. 66 sec. 2 marks. Three friends divided some bullets equally. After all of them shot 4 bullets the total no. of remaining bullets is equal to that of one has after division. Find the original number divided. Ans. x-4 3x-12 x= ans is 18 2 marks x x-4 = x x x-4 x 6

A ship went on a voyage after 180 miles a plane started with 10 times speed that of the ship. Find the distance when they meet from starting point. Ans. 180 + (x/10) = x

x ans is 180+20=200miles. 2 marks

20

There N stations on a railroad. After adding x stations 46 additional tickets have to be printed. Find N and X. Ans. let N(N-1) (N+x)(N+x-1) = trail and error method x=2 and N=11 4 marks = t; t+46;

A beggar collects cigarette stubs and makes one full cigarette with every 7 stubs. Once he gets 49 stubs . How many cigarettes can he smoke totally. Ans. 8 1000000000 can be written as a product of two factors neither of them containing zeros Ans 2 power 9 x 5 power 9 Light glows for every 13 seconds . How many times did it between 1:57:58 and 3:20:47 am Ans : 383 + 1 = 384 A person spending out 1/3 for cloths , 1/5 of the remaining for food and 1/4 of the remaining for travelled is left with Rs 100/- . How he had in the beginning ? Ans RS 250/

Ericsson Aptitude Interview Questions - 2 There are three people A, B, C. Liars are of same type and Truth speaking people are of same type. Find out who is speaking truth and who is speaking false from the following statements: a) A says: B is a liar. b) B says: A and C are of same type. Ans: lets assume A is speaking truth. It means B is a liar then it means A and C are not of same type. in a race u drove 1st lap with 40kmph and in the second lap at what speed u must drive so that ur average speed must be 80kmph. Ans: its impossible! if u drove the first lap in 40 kmph, its impossible that the average speed of both the laps is 80kmph. for eg. consider one lap distance = 80km. time req. to cover 1 lap = 80km/40kmph = 2 hrs.

if the avg. speed is 80kmph, then the total time would have taken = 160kms/80kmph = 2 hrs. same is the case with any other distance u consider. so the avg to be 80kmph is impossible You have to draw 3 concentric circles with a line passing thru their center without lifting hand. Ans: Start the line complete one circle move inside then draw second circle. Like wise rest. circles along the line and

A rectangular paper is there. At a corner a rectangular size paper is taken from it. Now you have to cut the remaining paper into two equal halves. Ans: try it on the paper. You must fold the part that has complete paper and select Half of it and then fold the part that cut and selects half of it and then cut along the folding. Value of (x-a)(x-b). . . . (x-z)

Ans: 0 as there's X-X term There are 9 coins. 8 are of 1 gm and 1 is of 2 grams. How will you find out the heavier coin in minimum number of weighing and how many weighing it will need? Ans: 2 weighing ( Divide the number of coins into 3 parts at each weighing) If a bear walks one mile south, turns left and walks one mile to the east and then turns left again and walks one mile north and arrives at its original position, what is the color of the bear. ANS. The color of the bear is trivial. The possible solutions to it are interesting. In addition to the trivial north pole, there are additional circles near south pole. Think it out. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder of the cake into two equal halves with one straight cut of a knife? ANS. Join the centers of the original and the removed rectangle. It works for cuboids too! BTW, I have been getting many questions asking why a horizontal slice across the middle will not do. Please note the "any size or orientation" in the question! Don't get boxed in by the way you cut your birthday cake :) Think out of the box.
Be the first one to comment on this Placement Paper

Ericsson Pattern of Written Test Paper, 7th Aug 09


There were 75 questions in all with no negative marking and time duration of 75 min. 3 Sections were there but no sectional cut off, only overall cut off was there. Sections were also subdivided into parts.

Section1(Analytic Reasoning): Part 1: 1. 6 movies A B C D E F have to be shown to students in a certain order. Some conditions like: A should be shown before D. B should be shown before F. E should be at last. And 6 questions related to this puzzle. 2. One more puzzle was there having 5 questions. Part 2: 9 questions based on Data Sufficiency were there. Section 2(Quantitative Aptitude) Part 3: 30 questions from this section were there. Questions mainly from Average, Percentage, Profit and Loss, Series Completion, Problems on Numbers were there. Section 3(Verbal Ability) Part 4: A passage was there on 'Mankind and Nuclear Weapons' and 5 ques were asked based on that.. Part 5: 20 questions of Antonyms were there including some words like: Turpitude, Apposite, Insolvent etc... Pattern of Written Test held at Ericsson 7th Aug 09

There were 75 questions in all with no negative marking and time duration of 75 min. 3 Sections were there but no sectional cut off, only overall cut off was there. Sections were also subdivided into parts. Section1(Analytic Reasoning): Part 1: 1. 6 movies A B C D E F have to be shown to students in a certain order. Some conditions like: A should be shown before D. B should be shown before F. E should be at last. And 6 questions related to this puzzle. 2. One more puzzle was there having 5 questions. Part 2: 9 questions based on Data Sufficiency were there. Section 2(Quantitative Aptitude) Part 3: 30 questions from this section were there. Questions mainly from Average, Percentage, Profit and Loss, Series Completion, Problems on Numbers were there.

Section 3(Verbal Ability) Part 4: A passage was there on 'Mankind and Nuclear Weapons' and 5 ques were asked based on that.. Part 5: 20 questions of Antonyms were there including some words like: Turpitude, Apposite, Insolvent etc...

ERICSSON Placement Paper ,8 September 2007


1.The attenuation in wave guides near the cutoff frequency isa)Zero b)Very Low c)Medium High 2.The VHF band isa)30 hz-300hz b)300Hz-3Khz c)3Khz-30Khz d)30 Khz-300khz 3.Which type of fading cause serious distortion of modulated signal a)selective fading b)interference fading c)absorption fading d)polarization fading 4.As electromagnetic waves travel in space only one can happen a).absorption b).attenuation c).rflection d).refraction 5.frequency of microwave is a).15khz

b).15mhz c).less than 2000 mhz d).more than 2000 mhz 6.ideal value of vswr a).zero b).1 c).2 d).infinity 8.Balun is a transformer which changes a). unbalanced to balanced line b). balanced to unbalanced line c). zero to infinite impedance d). input like transformer 9.a PIN diode is a). suitable for use as microwave switch b).used as microwave detector c). semiconductor point contact diode d).microwave mixer diode 10.H plane tee is also a).shunt t b). series t c). shunt series t d). none 11.Dlayerroughlyextendsfrom a).20-50km b).55-90km c).upto110km

d)upto50km 12.Antisidetonecircuitin a).amplifysidetone b).suppresssidetone c).eliminatesidetone d).attenuatesidetone 13. when modulating freq. is doubled ,modulating index is halved and modulating voltage remains constant.system is a).AM b).FM c).Pm d).anyone 14. 10 a).1 b).2 c).0.1 d).0.2 15.What is memory word addressing capability of 8085 p bit A/D converters,the quantization error in %telephone is used to

a).32k

b).64k c).255k d).512k 16.fading can be avoided by-

a).providingspacediversityreception b).providingAVCinreceiver d).Allarepossible 17.compandingisused a).toprotectsmallsignal b).to in PCM from quantized quantization distortion noiseinPCM

overcome

c).toovercomeimpulsenoise d).noneofthese 18.GSMchannelbandwidthis a).200mhz b).200khz c).25mhz. d.)25khz 19. efficiency of a).ohmic antenna resistance increases of in antenna

b).radiationrestinceofantenna c).input d).all 20.which of reacrance d following is of antenna above digital

a).pulsepositionmodulation b).pulsecodemodulation c).pulsewidthmodulation d).pulsefreq.modulation 21. highest a.CC b).CE c).CB d).Both 22.Transistors are generally CE free from which of and following type of CB noise voltage gain can be obtained from

a).Resistancenoise b)shotnoise c).flickernoise d).partitionnoise 23.Converter is a device used for transforming

a).ACtoDC b).DCtoDc c).DCtoAC d).ACtoAC 24.for satellite communication the a).lessthanfc b).equal c).more d).noneofthese 25.tlephone a).intermsofgos b).erlang c).withechocancellers d). none Section -2 Computer network 1.virtual switching is form of a). datagram switching b).message switching c). packet switching d). circuit switching 2. X.25 provides data link control using one of the following bit oriented protocol a). LAP traffic is measured in to than critical critical freq freq of of ionosphere ionosphere freq should be

b). LAP B c) LAP C d). HDL C 3. a protocol concerned with file transfer,management, and access is a). MHS b) FTAM c).DS d) CMIP 4.In OSI layer does FDDI protocol operate ? a). physical b). data link c). physical and datalink d). network 5. what r chips on which computer COM ports are based a). USB chip b).UART c). UNC d), UDP 6. Which type of connector is used in LAN cable a). RJ11 b).RJ40 c).RJ45 d).RJ 30 7. How two switch can be connected a).Straight cable b).unleashed twisted pair cable c)P.twisted pair cable d). cross cable 8. two addresses required for communication

a). IP & logical addrs. b).IP & physical addrs. c).IP & MAC d). IP & communicating addrs 9.What is smtp? a).protocol on LAN b).protocol for email over internet c).protocol for retrieving email fom server on lan d). software allows user view HTML documents 10.Primary rate interface of isdn used in india correspond to a) 2B+D16 structure at 192 Usps b).23B+D64 structure at 1.544Mbps c). 30B+2D64 structure at 2.048Mbps d).23B+D64 structure at 1.544Mbps e).2B+D16 structure at 144Usps

1. What's the range of C/A? 2. why rxlevel is negative valued ? 3. what is sdh,pdh?how exactly the call get connected? 4. what is the features of GSM Technology and CDMA technology? 5. Which type of fading cause serious distortion of modulated signal? 6. What is the ruturn loss? 7. what is VSWR? 8. Waht is polarization,explain verical and horizantal?

9. What is the GSM fundamental? 10. How can we increase back up of 300ah battery.can we connects one more 300ah parallel or series? 11. what is the use of combiner in gsm phones 12. what is integration,optimization of gsm corenetwork in practice? 13. Difference between Class and Struct. 14. is char a[] and char *ptr same ? Ans no 15. can we use void fun(char *ptr) in place of void fun( char a[])? 16. what is the o/p of print f("%d",i++*++i); Ans no o/p error 17.In a 64 bit os what is the o/p of size of(a)= ? char a[10]; Ans 10 18. what is the o/p of for(i=0;i<10;i++); { printf("%d",i); } Ans no o/p

Das könnte Ihnen auch gefallen