The hiring process at Trilogy Innovations takes an average of 7 days when considering 5 user submitted interviews across all job titles. To compare, the average duration of hiring at similar companies like BlackRock, Inc. is 14 days, Fabricated Software, Inc. is 2 days, and Apple Inc. is 21 days. Candidates applying for Software Development Engineer I Intern had the quickest hiring process (on average 7 days), whereas Software Development Engineer I Intern roles had the slowest hiring process (on average 7 days).
They organized 3 interviews first one second one and third one. In the first one interview they did not ask anything, they just kept fooling around. I dont think it is a good company to work at these people dont have the required skill level to work at such reputed company
I applied online. The process took 1 day. I interviewed at Trilogy Innovations (Bengaluru) in Apr 2018
Interview
First Round is resume based. Basically the projects and achievements will be discussed. Next round must be one hour algorithmic round. If you get through this, final HR Round is done. Each of the round has elimination.
If you get the internship, they provide about 75k per month as stipend.
Interview questions [1]
Question 1
Projects and Algorithms - Recursion and DP solution with space /time complexity
I applied through an employee referral. The process took 2 weeks. I interviewed at Trilogy Innovations (Gurgaon, Haryana) in Jun 2018
Interview
I interview with CodeNation in June via employee referral. I gave 3 rounds of interview.
1. Round 1 was mainly on projects and what I have been currently doing at my current company.
2. Round 2 was an Algo DS round . It was a pretty tough one . Interviewer was quite sound with competitive programming and asked similar mathematically tough questions. I dont get whats the use of asking such questions during live interview. You love competitive programming doesnt means everyone love. These questions were not at all testing my knowledge of DS and Algo.
3. Another Algo DS round was scheduled. This time questions were interesting and quite logical. Interview went pretty good. But this was one of the most unprofessional interview I ever gave. Seemed like interviewer was constanatly making fun of me asking silly optimisations and after that saying he was just joking, no optmisation is requirer ! Are you kidding me !
Next day I got a rejection mail from the HR. Overall one of the most unprofessional interview that I ever gave. I wonder why no experienced people are present in the company.
Interview questions [1]
Question 1
Round 1 Algo questions.
1. You are given an array and a function which reverses the array. We have to sort the array using the reverse function. We have to return the minimum no of calls to function in which array can be sorted.
2. Given a graph in which there is an edge between (u,v) if gcd(u,v)>g . Given queries of u,v find if a path from u,v exists.
R2: 1. Given a string find length of longest substring.
2. Given a binary string of 0 and 1 . Find longest substring which contain equal number of 0 and 1.
3. Given an immutable array of size n+1, containing numbers between [0,n]. Find any one number that repeats.