Open In App

MathWorks Interview Experience(EDG)

1st round – Online test(1hr 30 min) – either computer science or engg(core) option was given:

MathWorks (EDG)



MCQ’S and coding-2 problems

6 sets of mcq’s



For me, these questions were asked

1)https://www.geeksforgeeks.org/minimum-number-swaps-required-sort-array/amp/

                   -11/13 cases passed for brute-force solution(other two timed out)

2)an array(vector) of pairs is given.

first number represents a character(0-25)

second number represents the time at which the character press stopped. find the key which takes longest time.

e.g <<2, 3><5, 7>>

pressing character ‘c’ took 3 seconds

pressing character ‘f’ took 4 seconds

character f takes longest time.

   

14 people got shortlisted for interviews

On the interview day we had a PPT of around 1 hour 30 min followed by the interviews

my first round was technical round . Mine was a face to face interview, Some people had skype interviews. There were two people in the room ( The main person was asking technical questions and the other person who was a part of the EDG team was taking notes)

Technical round was not hard( i faced difficulty in answering the syntax based questions)

Questions were asked based on what language preference we gave during online test. I was asked questions on c and c++.

c++ questions based on snippets and outputs.

syntax based questions

Then was asked to write code for memory allocation and deallocation in c and c++(1-line)

1)Then was asked about time complexities of

2)write code for

3)At last the person from EDG team asked a few questions on trees(just pseudo codes)

Then was immediately called for HR round next

Then was called to the Manager round next

Finally 2 people got selected out of the 14 people who gave interviews. I was fortunate to be one of the two people.

Article Tags :