Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      MathWorks

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur MathWorks | Offres d’emploi chez MathWorks | Salaires chez MathWorks | Avantages sociaux chez MathWorks
      Entretiens chez MathWorksEntretiens d’embauche pour Software Engineer chez MathWorksEntretien chez MathWorks


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer

      9 avr. 2014
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez MathWorks en avr. 2014

      Entretien

      Applied through recruiter at career fair at my university. Had a phone conversation with a recruiter for ~45 minutes -- He was very friendly. Asked some vague questions like "Describe a problem that you ran into, and how you overcame it", "Why would you be a good employee for Mathworks?" Technical phone interview with an employee from the SE team (he was not as friendly). The phone interview questions are listed below

      Questions d'entretien [1]

      Question 1

      Math 1. What is a tautology? 2. Is the statement ~(X & (X | Y)) <=> ~X a tautology? 3. Simplify the statement ~(A <=> B). 4. Describe the language given by the regular expression [abc] [0-9] {2} d? 5+. a) Modify the regular expression so that it accepts the string "a23". 5. Given the following code: int x = 872; byte y = x; What is the value of y? 6. Perform matrix multiplication on (1, 2; 3, 4; 5, 6) * (-1, 1, 3; 2, 2, 2). a) What is the transpose of the result? b) What is the product of the result with its inverse? 7. For the binary tree with depth 3, nodes {a,b,c,d,e,f,g} given left-to-right and top-to-bottom, give all the different DFS traversals of the tree (pre-order, in-order, post-order). Programming Concepts 1. What is the difference between local and global scope? Why is global scope bad? 2. What is a static variable? 3. What does it mean for a function f to be O(n)? a) If f=O(n) and g=O(n!), what is f+g? b) if f=O(n) and g=O(n^2), what is f*g? 4. What is OOP in your own words? What are inheritance/polymorphism/encapsulation? 5. What is the difference between a DAG and a tree? C++ 1. Suppose you have the base class A, a derived class B, and a function alpha which takes parameter of type A. If you declare an object b of type B, what happens when you call alpha(b)? 2. Will this code compile? class Bank { public int savings; } main() { Bank a; cout << a.savings; } 3. What value is x assigned? #define multiply(a,b) a*b int x = multiply(1+2, 3); 4. How would you prevent the multiple definition of a class? 5. What is the difference between "using namespace std;" and "using std::cout;"? Why are "using" statements bad? 6. There is a base class Person and derived class Student, each has a greet() method. What is the result of the following code? Person * myPtr = new Student(); myPtr->greet(); 6. How would you declare an array of ints, for which the size is determined at runtime by the user? a) How would you declare the array if the size is unknown, and the user inputs values in a while loop until a newline character is reached? 7. How would you write a C++ program called replace that takes in two chars from the command line, asks the user to input a string, replaces all occurrences in the string of a with b, and prints the result to the screen? Java 1. How would you represent a fixed set of constants like the days of the week or suits in a deck of cards? 2. What is the difference between int and Integer? Why would you use Integer over int? 3. What is the difference between JDK, JRE and JVM? a) Explain how JVM achieves platform independence. 4. Describe how a Java program is converted from high level code to low level code. 5. Your friend writes this function. What are your concerns? public static int divide(int[] A, int x) { try { return A[1] / x; } catch(Exception e) { return -1; } }
      Répondre à cette question
      4

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez MathWorks

      Entretien pour Software Engineer

      16 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez MathWorks

      Entretien

      Technical coding assessment given on online platform. Plenty of time for assessment, easy and medium difficulty questions. A series of questions about my experience for which I recorded a video response

      Questions d'entretien [1]

      Question 1

      Do you have any experience with object oriented programming languages
      Répondre à cette question

      Entretien pour Software Engineer

      5 janv. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez MathWorks

      Entretien

      Multiple coding assessments online, with browser use monitored to prevent cheating. The online environment had no linting or suggestions, so you need to know the correct syntax and function names for your selected programming language

      Questions d'entretien [1]

      Question 1

      Generally was string handling and mathematical puzzles they had contrived.
      Répondre à cette question

      Entretien pour Software Engineer

      2 déc. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez MathWorks

      Entretien

      The interview process included an initial HireVue behavioural assessment, followed by a timed technical test with algorithmic questions. After that, I had a interview where I walked through my CV and answered scenario-based questions

      Questions d'entretien [1]

      Question 1

      “Can you walk me through your CV and highlight the most relevant projects?” “Why are you interested in joining our organisation and this role specifically?” “Describe a time you made a mistake at work. What did you learn from it?” “What technical challenges have you faced recently, and how did you solve them?” “How do you usually gather and validate requirements from stakeholders?”
      Répondre à cette question
      1

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Motorola Solutions
      3.9★Rémunération et avantages
      avatar
      Intuit
      4.4★Rémunération et avantages
      avatar
      Santex Group
      4.1★Rémunération et avantages
      avatar
      Flux IT
      3.6★Rémunération et avantages