Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Eze Software

      Parte di SS&C

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Eze Software | Offerte di lavoro di Eze Software | Stipendi di Eze Software | Benefit di Eze Software
      Colloqui di Eze SoftwareColloqui per Junior Software Developer (C# .NET) presso Eze SoftwareColloquio di Eze Software


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Digital Natives
      4.4★Stipendio e benefit

      Colloquio per Junior Software Developer (C# .NET)

      28 feb 2013
      Candidato anonimo a colloquio
      Boston, MA
      Nessuna offerta
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Eze Software (Boston, MA) nel mese di gen 2013

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

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