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

      Payoneer

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Payoneer | Empleos en Payoneer | Sueldos en Payoneer | Prestaciones en Payoneer
      Entrevistas en PayoneerEntrevistas para el cargo de C# Backend Developer en PayoneerEntrevista en Payoneer


      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 C# Backend Developer

      19 may 2024
      Candidato de entrevista anónimo
      Petah Tikva
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Payoneer (Petah Tikva) en may 2024

      Entrevista

      HR call, introduction call, "tell me about yourself". Then we placed a technical interview with the team leader and a developer. At the technical interview only one person appeared (is this following your policies?) 1. The interviewer asked me to show him a design I did in my previous work, showed some cool design involving lambda functions, SQS, DB, authorizatio. no many questions was about this design (maybe he wasn't familiar with anything on this design?), so we continued to direct questions. The interviewer said let's make some "warm up" on the following 2 questions. 2. The interviewer asked about creating a class of "Point" then implement the distance between them. "Lucky me" last math course in my Bsc was 5 years ago, so I forgot the formula, so with a bit of the interviewer help I accomplished it, and then asked if there's a case of "negative numbers" I answered NO because each number squared is positive. 3. Next question was swap 2 numbers without additional variable, took me 3-5 minutes (not something I usually do + the stress of the interview) but I accomplished it. 4. Implement a Data Structure "SET" that keeps the order of the numbers, insert in O(1), delete O(1), random Access O(1). I have implemented it with a list that with hold the numbers, and dictionary that follows each number and the index it was assigned to (then I can delete in O(1), and check if number exists in our "SET" in O(1)). 5. The interviewer sent me on the chat a piece of code an "Extension" for Ienumerable "numbers.SumThis(x => x % 2 == 0);" and I need to implement it, in order to make it compile and work. just create an Ienumerable extension for this receiving a Func and invoke it inside your implementation. 6. Was asked if I have some DB open, I opened my DynamoDB and was asked to make a query on the data we saw in a particular table but in "MongoDB syntax" He said I can use whatever I want, I used chatGPT for it and the interviewer was happy with the result and I got a feedback from him "that's exactly what I would expect from my worker". So far so good. So tell me, how do you as a company reject a candidate based on what? on a "distance between points" question? as was considered as "warmup" question by the interviewer? because as I was there and answered those questions that's the only thing was not a "smooth" answer.

      Preguntas de entrevista [1]

      Pregunta 1

      implement the distance between 2 points
      Responder pregunta