Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso YuMe (Chennai) nel mese di giu 2013
Colloquio
Got a call from HR for a technical F2F scheduled on a date. But no confirmation was sent. I called two days before the iview to confirm on the slot. HR was sorry about not scheduling the iview and finally rescheduled it to a week later. First one was a general discussion about projects. it was good. Later part of the discussion, an architecture specific question and a puzzle was given. I did farily well on the first question. But I couldn't crack the puzzle. In the end, I was asked to wait and told that I didn't clear the iview. I was happy though with the result as it was not self-satisfactory. After I came home, I searched for the puzzle and found that the interviewere didn't give a complete question to me. He had missed the most important assumption / point of the puzzle. I am very sure that I would have answered the puzzle if he had mentioned that assumption as I was thinking in those lines. A good experience overall.
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso YuMe (Chennai) nel mese di lug 2016
Colloquio
There was a telephonic technical round. First they asked about me and the project that i worked. Then the interview started. The questions were on data structures and java.
Data Structures:
1. There is a list of number which have both negative and positive numbers. Have to bring negative numbers to one end and positive numbers to the other end. how and what data structure would you use. what is the time complexity
2. I have a word in dictionary. Look up for all possible anagrams. What data structure and how will you do it. what algorithm will you use.
Domande di colloquio [1]
Domanda 1
Java questions:
1. What are the methods in object class
2. What collections have you in used in your project.
3. What is the difference between concurrent hash map and hashmap
4. What design patterns have you used in your project