I applied through college or university. I interviewed at AMD (Velur) in Mar 2025
Interview
Online Test: 20MCQ based on DSA and pointers, 2Coding in c or c++ only
Online technical Interview: 1hr interview on your technical skills and projects mentioned in resume and coding virtually
Online Managerial Interview
Interview questions [1]
Question 1
What will be the output of the following code snippet?
#define MACROFUN(type) (char *)(&type + 1) - (char *)(&type)
int main() {
double x = 12.5;
int y = 12;
double z = x + y;
printf("%d\n", MACROFUN(x));
printf("%d\n", MACROFUN(y));
printf("%d\n", MACROFUN(z));
return 0;
}
Was interviewed by direct manager. The interview was short and to the point about what the expectations were for this position. Was told I got the job and when I could start after the interview was completed.
Interview questions [1]
Question 1
Experience working with computers and troubleshooting
Asked a few questions about AI and ML. Talked about my projects in school followed by a HR interview to see if I suit the culture there, Interviewers are friendly and patient.