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

      Cornix 10

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Cornix 10 | Ofertas de empleos en Cornix 10 | Sueldos en Cornix 10 | Beneficios en Cornix 10
      Entrevistas de Cornix 10Entrevistas para el puesto de Senior Backend Engineer en Cornix 10Entrevista de Cornix 10


      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.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      SelfEmployed.com
      3.9★Remuneración y beneficios
      avatar
      KPMG
      3.6★Remuneración y beneficios
      avatar
      SLB
      3.9★Remuneración y beneficios
      avatar
      Deloitte
      3.5★Remuneración y beneficios

      Entrevista de Senior Backend Engineer

      30 may 2023
      Candidato de entrevista anónimo
      Tel Aviv
      Sin oferta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. El proceso duró 2 semanas. Acudí a una entrevista en Cornix 10 (Tel Aviv) en may 2023

      Entrevista

      I applied via a company employee that I know. The process took about 2 weeks, 1st Zoom is with the HR person, telling you about the company and the role and lets you ask some of your questions and asks you about the expected salary, took about 30 minutes. 2nd Zoom is the 1st technical interview with a Senior Developer of the company about 1.5 hours. A small talk about the company and the role and moving on to the tech part: Ask you about a project you implemented and a bit deep diving into it, I wasn't asked to draw the parts of my project but be ready to draw. Then, I was to implement a tech question.

      Preguntas de entrevista [1]

      Pregunta 1

      1. Tell about a project you did and how was implemented. 2. Given a String comprised out of all the chars possible (the string isn't necessarily long, but can contain all char types), return the number of removeLetter actions that would result in the input string to be valid. I'll explain: A "Valid String" is a string that each unique char in it has a count (number of appearances) which is a unique number. For example: given "abcaba", it's valid because 'a' appears 3 times, 'b' appears 2 times and 'c' appears once. In the contrary, "aabb" isn't valid because both 'a' & 'b' appears 2 times in the string. So the question is: implement a method in your lang, that would return the number of remove-letter actions that would convert an invalid string to a valid string. Given "aabb", the function will return 1 (because we can remove 'a' or 'b' and by that making the string valid).
      1 respuesta