Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Oracle

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Oracle reviews | Oracle jobs | Oracle salaries | Oracle benefits | Oracle conversations
      Oracle interviewsOracle Senior Software Engineer interviewsOracle interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      Feb 23, 2021
      Anonymous Interview Candidate
      No offer
      Negative experience
      Easy interview

      Application

      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
      Answer question
      1

      Other Senior Software Engineer Interview Reviews for Oracle

      Senior Software Engineer Interview

      Jun 20, 2026
      Anonymous employee
      Accepted offer
      Neutral experience
      Average interview

      Application

      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.
      Answer question

      Senior Software Engineer Interview

      Jun 16, 2026
      Anonymous Interview Candidate
      New York, NY
      No offer
      Positive experience
      Average interview

      Application

      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"]
      Answer question

      Senior Software Engineer Interview

      May 5, 2026
      Anonymous Interview Candidate
      No offer
      Negative experience
      Average interview

      Application

      I interviewed at Oracle

      Interview

      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
      Answer question