Oracle interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Oracle
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 month
Topics: Data structures, Algorithms, Backtracking, Operating system
Tip
Tip

Tip 1 : Do read the concept and practice maximum
Tip 2 : Try to solve at least 2 code per day (If you're working in some job)

Application process
Where: Referral
Eligibility: As a experienced candidate, No criteria
Resume Tip
Resume tip

Tip 1 : Do not put false things 
Tip 2 : keep your resume short

Interview rounds

01
Round
Medium
Video Call
Duration25 minutes
Interview date10 Sep 2022
Coding problem1

Normal coding problems

1. Remove Duplicates from Sorted Array

Easy
15m average time
85% success
0/40
Asked in companies
Goldman SachsSamsungHewlett Packard Enterprise

You are given a sorted integer array 'arr' of size 'n'.


You need to remove the duplicates from the array such that each element appears only once.


Return the length of this new array.


Note:
Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory. 


For example:
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
Try solving now
02
Round
Easy
Online Coding Test
Duration30 minutes
Interview date11 Sep 2022
Coding problem1

DSA

1. Symmetric Tree

Easy
20m average time
82% success
0/40
Asked in companies
IBMAdobeOracle

You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not.

Symmetric tree is a binary tree, whose mirror image is exactly the same as the original tree.

For Example:

sym_tree

Try solving now
03
Round
Easy
Video Call
Duration20 minutes
Interview date11 Sep 2022
Coding problem1

1. OS Questions

What are semaphores?
What is virtual memory?

04
Round
Easy
HR Round
Duration20 Minutes
Interview date11 Sep 2022
Coding problem1

1. Basic HR Questions

Salary discussion.

What are your expectations.

Where do you see yourself in 5 years?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 2 problems
Interviewed by Oracle
10749 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Oracle
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Oracle
3010 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Oracle
1727 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes