I applied through a recruiter. I interviewed at Oracle
Interview
There will be one technical screening round initially. After that, you will move on to the final interview loop, which typically includes Data Structures & Algorithms (DSA), system design, and a bar raiser interview round to assess overall fit and depth.
Interview questions [1]
Question 1
Typical FAANG interview questions” or “Common FAANG-style interview questions.
I applied online. The process took 1 week. I interviewed at Oracle (Redwood City, CA) in Jan 2008
Interview
I was already an Oracle employee in Brazil and applied for jobs in different product development teams at Oracle HQ through internal iRecruitment (which is also available externally at http://irecruitment.oracle.com). Got contacted for some of those applications but my case required L1 visa sponsorship so not every 1st contact was fruitful. But for this particular one, there was green light for international transfers and I went through the interview phase which basically consisted of 4 formal phone interviews, with 4 different interviewers: 2 other software engineers, 1 product manager, and 1 director. Only the 2 engineers made very technical interviews, basically focused on Java and logic, that lasted for about 1 hour each and had a medium-high difficulty level. The other 2 interviews were more about to know my professional experience and objectives and also to let me know more about the job. After that, I got the positive feedback in about a week and then, in my case, the whole approval process for my job offer took more than a month and then, finally, I could start the real transfer process, which took a couple more months and now I'm here and quite happy so far.
Interview questions [1]
Question 1
Considering a 2-dimension matrix that can only be traversed by 1 adjacent position at a time and never diagonally. Create an algorithm to traverse that matrix from its upper-left corner to its lower-right corner using the shorter possible path in the most efficient way.
I applied through a recruiter. I interviewed at Oracle (New York, NY) in Jun 2026
Interview
The role was for a Senior Software Engineer (Data Engineering Oracle Health). A recruiter reached out via LinkedIn and provided a link to apply. After submitting my application, I was scheduled for an initial screening call to discuss my experience and background.
The recruiter screen primarily focused on high-level role fit and basic behavioral questions. Following that, I was invited to a technical interview.
The technical interview was a 1-hour coding session conducted via HackerRank, featuring a LeetCode-style problem. The first ~10 minutes were dedicated to behavioral questions, after which we moved on to the coding challenge. Candidates were allowed to use their preferred programming language.
Interview questions [1]
Question 1
Given an integer, convert it to roman numeral equivalent.
Given input: [1, 49, 23]
Expected output: ["I", "XLIX", "XXIII"]
Round 1 DSA
Asked a basic sliding window question and a few questions related to Java, like what are imaginary functions and then asked me a few questions based on my resume and then dived into technical aspects of it.
Interview questions [1]
Question 1
It was something related to a sliding window, a medium-level LeetCode