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

      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

      Nutanix

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Nutanix | Empleos en Nutanix | Sueldos en Nutanix | Prestaciones en Nutanix
      Entrevistas en NutanixEntrevistas para el cargo de MTS-3 en NutanixEntrevista en Nutanix


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      AttackIQ
      4.4★Remuneración y prestaciones
      avatar
      Riba&Carod Associats
      4.4★Remuneración y prestaciones

      Entrevista para MTS-3

      18 dic 2025
      Candidato de entrevista anónimo
      San Jose, CA

      Otras evaluaciones sobre las entrevistas para el cargo de MTS-3 en Nutanix

      Entrevista para MTS-3

      30 abr 2026
      Candidato de entrevista anónimo
      Bengaluru
      Sin ofertas
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Nutanix (San Jose, CA)

      Entrevista

      1 tech coding screen once passed another tech screening, HM talk, and two system design rounds. HR does not give a lot of information about what to expect. Overall not too difficult, focus more on system design. If you are not Indian they will not hire you.

      Preguntas de entrevista [1]

      Pregunta 1

      System design generic app, leetcode bfs problem.
      Responder pregunta
      1
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Nutanix (Bengaluru) en abr 2026

      Entrevista

      Recently interview with Nutanix and the overall process was standard. It consisted of 4 rounds, 1 HM, 2 DSA and 1 Design. It was medium I would say, main focus being DSA and design has it's own importance. Through explanation of DSA problem is required, including implementation and explaining time and space complexity

      Entrevista para MTS-3

      17 nov 2025
      Candidato de entrevista anónimo
      Bengaluru
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en Nutanix (Bengaluru) en oct 2025

      Entrevista

      The interview process had 3 rounds in total. With an assessment in the beginning. First Round was problem solving. Second Round was Machine Coding (React based) Third round was System Design (HLD)

      Preguntas de entrevista [3]

      Pregunta 1

      Round 1: 1. Find first non repeating character in a string. Eg: “ababcdab” -> c 2. Flatten object: Convert this: { name: "Alex", address: { city: "Karnal", pincode: "132001", }, hobbies: ["reading", "writing"], education: { courses: ["abc", "xyz"], } } To: { name: “Alex”, address.city: "Karnal", address.pincode: 132001, hobbies[0]: "reading", hobbies[1]: "writing", education.courses[0]: "abc", education.courses[1]: "xyz", }
      1 respuesta

      Pregunta 2

      Round 2: Stopwatch Problem Statement: // develop Stop Watch functionality which should have below requirements // a). Start/Stop/Reset // b). When we click Reset button, it should store in the page. // c). Max 5 timers should be visible // d). When we reset 6th, the oldest should be removed from UI // e). add some hover effect on UI
      1 respuesta

      Pregunta 3

      Round 3 (HLD) Given the design of my portfolio page in a trading app. Questions asked: 1. Component structure 2. Requirements- any questions 3. APIs needed. Json data structure 4. What to use in case of changing data like stock price - Events (web sockets, Server sent event)
      Responder pregunta