I applied online. The process took 2 months. I interviewed at MathWorks in Feb 2020
Interview
The response was quick got an invitation for the first round within a week.The first round was just a basic pre recorded video interview tell me about yourself and why work at Mathworks and your visa status, second round was coding round but never heard from them ever after.
I applied online. Gave Online Assessment and gave hireview. Some behavioral questions were asked like to describe one of my favorite project, visa status and prior matlab experience and i cant remember another one
Interview questions [1]
Question 1
Check if a destination is reachable from source with two movements allowed
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