Está en la página 1de 7

AP, gp.

, distance and time, data sufficiency, the profit and loss, and some basic maths
like matrix n determinants etc.
logic had syllogism, ven diagram, and mostly all logic questions.

English had synonyms, error correction, fill in wit suitable phrase, and paragraph.

HR

1. First and common question: Tell me something about yourself?


ANS: Answer it really well and confidently because it represent your respect for yourself.
2. He asked details of hobbies I told in my introduction.
3. What are the attributes and elements used for web designing?
4. What kind of project you are doing? Tell me exactly what it is? and how are you
overcoming the challenges faced by you during this?
ANS: I explained everything in details.
5. Why do you want to join IT sector though you are from mechanical?

R (Lady):(After I wished her good evening asked me to have seat and asked) You looking
nervous!!!!
I: Not nervous really but a bit tired.
(She offered me water and I had it.)
HR: What is the meaning of your name Swapnil?
I: answered it well.
HR: Tell me something about you?
I: started answering
HR: (She suddenly stopped me and asked,) Why there is a fall in percentage of HSC
compared to SSC?
I: answered somehow.
HR: Do you had a Girlfriend?
I: No.
HR: It looks like you might had?
I: I was confused to answer and she just asked a little personal about this.
HR: Gave scenario, that u r driving a 2 seater car. Its raining hard. You see 3 people
waiting at stop, ur best frnd, ur gf and an old lady. Then what will u do?
I: after thinking some moments; i will tell my best frnd to take the car and drop dat old
lady. And I will enjoy the rain with my gf.
HR: Why do u want to join IT industry though u r mechanical guy?
I: same ans
HR: Suppose I hire you and shift to jammu then will u work there?
I: Jammu dsnt have any branch of L&T info.
HR: we will have it in next some years den.
I: yes
HR: Why should I hire u?
I: answered well
HR: Hw can u prove dat u r loyal to ur work.
I: gave an example from clg days
HR: scenario. u have three bulbs in a room with switches outside. Room is closed. U can
ON each s/w for single time and cant see bulbs blowing as room is closed and after this u
can enter room.
I: I will turn ON and Off the bulbs alternately each after 10 min and after entering the
room can assign s/w as per the hotness of bulbs.
HR: nice. again scenario u met ur teacher somewhere. u asked her 2 ques i.e. ur marks in
maths and where r u goin? She answerd at cappuccino. wat answers will u take from this
I: I thought and answered 80, at tea.
HR: close bt not correct.
I: I didnt answerd.
HR: it was 40, for tea.
and many questions were asked.
she has taken it for 35 minutes.(7:25 to 8:00 pm.)

Hi friends,

I have attended l&tinfotech placement pool drive and got selected, i jus wanna share
my interview experience which might be use ful for people who are gng to attend.

From 5 colleges totally 1400 were attended placement drive from that 250
toppers(top 5 ranks of all dept) were called for GD directly and the rest wrote aptitude
test, aptitude was very easy all probs. were basic maths, easily we can obtain answer and
reasoning was also easier than expected but verbal alone was a little wage. it tuk place
around 11 in morning and results were announced by 4pm, luckily i was also there among
450 selected students.

GD tuk place moment after results were announced they splitted the selected candidates in
to groups( each group wit 15 students) and they select 2 or 3 from a batch. As far as l&t
is concerned in GD three things are essential
1.try to initiate.
2.speak bold and confident
3.dont go away from topic provided good communication skill and a main thing is, GD is
about discussing don make it as a debate(b'coz they rejected the whole batch as it went
like debate).totally 28 batches avg 2 frm each totally 88 were selected from that i was also
one of them.( apart from this 48 toppers was also selected frm GD).so totally 137 were
selected.
my topic for GD was,"students active participation in politics"

next is technical interview,they expect moreee,if ur non IT or CSE ,u must be well


prepared in ur core too.am frm ECE stream my quest were,

after all wishing and take ur seat process,

HR: tell what u know about pressure and temperature measurement?


ME:some wat managed.
HR:what is unique in u than others?
ME:explained ,quoting my strengthness
HR:then he asked me a puzzle related to communication(not english).
ME:told and explained.
HR:what is data structure?
ME:explained
HR:what is multiplexed in microprocessor?
ME:told.
HR:do u have anything to ask me?
ME:asked a quest abt their infra structure
HR:explained it and said good thank you, i am done with my questions
ME:thanks for ur precious time sir.

the same day night 10 i attended tech interview and by 11 i got result and i got selected
from that.

the next day also tech. interview tuk place for some ppl and totally 70 were short listed to
general hr.

before enterin hr panel we were asked to fill a form that is the thing from which they ask
quest. so be careful and truthful while filling it.
after filling the form they asked us to write an essay our topic in essay writing was "
should GD be necessary for selection process" again write neatly no matter how much u
write it matters what u write, give introduction conclusion and present it neatly.

they selected 5 candidates who wrote essay well and they were allowed to panel first i was
also one of the 5. the hr was a north indian lady she stress interviewed some candidates
but i was cool when enterin the room,

