Oracle OCI US interview Experience

oracle logo
oracle
USNo Offer
October 17, 202128 reads

Summary

I underwent an interview process with Oracle OCI US that consisted of multiple technical and behavioral rounds. Although I did not receive an offer, I consider it a valuable learning experience.

Full Experience

My interview process for Oracle OCI US started with a technical round. Following that, I moved on to a virtual onsite that featured several rounds, including data structures and algorithms, system design, and behavioral questions. I found the experience comprehensive and insightful, despite the outcome.

Interview Questions (6)

Q1
Merge Intervals
Data Structures & AlgorithmsMedium

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

Q2
Word Ladder II
Data Structures & AlgorithmsHard

Given two words, beginWord and endWord, and a dictionary wordList, return all shortest transformation sequences from beginWord to endWord.

Q3
Design Distributed Online Phone Dictionary
System Design

Design a distributed online phone dictionary.

Q4
Cipher Matches for String Array
Data Structures & Algorithms

Given an array of strings, find cipher matches. For example:
tail -> lost are cipher matches.
The mapping is as follows:
t <-> l
a <-> o
i <-> s
t <-> l

Q5
Behavioral Interview with Manager
Behavioral

A standard behavioral round conducted by a manager, covering typical questions about past experiences, teamwork, and problem-solving approaches.

Q6
REST API, Cookies, Caching Discussion
System Design

A discussion with a Senior TPM focusing on REST API constraints, usage of cookies, and caching strategies.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!