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

      KANERAI

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de KANERAI | Empleos en KANERAI | Sueldos en KANERAI | Prestaciones en KANERAI
      Entrevistas en KANERAIEntrevistas para el cargo de Quantitative Software Engineer en KANERAIEntrevista en KANERAI


      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 Quantitative Software Engineer

      12 sep 2023
      Candidato de entrevista anónimo
      New York, NY

      Otras evaluaciones sobre las entrevistas para el cargo de Quantitative Software Engineer en KANERAI

      Entrevista para Quantitative Software Engineer

      12 ago 2024
      Candidato de entrevista anónimo
      New York, NY
      Sin ofertas
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en KANERAI (New York, NY)

      Entrevista

      Online assessment of 5 questions with Hackerrank. A linux command question, a general coding question, a sql/pandas, a REST API question. Time is kind of tight. Did not move forward after the OA.

      Preguntas de entrevista [1]

      Pregunta 1

      Online assessment of 5 questions with Hackerrank. A linux command question, a general coding question, a sql/pandas, a REST API question.
      Responder pregunta
      3
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en KANERAI (New York, NY) en ago 2024

      Entrevista

      I was emailed a timed coding test to solve six questions in sixty minutes. There is just no way in which anyone can solve them in an hour without having seen the questions before or without extensive help. Two hours would be appropriate. The third question in the set was deceitfully worded, with a critical detail left out of the description and the examples both. It was worse, as they don’t seem to know the meaning of the word “adjacent”. I did manage to figure out the solution. Due to this deception, however, I voluntarily withdrew from the interview process.

      Preguntas de entrevista [3]

      Pregunta 1

      What does the command `echo $(ls)` do?
      1 respuesta

      Pregunta 2

      For `p` items, a job takes O(p**2) to run if using just one computer (c=1). If the job is run on `c` computers instead, the job takes O(c**2) to combine the results from the c computers. What is the best number of computers on which to run the job?
      1 respuesta

      Pregunta 3

      Given a list of positive integers, select the first lowest value. If there is a value to the left and/or right of the first lowest value, select them too. Remove the selected values from the list. Repeat the procedure until there is nothing left in the list. For example, given [3 2 1 1 2 4 6 5], you will first select the min 1 and remove [2 1 1], then select the min 2 and remove [3 2 4], then select 5 and remove [6 5]. The sum of your selections are 1 + 2 + 5 = 8 which is the answer.
      1 respuesta
      1

      Entrevista para Quantitative Developer

      9 dic 2019
      Candidato de entrevista anónimo
      New York, NY
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en KANERAI (New York, NY) en oct 2019

      Entrevista

      Passed an online coding test and was invited to an on-site interview. All coding questions. It was a good interview experience, the interviewer was knowledgeable and willing to discuss along the test.

      Preguntas de entrevista [1]

      Pregunta 1

      Regular expression, some sorting algorithm and web scraping.
      Responder pregunta
      2