Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Amantya Technologies (Gurgaon, Haryana) nel mese di lug 2021
Colloquio
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.
Domande di colloquio [6]
Domanda 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.