Oracle | Application Development | On campus [Accepted]

Status: New grad, M.Tech CSE from Tier 1 college
Prior Experience: 0 Years
Date: December 1, 2021

Round 1, Online Assessment
Multiple choice questions based exam contained questions from core subjects, C language, Aptitude, verbal, logical reasoning etc. The time limit for each section was very low, and you cannot go back to a question once you have submitted.

Round 2, Technical interview, 1 Hour
3 coding questions were asked.

1. Given a binary tree, convert it into two balanced binary trees where the values of all the nodes of tree1 are smaller than the values of each node in tree2.
You had to partition the original tree so that both the tree contains an equal amount of nodes (if odd nodes, one tree will have one more node).

2. Given a polynomial equation, find its first derivative.
Input: 3x^3 + 4x^2 + 6x + 89
Output: 9x^2 + 8x + 6

3. Reverse a stack without using any data structures.

Round 3, Director Round, 30 mins
This round was mainly a discussion on my projects and internship followed by frequently asked questions like did you face any challenges in internship? how did you solve them? and so on.

Comments (2)