ME:may i come in mam and all those procedure took place after i took the seat,

HR:tell me about urself?


ME:explained it neatly in confident tone
HR:asked questions regarding the essay i wrote
ME:explained it
HR:ques. about my higher edu.(which i mentioned in the form)
ME:i told yes mam as am frm ece core takin a technical course in part time will help me to
shine in my career.
HR:she asked que. from what i have filled in form lik area i should improve all those
i explained all and my interview took place oly for 5 min and i left the room.

results were announced two days later thru college i was out of this world when i heard the
results!! l&t is a good ethical company where meritocracy plays vital role.

ALL THE BEST!! for all who are going to attend l&t infotech placement drive
feel free to ask me queries at manozz91(at)gmail.com . Ill help u as much as i can!

ENGLISH:
It had synonyms, passage, sentence completion, sentence correction... the synonyms were
myriad, omnipotent, taciturn, catastrophe.. for the remaining,. practice any English book
which has these excercises....

MATHS:
for maths refer RS AGARWAL... questions were based on speed, work average, time, bar
graph, data sufficiency, surds, profit and loss etc

LOGICAL REASONING:
It has some figures.. a passage on doc and engg.. and u had to figure who is d doc, engg..
rest I dont remember

TI

1.What's the expected output for the following program and why?
enum {false,true};
int main()
{
int i=1;
do
{
printf("%d
",i);
i++;
if(i < 15)
continue;
}while(false);
return 0;
}

2.The following C program segfaults of IA-64, but works fine on IA-32.


int main() { int* p; p = (int*)malloc(sizeof(int)); *p = 10; return 0; }
Why does it happen so?

3.I thought the following C program is perfectly valid (after reading about the comma
operator in C). But there is a mistake in the following program, can you identify it?
#include
int main()
{
int a = 1,2;
printf("a : %d
",a);
return 0;
}

4.Explain the output of the following C program (No, the output is not 20).
#include
int main() { int a=1; switch(a) { int b=20; case 1: printf("b is %d
",b); break; default:printf("b is %d
",b); break; } return 0; }

FIRST ROUND:- General Aptitude:- 3 sections:-


1.) Quantitative:- Easy if u r thorough with RS Aggarwal.(Pipes & cisterns, boats and
streams, speed and nearly every topic of rs aggarwal)
2.) Logical Reasoning:-Blood relations, puzzles, count the no. of triangles etc. (easy if
thorough with rs verbal-non verbal)
3.) English:-Synonyms, Antonyms, Paragraph, Error Correction etc. (was a bit tricky)

Questions were
1. WHY Software?
2. Why Lnt?
3. What is Recursion?
4. Factorial program using recursion and its explanation..
5. Architecture of 8086
6. register pairs.
7. what is ALE?
8. How many pins for multiplexing?
9. Project

WRITTEN TEST: There are three parts in written test.


1. Quantitative Aptitude
2. Reasoning
3. Verbal

Aptitude covers most of the chapters in R.S.Agarwal. Chain rule, Pipes and Cisterns, Boats
and streams, Data Interpretation, Percentage, Profit and Loss, Time and distance etc.

Examples:
1) 4/5 is what percent of 4/7?
2) Simplification, Mixtures are very important.

Reasoning consists of blood relations, Puzzle test, Venn diagrams, Statements and
assumptions, Arithmetic Reasoning. Again R.S. AGARWAL is sufficient to clear this.

Verbal was a bit tough. Antonyms, Analogies, Reading comprehension,correction of


sentences, prepositions, Error finding etc constituted the major part. I Hope that you have
to perform well in the three parts as there is sectional cut-off..

About L&T:-
Larsen & Toubro (L&T) is a technology-driven USD 14 billion company that infuses engineering
with imagination. We offer a wide range of advanced solutions, services and products. L&T was
founded in Bombay (Mumbai) in 1938 by two Danish engineers, Henning Holck-
Larsen and Soren Kristian Toubro. Both of them were
strongly committed to developingIndias engineering capabilities to meet the demands of
industry. Beginning with the import of machinery from Europe, L&T rapidly took on engineering
and construction assignments of increasing sophistication. Today, the company sets global
engineering benchmarks in terms of scale and complexity.L&TPlacement Paper | L&T Previous
Year Paper Download

Average
Time and Work
Time and Distance
Train questions
Number Series
Logical Deduction
Clocks and Calendars
Blood Relationship
Seating Arrangement
Partnership
Theme Detection
Coding and Drcoding
Probabality
Data Interpretation

Main Topics for Verbal Ability:-These are the topics that comes in the written test of the
L&T
Synonym
Antonym
Sentence Correction
Choosing Corrective alternative
Idiomatic Expression
Odd Man Out
Choosing Correct Phrase

Interview:- 20 to 40 minutes
Some Basic Questions which are asked in the interview are here :-

Introduce Yourself
C,C++
Unix, DBMS,CN, JAVA, LINUX
Optical Fibre
Os, Data structure
Sql,Oracle
Favorite Subject

También podría gustarte