Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Rasbor (Indore) en sep 2015
Entrevista
There were 3 rounds
Written, Technical interview, HR interview
Explanation : 1) Written round was quite tough because it was pure technical and programming based, the one who makes the program very clear like concept wise, will clear the round easily.
2) Then there would be technical round in which they will simply ask you to select any one technology on which you are perfect then questions will fired. If you will answer most of them then you will clear the round.
3)Then HR was just a formality.
Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Rasbor (Bhopal) en sep 2015
Entrevista
First, there was an aptitude + programming written test on day 1 (10 questions of aptitude and one program, time limit to solve both was 30 - 45 mins).
Then, on day 2 there was technical interview and HR of candidates who cleared day 1 process.
Preguntas de entrevista [1]
Pregunta 1
questions on data structures ( a program of linked list, queue),program to draw a specific pyramid drawn by interviewer, inheritance, c++ questions, and some puzzles.
Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Rasbor (Bengaluru) en may 2015
Entrevista
it took 2 days all 1 round codding round simple programs on reverse of numbers and similar type
2 round codding written test stars printing test
3 roumd ceo round
4) hr round on personality test
Preguntas de entrevista [1]
Pregunta 1
)What will be output of following c code?
#include<stdio.h>
int main(){
for(;;) {
printf("%d ",10);
}
return 0;
}
)What will be output of following c code?
#include<stdio.h>
int main(){
int x=123;
int i={
printf("c" "++")
};
for(x=0;x<=i;x++){
printf("%x ",x);
}
return 0;
}