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

      Data Axle

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Data Axle | Ofertas de empleos en Data Axle | Sueldos en Data Axle | Beneficios en Data Axle
      Entrevistas de Data AxleEntrevistas para el puesto de Associate Data Scientist en Data AxleEntrevista de Data Axle


      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 Associate Data Scientist

      26 may 2026
      Candidato de entrevista anónimo
      Pune
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en Data Axle (Pune)

      Entrevista

      there are total 3-4 rounds held by talent acquistion team every round was offline no virtual rounds DSA , problem solving, is testedCore SQL Python PySpark Databricks Azure Plus GenAI basics RAG LangChain

      Preguntas de entrevista [1]

      Pregunta 1

      converting java code to python
      Responder pregunta

      Otras opiniones sobre las entrevistas para el puesto de Associate Data Scientist en Data Axle

      Entrevista de Associate Data Scientist

      21 may 2026
      Candidato de entrevista anónimo
      Pune
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Data Axle (Pune) en may 2026

      Entrevista

      Coding round included medium-level DSA problems, followed by two technical interviews focused on problem-solving, projects, and fundamentals. The process ended with an HR interview covering communication skills, teamwork, and career goals.

      Preguntas de entrevista [2]

      Pregunta 1

      Given an input string find the longest substring without duplicates.
      Responder pregunta

      Pregunta 2

      String Compression Problem Given an array of characters chars, compress it using the following algorithm: Begin with an empty string s. For each group of consecutive repeating characters in chars: If the group's length is 1, append the character to s. Otherwise, append the character followed by the group's length. The compressed string s should not be returned separately, but instead be stored in the input character array chars. Note that group lengths that are 10 or longer will be split into multiple characters in chars. After modifying the input array, return the new length of the array. You must write an algorithm that uses only constant extra space.
      Responder pregunta