I applied online. The process took 3 weeks. I interviewed at Oracle (San Francisco, CA) in June 2022
Interview
Round 0: Phone Screening
Round 1: Single verbal conceptual technical interview (no actual coding with an IDE)
Round 2: 1 verbal conceptual technical interview, 2 coding interviews
There is a third round with I believe with the hiring manager, but I didn't get that far
Interview questions [1]
Question 1
Given an array of numbers (call this "param"), return an array where each element represents the biggest number found so far in "param" (i.e. the nth element of the returned array is the largest element in param from index 0 to n)