Oracle Software Engineer System Design Questions
15+ questions from real Oracle Software Engineer System Design rounds, reported by candidates who interviewed there.
What does the Oracle System Design round test?
The Oracle system design round assesses a candidate's ability to architect scalable systems. Software Engineer candidates are typically asked to design a large-scale service or platform from scratch, covering database choices, API design, scaling strategy, and failure modes.
Top Topics in This Round
Oracle Software Engineer System Design Questions
Oracle OCI SMTS Interview Experience with 5 YOE System Design and Coding
YOE: 5 Applied on job portal and recruiter reached out to me. Screening round: - Discussion on the current project (40 mins) - Problem solving : https://leetcode.com/problems/avoid-flood-in-the-city/d
Post introduction, Interviewer asked 2 behavioural questions. Next, was **Kth Largest element in BST**. (similar to https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/) Was able t
Just bombed the technical screen so I'll share my experience. More system design heavy than DSA/Leetcode. Started off with some Star questions, describe a time you made a mistake and how you fixed it,
Oracle Health | SDE2 | Feb 2025 | Down-leveled to SDE1(IC2)
Pre-Screen(Nov 2024): 1. Given an array, build a BST which has minimal height. 2. Follow-up: how to verify if the above generated tree is valid? - recruiter mentioned feedback(within 2 days) was positive,...
ORCALE OCI | 1st March | Rejected
1st ROUND: Having a integer array with chocolates weight here weight[i] = weight of ith chocolate. A person comes in each day and pick one chocolate and eat it half...
Oracle Cerner | Oracle Health | IC3
I am joining Oracle Health / Cerner as an IC3. YOE: 6 years Base - 36 LPA Stocks - 14 L RSU for 4 years each. Total for next 4 years - 50 LPA Questions...
Oracle | Server Technology | On-Campus (FTE)
Giving back to the community! There were 3 round on total : 1) Technical Round (1) :- \tThe interview asked to introduce myself, asked about my internship and questions related to my...
Walmart Interview Experience for Principal Engineer : Lack of Engagement and Unclear Expectations
Hi everyone, I wanted to share my recent interview experience with Walmart, in the hope that it might help others who are preparing for similar technical interviews or situations. The interview was...
Oracle | IC2 | Seattle | Apr 2024 [Offer]
Status: MS CS top 25 CS School Position: IC2 at Oracle Org: Oracle OCI Location: Seattle, Washington Date: April, 2024 Interview process had 6 rounds: Technical Screening (1 hour) - 2 Behavioral questions based on Oracle...
System Design Review: Spend Management company
I just interviewed at one of the spend management companies, So tried to come with following system design for their main functionalities as follows, feel free suggest improvements ​ 1. Bil
Oracle OCI SMTS | Paytm SDE-2 | Bangalore | Offer
OCI : Round1 (Problem Solving) 1. Minimum Add to Make Parentheses Valid. https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/ 2. Minimum appends required to make a string palindrome. 3. Longest sub-array having sum K. After Round1 got a call from hr...
Oracle OCI | IC3 | Bangalore| Feb 2021 [Offer]
Status: ~ 7 YOE Position: Sr. Tech Lead at Top Fintech company Location: India Date: Feb 01, 2021 Interview Process 1. HM round : Mostly related to current Roles n responsibilities & 1 Easy Coding...
Tech Round: \t\u2022 Resume discussion \t\u2022 How to write TF-IDF in spark and explain how it works \t\u2022 Meeting room problem (https://www.programcreek.com/2014/05/leetcode-meeting-rooms-ii-java/) \t Loop 1: \t\u2022 Resume discussion \t\u2022 Since my resume had ML projects, interview was...
Oracle OCI | IC-2 | Hyderabad [Offer]
YOE: 2.5 Position: SDE1(Backend Services - Java) equivalent at a product company Location: Hyderabad, India Date: December, 2020 Technical Screen Round: Kth Frequent Element in a Stream Asked how will I scale if there were...
Design BookMyShow
Describe how would you design an online ticketing system that sells movie tickets like BookMyShow. Where: I was asked this problem for an interview for Oracle. Solution: I started with defining goals...
What to Expect in the Oracle System Design Round
The Oracle Software Engineer System Design round has a specific calibration purpose distinct from other rounds in the loop. Across 15+ verified reports on LeakCode for this exact round type, the consistent expectations: clear scoping of the problem before diving into a solution, explicit reasoning about complexity, structured handling of edge cases, and the ability to discuss trade-offs between two reasonable approaches.
Reports tagged with the System Design round at Oracle show recurring patterns in difficulty and topic distribution. The System Design round is typically 45-60 minutes; the interviewer is calibrated against a specific rubric. The discriminator between candidates who advance and candidates who do not is rarely the final correctness of the answer. It is the path: did you clarify, did you verbalize your approach, did you handle edge cases, and did you communicate throughout.
How To Prepare for This Specific Round
Filter the questions below to the most recent reports (past 6-12 months). Questions tagged for this exact round type from this exact company at this exact role level are the highest-signal data available. Older reports may reference questions that have since rotated out of the company's pool.
Practice 4-6 representative problems from this set under timed conditions. The goal is not memorization (companies rotate questions); the goal is to internalize the patterns the interviewer typically reaches for and the depth of follow-up to expect. Reports on LeakCode also tag the typical follow-up depth at this round type, which is the discriminating signal between hire and no-hire calibration.
System Design Round Timing and Format
The System Design round at Oracle typically runs 45-60 minutes. Use the first 2-3 minutes to clarify requirements; you should never start coding or designing without verifying the input/output format, constraints, and edge cases out loud. Use the next 5-7 minutes to verbalize your approach before writing any code. The middle 20-30 minutes are implementation. Reserve the final 10 minutes for testing with concrete examples and discussing optimization or trade-offs.
Time budget discipline is one of the most reliable senior-vs-junior discriminators in this round. Strong candidates verbalize where they are in their budget out loud ("I've used about 20 minutes, I have 15 minutes left for testing and one optimization"). This signals engineering maturity to the interviewer and creates positive feedback they can capture in writing.
Common Failure Modes in This Round
Reports tagged "no hire" at Oracle Software Engineer System Design commonly cite: coding silently without verbalizing approach, jumping to implementation before clarifying requirements, missing edge cases (empty input, single element, very large input), producing working code that the candidate cannot refactor when asked, and failing to test their solution with concrete examples before declaring done.
The single most predictive failure mode in 2025-2026 reports: not asking clarifying questions. Interviewers at all FAANG companies are explicitly trained to weight this dimension. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's notes.
See All 15 Questions from This Round
Full question text, answer context, and frequency data for subscribers.
Get Access