Polaris Software Placement Papers on 23rd September at Rajahmundry Maharashtra.
Totally around 250 people attended the polaris IT company test. (B.tech + M.C.A) and finally 14 people are selected.
The selection procedure:
1. Written test (multiple choice / objective type)
2. Group discussion
3. Technical Interview
4. Hr Interview
1.written apptitude (c Programming part + microprocessors + verbal + reasoning + logical )
The main topics are
1. pipes
2. blood relations
3. distances
4. percentages etc.
2. Group Discussion Round:
There were 12 persons in the group and we got “reducing Eamcet qualifying cutoff marks” some more topics were “banning animals in movies”, “education is necessary for stardom”
Some Technical Questions were: (Written test)
1.void main()
{ int i;i=(2,3);printf(“%d”,i);
ans:
C language programs
2.void main()
{ int i;for(i=0;i++;i<100)
printf(“%d”,i); }
How many times does the loop executes
a) 10 b) 0 c)100 d) infinite
ans: b) 0
3. void main()
{
int i;for(i=1;i++;i<100)
printf(“%d”,i); }
a) 10 b) 0 c)100 d) Infinite
ans: d) infinite
4) void main()
{ char[]=”cdef”;printf(“%d%d”,sizeof(c),strlen(c));}
5) local variables will get stored in ______
a) Stack b) queue c) register d) all the above
6) register variables r stored in _____
a) heap b) cpu register c) stack d) none
7) Program code is stored in _____
a) Heap b) CPU register c) stack d) None
8) Which of the following interrupts has the heghest priority____
a) Rs6 b)RS7 c) INT d) Trap ans: d) trap
9) wat is the function of the kernal_____
a) Process b) task c) not defined d) none of these
10) WAT DOES Microprocessor does when it encounters an non maskable interrupt____
a) finishes the current executing instruction and then serves interrupt b) Finishes the current executing task and then serves the interrupt c) Serves the interrupt at once d )none of these ans: a) (not sure)
11) The storage type used by microprocessor is____
a) LIFO b) FIFO c) use both d) none ans:a LIFO
12) Use of _______ clocking circuit is advantageous in term of use of power
a) osscillators b) crystal c) d) none ans: b)
13) When microprocessor encounters d HLT instruction_______
a) halts the execcution b) halts the execution and busses enter in to tri state c) d)all the above
14) Buses in microprocessor does which of the following job ______
a) carrys d data b) carrys d address c) carrys d control signal d) all d above ans: d
3. Polaris Software HR Interview round:
The hr is very cool. They observe our facial expressions, body language etc. Some questions i faced were:
a) About yourself (hobbies, family background)
b) What newspaper you read?
c) What magazines you read?
d) Strengths and weaknessess
e) he ask me abt my e-mail id
f) If you are on a bike and it fails brakes, how can you stop it? (watch out for such questions)
He asks a few basic questions on PL / sql, C language etc.
I dont remember the hr questions.. other ones.. they were truly simple.. just read other IT companies sample placement papers.. and previous papers will be enough for that.. good luck.