Freshers Jobs 2010
Home   Jobseekers Login Post Your Resume Directory Discussion Forum Recruiters Login
Search Jobs Advance Search
Search Jobs Placement Papers Fresher Jobs Government Jobs Freshers WalkIns BPO Jobs
          << Back To List >>

     LUCENT TECHNOLOGIES SOFTWARE Placement Papers and Sample Papers


   Lucent Technologies India Placement Papers and Sample Papers

Following papers are for year 2004,2005,2006,2007. Click Here for placement papers 2008,2009,2010.

Next Page

  Paper Model:

Section I: computer awareness(i.e general things about computer) Q.15
-ve marks: 1/4

Section II: Simple C- language Q. 15 &amp; -ve marks: -1/4

Section III: On pointers &amp; structures
and C++,JAVA( only 1 on this) Q.10 each question -&gt;2 marks
-ve marks: -1
Section IV: Analytical Q.20 each question -&gt; 2 marks.
-ve marks: -1/4

Aptitude

Q1 .6*12*15 is the volume of some material. How many cubes of edge 3 can be inserted into it ?

Ans:40


Q2. Two pipes can fill a tank in 10 and 12 hours respectively while third pipe will make the tank empty in 20 hours. If all three pipes operate simultaneously, in how many hours the tank will be filled ?

Ans:7hours 30 minutes.


Q3. Cost of an item is x. It's value increases by p% and decreases by p% Now the new value is 1 rupee, what is the actual value ?

Ans:(1000)/(1000-p*p).


Q4. A right circular cylinder and a cone are there. Base radius of cone is equal to radius of cylinder. What is the ratio of height to slant side if their volume are the same?


Q5. Distance between two poles is 50 meters. A train goes by 48 at a speed of kmph. In one minute how many poles will be crossed by the train ?


Q6. A pole seen from a certain distance at an angle of 15 degrees and 100 meters ahead by 30 degrees. What is the height of pole ?


Q7. For 15 people--each has to pay Rs.20.For 20 people--each has to pay Rs.18. For 40 people--how much has each to pay ?


Q8. If p=2q then q=r*r , if p-odd then q is even, whether r is even or odd ?
a) first condition is sufficient
b) second condition is sufficient
c) both are sufficient
d) both are not sufficient


Q9. If he sells 40 mangoes, he will get the selling price of 4 mangoes extra, What is his percentage increase in profit ?

Ans: 25%


Q10. 100 glasses are there. A servant has to supply glasses to a person If he supplies the glasses without any damage he will get 3 paise otherwise he will loose 3 paise. At the end of supplying 100 glasses if he gets 270 paise, how many glasses were supplied safely.

Ans: 95


Q11. Q is not equal to zero and k = (Q x n - s)/2 find n?
(a) (2 x k + s)/Q
(b) (2 x s x k)/Q
(c) (2 x k - s)/Q
(d) (2 x k + s x Q)/Q (e) (k + s)/Q


Q12 - Q16

A causes B or C, but not both
F occurs only if B occurs
D occurs if B or C occurs
E occurs only if C occurs
J occurs only if E or F occurs
D causes G, H or both
H occurs if E occurs
G occurs if F occurs


Q12. If A occurs which of the following must occurs
I. F &amp; G
II. E and H
III. D

(a) I only
(b) II only
(c) III only
(d) I, II, III
(e) I, II (or) II, III but not both

Ans: (e)


Q13. If B occurs which must occur

(a) D
(b) D and G
(c) G and H
(d) F and G
(e) J

Ans: (a)


Q14. If J occurs which must have occurred

(a) E
(b) either B or C
(c) both E F
(d) B
(e) both B and C

Ans: (b)


Q15.Which may occurs as a result of cause not mentioned

(1) D
(2) A
(3) F

(a) 1 only
(b) 2 only
(c) 1 and 2
(d) 2 and 3
(e) 1,2,3

Ans: (c)


Q16. E occurs which one cannot occurs

(a) A
(b) F
(c) D
(d) C
(e) J

Ans: (b)


Technical

Q1.Which is the fastest logic ?

Ans: ECL


Q2. 202.141.65.62 type of IP address belong to which class ?

Ans: class B


Q3. Mod K ring counter requires how many number of flip flops ?

Ans: K


Q4. What is the ideal op-amp CMRR ?

Ans: infinity.


