J'ai postulé via une agence de recrutement. Le processus a pris 2 jours. J'ai passé un entretien chez Amantya Technologies (Gurgaon, Haryana) en juil. 2021
Entretien
Some consultancy contacted me and scheduled the interview. There were two technical cum Managerial rounds.
First Round:
Taken by some senior person. He was very cool and asked relevant and discussed all questions with me positively. He seemed to select me instead to reject me.
He asked coding questions and some general concepts related to Linux.
Second Interview:
Taken again by some senior person. First he described about him and then asked about me.
Then he asked 1 ques about coding. Based on that he rejected.
Questions d'entretien [6]
Question 1
void func(void)
{
int x
printf("x =%d\n",x)
x = 10
}
int main()
{
func()
func()
return 0
}
What is stack frame? How does it work.