Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Oracle

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Oracle | Offres d’emploi chez Oracle | Salaires chez Oracle | Avantages sociaux chez Oracle
      Entretiens chez OracleEntretiens d’embauche pour Software Engineer III chez OracleEntretien chez Oracle


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer III

      24 août 2014
      Candidat à l'entretien anonyme
      Bengaluru
      Offre refusée
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Oracle (Bengaluru) en févr. 2014

      Entretien

      I was contacted by an HR personnel from recruiting to set up an interview. At first there was an online test which consisted of some MCQs mostly from Java and DB. After an week, an face to face interview was scheduled. To my surprise, it was actually a coding test where they'll give you a few problems and you have to choose one and write design and program. All the problems were fairly easy and I just had to basically waste a day for an hour of coding. Later I was contacted again and told that I cleared the programming test and now a f2f interview would be conducted. In the f2f round, first round was taken by a guy who probably had same or less experience than me. All standard questions and I answered them all. Next round was taken by an architect who asked many design related question and many problems to be solved using java. Again, I did very well. Next was the round with the manager who asked the usual question of why am I leaving my current company and what are my expectations from this new job etc. Then the final round with the Director who again asked my expectation. I told him that I already had an offer from a different company and they should try to match it. He said the best they could do is match 80% of the other offer and went on for over an hour to make me understand why Oracle is a better company to work for than others. It was very clear that they were very impressed by the interviews and the director almost urged me to join even if the offer couldn't be the one I was looking for. Later that day I was again contacted by the manager by phone and asked whether I'd join if they offer 80% of the other offer and I said yes. I sent out the required documents to the HR but never really heard from them till now which is 6 months from the f2f interview day.

      Questions d'entretien [1]

      Question 1

      Design LRU cache using basic data structures
      2 réponse(s)

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer III chez Oracle

      Entretien pour Software Engineer III

      7 mai 2025
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Oracle (Bengaluru) en mars 2025

      Entretien

      1. Initial Coding Screening Round (HackerRank) Format: Online assessment through the HackerRank platform. Number of Questions: 2 coding problems. Difficulty Level: Medium to hard. Focus Areas: Data Structures and Algorithms. Optimized problem-solving under time constraints. Objective: This round serves as an initial filter to assess the candidate’s core programming and algorithmic skills. Candidates who successfully solve both problems or demonstrate strong logic and efficiency move on to the next phase. 2. Loop Interview (4 Technical & Behavioral Rounds) Candidates who clear the screening round will be invited to participate in a loop interview, consisting of 4 back-to-back rounds. Each round is approximately 45–60 minutes. Round 1: Coding Interview (DSA – Trees Focused) Format: Live coding with an interviewer. Topic Focus: Data Structures and Algorithms, especially Tree-based problems (e.g., Binary Tree, BST, Traversals, Recursive logic). Difficulty: Medium level. Skills Assessed: Logical thinking Code correctness Space-time optimization Code readability Round 2: System Design (LLD + HLD) Topics Covered: Low-Level Design (LLD): Object-oriented programming principles, class design, and real-time implementation patterns. High-Level Design (HLD): End-to-end architecture design of a Medical System. Expectations: Clear articulation of component interaction. Handling scalability, reliability, and performance. Use of appropriate design patterns and technologies. Round 3: Bar Raiser Round Focus: Behavioral and situational judgement. Purpose: To assess the candidate’s attitude, problem ownership, collaboration, adaptability, and leadership traits. It may also include situational problem-solving and conflict-resolution scenarios. Note: This round is crucial for gauging cultural fit and long-term potential within the team and organization. Round 4: Hiring Manager Round Primary Focus: In-depth discussion on Medical System Design. What to Expect: You may be asked to improve or iterate over the design you provided earlier. Justify design decisions with trade-offs. Discuss past experiences in building or designing similar systems. Questions about team collaboration, project challenges, timelines, and ownership. Objective: The hiring manager evaluates not only your technical design depth but also your alignment with the team’s vision and project needs.

      Questions d'entretien [1]

      Question 1

      DSA medium difficulty questions and medical system LLD and HLD designs
      Répondre à cette question
      1

      Entretien pour Software Engineer III

      25 nov. 2023
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Oracle (Bengaluru) en juill. 2022

      Entretien

      First based on my resume I was shortlisted for an interview and then I got a call for technical rounds. There were two technical and one final HR discussion round was there. After one week of that, I got an offer letter.

      Questions d'entretien [1]

      Question 1

      First technical round: 1) Expla1in difference b/w ArrayList and LinkedList. 2) Embedded server in spring boot and some configurations we can do around that. Second technical round: 1) Implement LRU Cache and explain it. 2) If you have released a new feature to the production and a critical issue got introduced then what is the immediate solution ? Ans: Jump back to the older version. 3) Explain Kafka and its industry uses. 4) What is Hash Collision?
      Répondre à cette question
      1

      Entretien pour Software Engineer III

      2 mars 2022
      Employé (anonyme)
      Seattle, WA
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Oracle (Seattle, WA) en déc. 2021

      Entretien

      I had one technical interview for one hour and then 5 more interviews all in one day as an on-site interview. The overall interview was easy and friendly. If you study leetcode questions you will be able to answer all of them.

      Questions d'entretien [1]

      Question 1

      all leetcode easy to medium questions.
      Répondre à cette question