Thursday, January 3, 2008

FLEXTRONICS PLACEMENT PAPER 1

FLEXTRONICS PLACEMENT PAPERS AND INTERVIEW QUESTION PAPERS

1.verbal section: Simple Questions like fill the blank with right prepositions,synonims(endeavour,innovative;i managed to remember only these two) and articles.it also contains comprehension passage with five questions.

2.Quantative Aptitude:
a)in a class of 100 students 60 speak english,40 speak french n 20 speak both.how many of them doesnot speak both ; the question is not exact but the wordings are similar.they asked three such type questions;
b) questions on 1)only 1st statement is required to solve given equation
2) only 2nd is required
3) both r required
4) none
they gave one equqtion followed by two statements.we have to choose one option.totally 3 questions were asked
c)two cubes of similar type were cut into125 smaller cubes and the cubes at the end centers were removed.And now with the remaining they formed into cuboid which is painted black.They asked 5 questions based on above like no of cubes have 1 face(2,3,more than 3) painted black etc.

3)Mental ablity round:It is quite easy and contained 10 similar questions.
if * stands for +,/ stands for -,+ stands for / and - stands for *.

4)Data Structures And Operating Systems(20 questions)

If u r thorough with ur subject then u can clear it essily.
they gave code and asked to find the output.question on deleation of queue,insertion of node etc.
questions on graphs
question on post order traversal
which is used to delete the memor allocated by calloc?
a)free() (b)freecalloc() c)delete()
what is the runtime of insertion sort inthe best case?
a)o(n) b)o(n^2) c)o(nlogn) d)o(nlog2n)
only 4 questions on os.problem on calculation of interrupt latency. Calculation of total memory(they gave no. of sectors, no. of cylinders, etc. that make a disk).
Which is not a feature of unix os?

5)c/c++
I opted for c. Its very easy. If u r thorough with Let Us C n Exploring C then u feel very easy. Same questions appeared.
main()
{
int a=138,b=138,c;
c=func(!++a,!b++);
printf("%d%d%d",a,b,c);
}
func(int p,int q)
{
int r;
r=p+q;
return(r);
}

struct node{
int a;
struct node *p
}
struct node *p1;
main{
printf("%d",sizeof(p1));
}
6)They gave passage to read .thy took of he paper and gave questions on passage.Very easy.
7)e_mail writing
follow gramatical rules of letter writing

I want to share my flextronics experience. it was of campus recruitement. only few colloges students were allowed to give the test. Among them also they shortlisted the candidates and called for test.

Written test was of 90 mins. 7 sections were there as... english grammer(like fill in the blanks, synonyms etc), comprehension, email writing, aptitude,
reasoning, Data structure & c / C++, operating system.

Interview question....(technical)
1) tell about urself.(have a brief intro)
2) explain ur final sem project. i was doing in nationa informatics center.
3) during ur project did face any problems. if how did u solved that.
4) insert a node in linked list after the given number.
5) from o.s. process scheduling and disk scheduling.
6) rate urself in C, C++, java
7) windows or LINUX which do you like and why. and some more simple questions.

HR questions
1) Tell me abt urself.
2) Why do you want to join us.
3) What do you know abt flextronics.
4) About Laloo prasad yadav and nitish kumar since i am from bihar.(this question gone for nearly 5 mins.)
5) Any preferable place of joining.

No comments: