J'ai postulé en ligne. J'ai passé un entretien chez Oracle
Entretien
One hour technical/coding interview. Honestly pretty easy question to answer about hierarchy in java.
After that was the loop(1 coding question, 1 coding question about data structures, a bartender who was a culture check and a design question. Which was a hectic mess. One of the people who were supposed to interview showed up 20 mins late. The other one was asking questions but wording them weirdly so it was hard to figure out what they wanted exactly. The other two though were great and no problems with the process. For a big company you think they would have their hiring process figured out but that obviously do not. I was even sent the wrong order on what people were going to be interviewing me on. One of them even did the wrong interview part and didn't notice until half way through.
Questions d'entretien [1]
Question 1
Java Program to Find Area of Square, Rectangle and Circle using Method Overloading
J'ai postulé via un recruteur. J'ai passé un entretien chez Oracle
Entretien
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.
Questions d'entretien [1]
Question 1
Typical FAANG interview questions” or “Common FAANG-style interview questions.
J'ai postulé via un recruteur. J'ai passé un entretien chez Oracle (New York, NY) en juin 2026
Entretien
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.
Questions d'entretien [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.
Questions d'entretien [1]
Question 1
It was something related to a sliding window, a medium-level LeetCode