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
      employer logo
      employer logo

      Eze Software

      Parte de SS&C

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Eze Software | Ofertas de empleos en Eze Software | Sueldos en Eze Software | Beneficios en Eze Software
      Entrevistas de Eze SoftwareEntrevistas para el puesto de Junior Software Developer (C# .NET) en Eze SoftwareEntrevista de Eze Software


      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

      avatar
      HubSpot
      3.6★Remuneración y beneficios
      avatar
      YES
      3.9★Remuneración y beneficios
      avatar
      TranscribeMe
      3.6★Remuneración y beneficios
      ITcompany
      3.6★Remuneración y beneficios

      Entrevista de Junior Software Developer (C# .NET)

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

      Solicitud

      Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 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