First Round : HR Non-Technical.
Second Round: Technical questions in C, C++ and Java.
Half of the questions were finding Output of the given code (shared using Webx).
Some example codes :
main()
{
const float pi = 3.14;
pi = 5.40;
printf(‘%f’,&pi);
}
.
int main(void) {
int a = 5;
float b = a/2;
printf("b=%f",b);
return 0;
}
Interview questions [1]
Question 1
I was asked about Data Structures and Algorithms : NP Complete and Some related examples. One question about Merge sort.
There were three phases for recruiting procedures. The first stage was a brief and relaxing conversation, the second stage was about technical things and hiring manager asked several questions in the third stage.
Interview questions [1]
Question 1
Asked me to write a prototype for a simple algorithm in any programming language
1) HR interview : discussion about candidate profile (studies, former experiences, hobbies and expectations) and presentation of the company. 2) Technical interview: questions about MATLAB and control design automation. Choose among 3 topic : Maths/Deployment/Control Automation 3) manager interview
I applied online. The process took 4 weeks. I interviewed at MathWorks in Nov 2021
Interview
1. Hirevue
-why do you want to work for EDG etc.
2. HackerRank
-Questions on Maths, the programming language of your choice or Matlab.
3. Technical Interview (1hr)
-Maths, Logics, Programming, Matlab question.
4. Got rejected at this stage.