6 Interview Experiences
YOE: 4 years Role: Backend + Data SMTS at Oracle HealthRound 1 - Screening There were a huge number of URL access logs, and I was asked to determine the top K URLs overall and the top K URLs accessed in the last 24 hours. Given that the data was huge
Sharing my recent Oracle interview experience. The process consisted of 5 rounds:Round 1 – Technical + DSA Questions based on my experience, including CI/CD and Idempotency LeetCode-style Cheapest Flights Within K Stops I explained the approach and w
My Oracle Interview Experience (July 2026) : Round 1
Interview Questions I Got1. Maximum of Minimums of Every WindowGiven an array A of size n and an integer x: Consider every continuous subarray of length x. Find the minimum element in each window. Return the maximum among all those minimums. Example:
Elimination Round Given an array and an integer k, find the top k most frequent elements. If two elements have the same frequency, the larger element should appear first.Questions about Java collections, PriorityQueue, HashMap, etc.Deep dive into pro
Round 1 : Project Discussion, DSA round DSA : From a list, find first missing positive integer Leetcode Given two very large files (>1GB) containing integers, cant be stored in-memory, find the intersection set of the two files. The numbers are sorte