|
Lsi Logic at BANGALORE 2009 |
|
|
|
|
Written by Robin Chugh
|
|
Sunday, 07 June 2009 12:47 |
This is the pattern of lsi logic recruitment process .
the placement papers had two sections
1) aptitude
2) technical knowledge
well i realy dont remember everything they asked here are few which i cud recollect
1) aptitude.........
-------------------------------------------------------------------------------------------------------------------
1 pipe and cistern question
1 percentage of profit question
1 finding increase or decrease in expenditure question
some question on distance
some question on ratio
1 question of g.p
2)technical
--------------------------------------------------------------------------------------------------------------------
some question on c\c++ find the output kind.
int main(){
int a[10];
a[0]=100;
a[1]=200;
printf("%d",*a++);
}
find the output??
=================================
when does quick sort goes to n^2 ?
=================================
when does insertion sort goes to n ?
=================================
few os related questions
what is tlb???
=================
how tlb helps in saving time??
==================
what is used for critical section problem??
=============================
which among follwing os is completly free and open source
redhat & ubuntoo
open solaris and redhat
ubuntoo and debian
========================================
one question related to kmap
=======================================
whrecan we store local var other than stack??
=======================================
|