Open In App

HashedIn by Deloitte Interview Experience for Embedded Software Engineer

I was referred by my college senior working in Hashedin. I mostly knew about cloud services that Hashedin is working with but was unaware that Embedded development is also the field this company is working in. Basically, it was a new domain this company is working on, but it has high objectives.

Process: Tech Interview 1 (coding), Tech Interview 2(System Design), Managerial Round, HR round



Round 1:

Round 2:






__interrupt int circumference(int r)
{
  
    int c;
    c = 2 * (3.14) * r;
    return c;
}

Round 3:

The last was the HR round with all compensation, benefits, and company-related topics. But overall my experience was positive the interviewers were polite and helpful.

For any embedded interview Embedded c/c++, Embedded Linux(RTOS), and bare-metal programming is a must, I did most of the coding preparations from the Practice area in GeeksforGeeks.

Article Tags :