Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      MathWorks

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: MathWorks reviews | MathWorks jobs | MathWorks salaries | MathWorks benefits
      MathWorks interviewsMathWorks Applications Support Engineer interviewsMathWorks interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Applications Support Engineer Interview

      7 Nov 2016
      Anonymous interview candidate
      Boston, MA

      Other Applications Support Engineer interview reviews for MathWorks

      Application Support Engineer Interview

      23 Aug 2024
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at MathWorks (Boston, MA) in Oct 2016

      Interview

      I interviewed with Mathworks. The first round was with the HR. SHe had asked some basic questions. Next round was technical phone interview for about 1 hour. The questions are very similar to the oness mentioned here in glassdoor. I think I got about 80-85% right. I was invited for onsite interview. The onsite interview starts with a technical interview which is similar to phone but the make you do some questions on board and go a little deeper than phone interview. After I had manager interview which was behavioral then went for lunch with two Application Support . At last I was interviewed by HR. HR questions were similar to Manager's and she then explained me the benefits. I prepared a lot of technical questions from here in glassdoor. I did reasonably well in technical. I was really interested in the job. However I was not offered a job. I am really not sure what the reasons were. I did not prepare well for the behavioral questions, that might have been the reason.

      Interview questions [1]

      Question 1

      There are a lot of reviews for technical phone and HR interviews. So I am focusing on Onsite interview Questions. JAVA Given few code snippets and asked to find errors. A program which tried to remove star along with character preceding and succeeding it. Something like String s = “abcsd*sdfsdf*asd”; String t = “” for(int I =0; i< s.length(); i++){ String temp = s.charAt(i); if(temp == ‘*’){ //Some erroneous code trying to blank out character at i-1 and i+1 //and making t = s } } System.out.println(t); A Code on Multi threading Class MyThread extends Thread{ int myNum; static int count; Mythread(int i){ super(); count++; myNum = i; } public void run(){ System.out.println(“Count is”+count +”MyNum is”+myNum); } Public static void main(String args[]){ for(int i =0; i <4; i++){ MyThread mt = new MyThread(i); mt.start(); } } } Code Garbage collection Which of these objects are eligible for garbage collection class Test{ Test obj; } class Main{ public static void main(String args[]){ Test t1 = new Test(); Test t2 = new Test(); Test t3 = new Test(); t1.obj = t2; t2.obj = t3; t3.obj = t1; t1= null; t2 = null; t3 = null; } } C/C++ Shown code to find errors or outputs char c[] = {'a','b','c','d','e','f'}; char d[6]; while(*d++ = *c++); class Test{ public: static int count; Test(){ count++; } } Test::count = 0; Test t1; Test t2; Test t3; cout << t1.count << t2.count << t3.count << endl; Given a function int myfunc(B* obj){ //Does something } Asked which of the following calls are valid given the following hierarchy A / \ B C / D B* b = new B; D* d = new D; A* a = new A; C* c = new C; myfunc(b) myfunc(d) myfunc(c) myfunc(a) Math Was shown a function on the board and asked to draw its derivative Was given a parabola y = 12 - x^2 (symmetric about Y axis) and asked to find the max area of a rectangle that rests on X-axis and is inside the parabola Programming Concepts Asked to write program to draw 1/8th of a cirlce Asked to write a sorting program Shortest route for an ant crawling on a solid cube from one corner to diagonally opposite corner Signal Processing Given two discrete sequences and asked to find convolution Asked difference between Discrete and Circular convolution Given a sequence x[n] and asked to find step interpolated down sampling x[2n - 0.5] and up sampling x[n/2 + 0.5] Manager Interview/ HR Interview What would your manager say about you? Both positive and negative. Any other offers?
      Answer question
      9

      Application

      I interviewed at MathWorks

      Interview

      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
      Answer question

      Application Support Engineer Interview

      23 Jan 2023
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at MathWorks

      Interview

      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

      Interview questions [1]

      Question 1

      How do you concatenate two matrix in MATLAB ?
      Answer question

      Applications Support Engineer Interview

      17 Dec 2021
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      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.

      Interview questions [1]

      Question 1

      Why do you want to work for EDG?
      Answer question
      1