I applied through a staffing agency. The process took 2 days. I interviewed at Amantya Technologies (Gurgaon, Haryana) in July 2021
Interview
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.
Interview questions [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.