I applied through college or university. The process took 2 days. I interviewed at Oracle in Aug 2020
Interview
Discussed projects along with DSA. Ist round Technical MCQS.2ND round online coding at oracle platform. Then PPT from company for selected candidates. Further three consecutive rounds having both technical and hr side by side. Got rejected.
I applied through college or university. I interviewed at Oracle (Jaipur, Rajasthan) in Aug 2020
Interview
There was a detailed ppt and then a test of 107 minutes with multiple subsections including aptitude and programming and data base management system, Operating system and other fundamentals.and then interview of 2 coding questions
I applied through college or university. I interviewed at Oracle (Hyderabad) in Aug 2020
Interview
5 Rounds, first being aptitude round and second is coding round and 3,4,5 are technical interview and HR
aptitude round was for 107 mins with 90 questions the aptitude and english was easy but the technical mcq's were difficult
Interview questions [2]
Question 1
Given a number ‘n’ and a digit ‘k’. Each time, remove k digits from the given number and find the least possible number from the remaining digits. Continue to do this till the number of digits in ‘n’ becomes less than or equal to ‘k’. Finally return the smallest possible number. If the given number ‘n’ has number of digits less than ‘k’, then return the same number
The second question was given in the form of a long story. But after reading the entire question, I figured out that it could be solved using the DFS concept.