I applied through college or university. The process took 1 day. I interviewed at Oracle (Bengaluru) in Sep 2020
Interview
This experience is from a premium college in India for a fresher role.
Round 1 is MCQ. It has multiple sections like quants, verbal, IT, etc. Time for quants section was fewer, others were manageable.
Round 2 and 3 are technical interview. Round 4 is a managerial interview. Round 5 is HR
Interview questions [1]
Question 1
Round 1
1. Most efficient way to find the square root of a number
2. Given a sentence, find the frequency of words in the sentence.
Round 2
1. Given a 3 digit number, convert it to words.
2. Memory management in C/Python
Round 3.
2 questions that were very practical and not the basic DSA stuff.
1. Find factorial of a very large number (I used "long long" and then tries using array based approach but I was told both approaches are wrong and there exist something better)
2. Given a very large string reverse it. (All of the string can't fit into memory)
3. 3 quizzes were given.
The next round was HR. I did not get a call and I was rejected before HR.
I applied through college or university. I interviewed at Oracle (Bengaluru) in Aug 2020
Interview
Lasted for 1 hour. Programming questions were asked. Great interview.Asked puzzles also.Two puzzles,one about waters and containers. Good interview.I wasn't able to answer all questions which is why i wasn't selected
I applied through college or university. The process took 1 day. I interviewed at Oracle (Ahmedabad) in Aug 2020
Interview
Online assessment: The duration of the test was 107mins. There were sections and each section had a fixed time. There were questions based on time and work, age, probability, combinations, pattern recognition, logical reasoning, comprehension, data structures, predict the output kind of questions.
Interview questions [1]
Question 1
I was given 2 numbers and they asked me to write a code that prints the prime numbers between that range.
I was given a string and asked to replace the dot with comma and comma with a dot.