I applied through an employee referral. The process took 2 weeks. I interviewed at MathWorks in Jan 2020
Interview
Phone interview round with one of the software engineers working in Engineering Development group team. First-round was based on explaining assessment questions and solving a graph question and to be solved using a codepair platform.
Interview questions [1]
Question 1
Online assessment coding questions's code was asked to explain in detail and come up with any optimization for your writtern solution. Question : Minimum Cost Tree From Leaf Values .
Questions:2 Write the code for a graph problem.
There are n computers numbered from 0 to n-1 connected by ethernet cables connections forming a network where connections[i] = [a, b] represents a connection between computers a and b. Any computer can reach any other computer directly or indirectly through the network.
Given an initial computer network connections. You can extract certain cables between two directly connected computers, and place them between any pair of disconnected computers to make them directly connected. Return the minimum number of times you need to do this in order to make all the computers connected. If it's not possible, return -1
1.resume follow up questions
2.explain the logic that you solved in OA
3.new hackerank question to solve you are supposed to tell the approach ,write the code and handle edge cases.
Resume grill that was asking a bit more about relevant works and a technical section with a leet code medium level question, was pretty chill and enjoyable. interviewer was nice
Hackerrank OA (1 medium, 1 hard) followed by a technical interview (discuss your submission to one out of the two questions from OA + 1 medium LC + OOPS + resume discussion).
Interview questions [1]
Question 1
Hackerrank OA (1 medium, 1 hard) followed by a technical interview (discuss your submission to one out of the two questions from OA + 1 medium LC + OOPS + resume discussion).