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

SDE - Intern

Oracle
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Data Structures, DBMS, OS, OOPS, System Design
Tip
Tip

Tip 1 : Practice at least 300 standard questions
Tip 2 : Be very good with computer science concepts
Tip 3 : Have good projects in resume

Application process
Where: Campus
Eligibility: Above 7 GPA
Resume Tip
Resume tip

Tip 1 : One page is enough
Tip 2 : Good projects of web development must be mentioned in resume

Interview rounds

01
Round
Hard
Online Coding Interview
Duration120 Minutes
Interview date11 Jan 2021
Coding problem0

Online Aptitude Round was conducted on their online platform. It was MCQ based test. Covering aptitude topics, CS Core Subjects, DSA, etc.

02
Round
Medium
Video Call
Duration45 Minutes
Interview date15 Jan 2021
Coding problem2

First, the interviewer asked about college life in the past two years and what all skills I gained.

 I told all my achievements and all skills that I gained in the period. asked about Language preference

1. Anagram Pairs

Moderate
30m average time
60% success
0/80
Asked in companies
CiscoThought WorksInfosys

You are given two strings 'str1' and 'str1'.


You have to tell whether these strings form an anagram pair or not.


The strings form an anagram pair if the letters of one string can be rearranged to form another string.

Pre-requisites:

Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams. 

Other examples include:

'triangle' and 'integral'
'listen' and 'silent'
Note:
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct. 
Try solving now

2. Merge K Sorted Arrays

Moderate
15m average time
85% success
0/80
Asked in companies
MathworksMicrosoftOracle

You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sorted in ascending order.

Try solving now
03
Round
Medium
Video Call
Duration100 minutes
Interview date15 Jan 2021
Coding problem2

1. Greatest Common Divisor

Easy
15m average time
85% success
0/40
Asked in companies
CognizantGooglePaytm (One97 Communications Limited)

You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers.

The Greatest Common Divisor of any two integers is the largest number that divides both integers.

For Example:
You are given ‘X’ as 20 and ‘Y’ as 15. The greatest common divisor, which divides both 15 and 20, is 5. Hence the answer is 5.
Try solving now

2. Find The Repeating And Missing Number

Easy
10m average time
90% success
0/40
Asked in companies
AmazonSamsungPhonePe

You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of the integers occurs twice in the array, and one of the integers is missing. You need to determine the repeating and the missing integer.

Example:
Let the array be [1, 2, 3, 4, 4, 5]. In the given array ‘4’ occurs twice and the number ‘6’ is missing.
Try solving now
04
Round
Easy
HR Round
Duration30 Minutes
Interview date15 Jan 2021
Coding problem0

Simple questions like
Tell me about yourself, Which activities are you involved in other than academics?
How many companies have you tried before and how many rounds cleared?
What are your Strengths and weaknesses?
Any questions you have.

Here's your problem of the day

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

Skill covered: Programming

Which operator is used for exponentiation in Python?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
3 rounds | 1 problems
Interviewed by Oracle
1072 views
0 comments
0 upvotes
company logo
Server Technology Engineer
2 rounds | 3 problems
Interviewed by Oracle
1179 views
0 comments
0 upvotes
company logo
Associate Consultant
3 rounds | 3 problems
Interviewed by Oracle
612 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Oracle
1209 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
13855 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
13095 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9195 views
2 comments
0 upvotes