La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso yTrre Software Solutions (Hyderabad) nel mese di feb 2017
Colloquio
The total rounds will be taken by the company is 5
Round-1 : IQ based APTITUDE questions
will be around 45 minutes will be given to complete the first round of around 60 questions. I think this one is good one because they didn't put any barrier for CGPA
Round-2 : Coding TWO Questions
Round-3: Project discussion
Round-4: Logical Questions, puzzles
Round-5: HR
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso yTrre Software Solutions (Hyderabad) nel mese di feb 2016
Colloquio
Round_1 (written exam 45 minutes):
* Multiple Choice Questions consists of basic programming fundamentals like calculating time complexity, expected outputs for given code and conceptual questions based on OOPs concepts
Round_2 Face to Face interview ( 1 hour) :
i) Discussed about the projects that you have mentioned in your CV
ii) Ds / Algo questions
Round_3 Coding Round ( 40 minutes):
* Write pseudo code or your own programming language for two programming questions
Round_4 Face to Face round :
i) Discussion about in which space that you want to excel in future and future goals.
ii)Puzzles
Domande di colloquio [1]
Domanda 1
Q_1 ) Print how many numbers which can be divided 3 and as well as 5 from 1 to 100 numbers.
Expected Time Complexity: O(1)
Expected Time Complexity: O(1)
Q_2 ) For given sorted array, it has been rotated. Need to find out minimum element of the given array
Expected Time Complexity: O(logn)
Expected Time Complexity: O(1)
Q_3) tell whether cycle exists for given undirected graph
Q_4) Given 10 balls all are identical expect one. Need to find that odd one out by using common balance. Here the question is how many times you can use balance to find out that odd one