Q5.For a 13-bit DAC the MSB resistance is 2kohms. What is the LSB resistance ?

Ans: 2kohms * 2 12


Q6. How many mod 3 counters are required to construct mod 9 counter.

Ans:2


Q7. Piggy backing is a technique for
a) Flow control
b) Sequence
c) Acknowledgement
d) Retransmission

Ans: (c)


Q8. The layer in the OST model handles terminal emulation
a) session
b) application
c) presentation
d) transport

Ans: (b)


Q9. Long int size is
a) 4 bytes
b) 2 bytes
c) compiler dependent
d) 8 bytes

Ans: (c)


Q10. Find the output of
x=2,y=6,z=6
x=y=z;
printf("%d",x);


Q11. FTP is carried out in ___________ layer ?




Section-I

1). Piggy backing is a technique for

a) Flow control b) sequence c) Acknowledgement d) retransmition

Ans: c piggy backing


2). The layer in the OST model handles terminal emulation

a) session b) application c) presentation d) transport

Ans: b application

3) there is an employer table with key feilds as employer no. data in every
n'th row are needed for a simple following queries will get required results.

a) select A employe no. from employe A , where exists from employe B
where A employe no. &gt;= B employe having (count(*) mod n)=0
b) select employe no. from employe A, employe B where
A employe no. &gt;= B employ no. grouply employe no. having (count(*) mod n=0 )
c) both a&amp; b
d)none of the above

4) type duplicates of a row in a table customer with non uniform key feild
customer no. you can see

a) delete from costomer where customer no. exists ( select distinct customer no. from customer having count )
b) delete customer a where customer no. in (select customer b where custermer no. equal to b custemor no. ) and a rowid &gt; b rowid
c) delete customer a where custermor no. in (select customer no. from customer a, customer b )
d) none of the above


SECTION-II

1) long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Ans:
compiler dependent

note: order of a,b,c,d are doubt but answer is correct.

2) x=2,y=6,z=6
x=y==z;
printf(%d&quot;,x) ?

3) one question on: -=+,*=-,/=* etc
then 10/5*45=?

4)

define max 10
main()
{int a,b;
int *p,*q;
a=10;b=19;
p=&(a+b);
q=&max;
}

 a)error in p=&(a+b) b)error in p=&max c)error in both d) no error


SECTION-III

following are not in order:

1. M &gt; D &gt; Y Ans: (a)

2. 10 in 4 seconds, ? in 6 minutes = 10x6x60/4 = 900 Ans: (a)

3. 100(100000000+100000000)/10000 = 2x1000000 (ans).

4. Q is not equal to zero and k = (Q x n - s)/2 find n?
(a) (2 x k + s)/Q (b) (2 x s x k)/Q (c) (2 x k - s)/Q
(d) (2 x k + s x Q)/Q (e) (k + s)/Q

5. If A occurs which of the following must occurs
I. F &amp; G
II. E and H
III. D
(a) I only (b) II only (c) III only (d) I,II, &amp; III (e) I &amp; II (or) II &amp; III but not both Ans: (e)

6. If B occurs which must occur
(a) D (b) D and G (c) G and H (d) F and G (e) J Ans: (a)

13. If J occurs which must have occured
(a) E (b) either B or C (c) both E &amp; F (d) B (e) both B &amp; C Ans: (b)

14. which may occurs as a result of cause not mentioned
(1) D (2) A (3) F
(a) 1 only (b) 2 only (c) 1 &amp; 2 (d) 2 &amp; 3 (e) 1,2,3 Ans: (c)

15. E occurs which one cannot occurs

(a) A (b) F (c) D (d) C (e) J Ans: (b)




   Lucent Technologies India Placement Papers and Sample Papers

Following papers are for year 2004,2005,2006,2007. Click Here for placement papers 2008,2009,2010.

Next Page

You Are Visitor No.: Due to heavy hits this counter is down

Contact Us | About YuvaJobs | Advertise On Yuva Network | Terms of Services | Privacy Policy | Site Map | Jobs Archive | Career with us

  For Jobseekers: Home | Search Jobs | Submit Resume | All Companies Details | MY YuvaJobs Box
For Employers: Home | Buy Resume Database Access | Post Jobs | Employer Login | New Employer

© 2006 YuvaJobs.com - All Rights ReservedFresher Jobs RSS Feed | Freshers Jobs | Government Jobs in India | Social Networking in India