Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      MathWorks

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa MathWorks | Vagas da empresa MathWorks | Salários da empresa MathWorks | Benefícios da empresa MathWorks
      Entrevistas da empresa MathWorksEntrevistas do cargo de Software Engineer da empresa MathWorksEntrevista da empresa MathWorks


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Software Engineer

      9 de abr. de 2014
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 4 semanas. Fui entrevistado pela MathWorks em abr. de 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

      Perguntas de entrevista [1]

      Pergunta 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 à pergunta
      4

      Outras avaliações de entrevista de vagas de Software Engineer da empresa MathWorks

      Entrevista para Software Engineer

      16 de mai. de 2026
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 1

      Do you have any experience with object oriented programming languages
      Responder à pergunta

      Entrevista para Software Engineer

      5 de jan. de 2026
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 1

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

      Entrevista para Software Engineer

      2 de dez. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 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 à pergunta
      1

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Andersen Lab
      4.1★Remuneração e benefícios
      avatar
      Okta
      4.0★Remuneração e benefícios
      avatar
      Cloudera
      4.1★Remuneração e benefícios
      avatar
      Wild.Codes
      5.0★Remuneração e benefícios