Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      MathWorks

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre MathWorks | Ofertas de empleos en MathWorks | Sueldos en MathWorks | Beneficios en MathWorks
      Entrevistas de MathWorksEntrevistas para el puesto de Software Engineer en MathWorksEntrevista de MathWorks


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista de Software Engineer

      9 abr 2014
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 4 semanas. Acudí a una entrevista en MathWorks en abr 2014

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 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; } }
      Responder pregunta
      4

      Otras opiniones sobre las entrevistas para el puesto de Software Engineer en MathWorks

      Entrevista de Software Engineer

      16 may 2026
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Acudí a una entrevista en MathWorks

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 1

      Do you have any experience with object oriented programming languages
      Responder pregunta

      Entrevista de Software Engineer

      5 ene 2026
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. Acudí a una entrevista en MathWorks

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 1

      Generally was string handling and mathematical puzzles they had contrived.
      Responder pregunta

      Entrevista de Software Engineer

      2 dic 2025
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Acudí a una entrevista en MathWorks

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 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?”
      Responder pregunta
      1

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Motorola Solutions
      3.9★Remuneración y beneficios
      avatar
      Adobe
      4.1★Remuneración y beneficios
      avatar
      Turing
      3.6★Remuneración y beneficios
      avatar
      AVEVA
      3.8★Remuneración y beneficios