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

      Asaphus Vision

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Asaphus Vision | Empleos en Asaphus Vision | Sueldos en Asaphus Vision | Prestaciones en Asaphus Vision
      Entrevistas en Asaphus VisionEntrevistas para el cargo de Software Engineer Python en Asaphus VisionEntrevista en Asaphus Vision


      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.

      Entrevista para Software Engineer Python

      14 ago 2023
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 3 meses. Acudí a una entrevista en Asaphus Vision en jul 2023

      Entrevista

      I submitted an application online, followed by a prolonged wait of two months. An email from HR prompted a coding challenge, with no clear submission deadline due to their urgent need to fill the position. I promptly submitted the solution the next day. Subsequently, I participated in a 15-minute HR interview after a week, and another week later, I engaged in a 1-hour technical interview with the team leaders. This session mainly focused on discussing my previous projects. However, it was disappointing to learn that there had been no review of my solutions for the coding challenge. Following another week, I received a template rejection notice. The next stage would have involved another technical interview at their office. Overall, the process left me dissatisfied due to its extended duration and apparent lack of respect for candidates' time and effort. The recurring posting of the job advertisement for the same positions comes as no surprise.

      Preguntas de entrevista [1]

      Pregunta 1

      Here are the summarized coding challenge questions (which, in my perspective, lack meaningfulness): Create a Python script that reads a text file and identifies the four largest lexicographically non-overlapping substrings that meet certain conditions. These conditions include that the substrings must be contained within a single line, consist of strictly alphanumeric characters, and have a length of five characters. For each of these substrings, compute a pair representing its position: the line number in the file and the starting index within that line. Treat these four pairs as points in a Cartesian plane and calculate the area and perimeter of the quadrilateral formed by them. Replace these four locations in an output text file with underscores and design appropriate test cases.
      Responder pregunta
      1