I applied through a recruiter. The process took 1 week. I interviewed at Oracle
Interview
1st Round - Zoom Call.
Two people were there. The first person(she) sounded clear, The other person(he) don't have any idea about the questions, he is asking.
He doesn't know what is concurrency, just throwing or trying to prove what he solved. Not listening or not even able to understand the technology terms (lol). I won't even consider him as high school student, but he is a principle engineer in Oracle.
But she sounded clear, asked two easy question, was able to crack in less time.
Interview questions [1]
Question 1
Find Linked list is palindrome or not, was able to crack with array (in place of stack, basically same).
/**
* Q1. Write the code for the following pseudocode and explain how it work
* Initialize:
* max_so_far 0 max_ending_here 0 // initialized to zero
* Loop for each element of the array // integer array, iterating over the array, 0 < arr <1000
* (a) max_ending_here = max_ending_here + a[i] // counting the array values on every iteration, 1, 2, 3, 4, -11 => 1, 3, 6, 10, -1
* (b) if (max_ending_here < 0) max_ending_here = 0 // 0
* (c) if (max_so_far < max_ending_here) max_so_far = max_ending_here // 1, 3, 6, 10 => 10
*
* return max_so_far
*/
Both are easy questions
I applied online. The process took 4 weeks. I interviewed at Oracle (Bengaluru) in Jun 2018
Interview
It was really helpful and very supportive. It took over all 4 week time to get this interview done.
Hiring was very smooth and i got the offer letter in 1 month.
I applied online. The process took 4 months. I interviewed at Oracle (Hyderâbâd) in Aug 2017
Interview
1. Telephone technical interview : Mostly on Java.
2. Face to face round1 technical interview. Asked me to write a program for a problem. Checked my automation knowledge.
3. Face to face round2 : Testing capability: Asked me to write all possible corner cases for a scenario.
4. Managers round more of behavior and presentation skills