I applied through college or university. The process took 1 day. I interviewed at OYO
Interview
Round 1 consisting of 25 aptitude questions(Operating system,
database management systems, Data Structures) and 2 coding Questions
(one of array and one of dynamic programming was asked)
Average Level of questions were asked
I applied through college or university. The process took 1 day. I interviewed at OYO (Vellore) in Jul 2018
Interview
Aptitude round then two technical interviews and HR interview. Aptitude round has coding also. Conducted on hackerrank platform. Aptitude questions were easy but the coding questions were a bit tricky. Interview process was very smooth. Interviewers were friendly
I applied through college or university. The process took 1 day. I interviewed at OYO (Roorkee) in Dec 2018
Interview
HackerRank questions(2) from standard DP and graph problem and questions from OOPS,DBMS and OS.
Interview (two interviews) -
In the first interview i was asked two sum problem then three sum problem and then subset sum.After that an experimental question was asked like how to get an nth Fibonacci number in O(1)(amortised).
In the second
Basic dp problem and string problem
How will you implement round robin algo.
Resume discussion
What is REST API
How is POST different from PUT.
Given an array of numbers.You have to selected some elements such that their sum is maximum.Condition-If you select ith(value not index) number you cannot select i+1 and i-1.
like [2,2,5,5,3,6,5,3,4] if you select 3 then you will have to take all the occurrence of 3 but you cannot take 2 and 4