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

      Eze Software

      Parte de SS&C

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Eze Software | Empleos en Eze Software | Sueldos en Eze Software | Prestaciones en Eze Software
      Entrevistas en Eze SoftwareEntrevistas para el cargo de Junior Software Developer (C# .NET) en Eze SoftwareEntrevista en Eze Software


      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 Junior Software Developer (C# .NET)

      28 feb 2013
      Candidato de entrevista anónimo
      Boston, MA
      Sin ofertas
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Me postulé a través de una facultad o universidad. El proceso tomó 2 meses. Acudí a una entrevista en Eze Software (Boston, MA) en ene 2013

      Entrevista

      Applied through my University. Two telephonic screenings. First one was very easy. All questions are already on Glassdoor like why there is no multiple inheritance in C#. inheritance, polymorphism, encapsulation etc. example of polymorphism. Second round - some more OOPS concepts ...now in depth .... no more definitions.. asked me to write prototype for a class stack.... like function (typename T) void push(T t); etc Another question related to polymorphism - We have an interface Ianimal with a function eat() and three classes derive from it - Class Tiger, Class jellyfish and class Zebra. All these classes implement eat(). Now we have another class zooKeeper which implements a function feed(). Now using feed() call eat() function. Finally it was the Onsite interview. First round is a one hour test with one question - you have 3 presorted very large arrays. Find the first common element amongst them. No duplicates in each of the array. I gave an answer using hash table and it had a time complexity of O(3n) and space complexity of O(n) but the interviewer wanted a solution in O(n) time and O(1) space. Together we worked the solution and he contributed most to the solution. I would tell you the answer but then this question will no longer remain in the test. The only reason why this question is still on the exam since 2009 is that nobody wrote the answer to it on the web. Rest of the rounds were easy mostly pertaining to my resume and other behavioral questions. And yes you will have to pay for onsite interview expenses yourself. In the last round I was interviewed by a guy with strong accent and he asked me a to right code for binary search. I know it is fairly simple but I messed up as I made a mistake in calculating the mid and that was it when I lost my confidence and started messing up. Overall the interview was very I easy if I hadn't messed up and lost my confidence and started making mistakes. All interviews will be on board.

      Preguntas de entrevista [1]

      Pregunta 1

      you have 3 presorted very large arrays. Find the first common element amongst them. No duplicates in each of the array.
      Responder pregunta
      2