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

Associate Developer

Oracle
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: Python data structures, Python decorators, Python OOPs concept, Slicing in Python, Basics of Django rest framework, Git concept
Tip
Tip

Tip 1 : Brush up all the basic and advance topics ever worked on
Tip 2 : Should have worked on multiple projects so, the same can be shared during the interview
Tip 3 : Practice coding questions on daily basis

Application process
Where: Other
Eligibility: 1-2 YOE
Resume Tip
Resume tip

Tip 1 : Keep the resume up-to-date
Tip 2 : Add all the projects you worked on
Tip 3 : Add skills with rating so, can be justified during interview

Interview rounds

01
Round
Medium
Face to Face
Duration45 Minutes
Interview date23 Nov 2021
Coding problem0

Managerial Round.
Happened during afternoon at around 3 pm.
Related to following topis:
1. Current work experience
2. Reason of resignation from current company
3. What do you expect in new job role?
4. Some questions to understand candidate point of view on certain situations
5. Salary expectation

02
Round
Medium
Video Call
Duration60 Minutes
Interview date25 Nov 2021
Coding problem4

Technical Round - 1 (Elimination Round)
Happened during afternoon at 3pm.
My camera and screen share was On during the interview.
Questions were related to following topics:
1. Python basics and advance
2. Git concept
3. What software development methodology followed previously?

1. Remove Duplicates From Sorted List

Easy
0/40
Asked in companies
AdobeAppleAmazon

A doubly-linked list is a data structure that consists of sequentially linked nodes, and the nodes have reference to both the previous and the next nodes in the sequence of nodes.


You are given a sorted doubly linked list of size 'n'.


Remove all the duplicate nodes present in the linked list.


Example :
Input: Linked List: 1 <-> 2 <-> 2 <-> 2 <-> 3

Output: Modified Linked List: 1 <-> 2 <-> 3

Explanation: We will delete the duplicate values ‘2’ present in the linked list.


Try solving now

2. Compress the String

Moderate
32m average time
60% success
0/80
Asked in companies
MicrosoftArcesiumAmazon

Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions.

Example:
If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
Note:
Consecutive count of every character in the input string is less than or equal to 9. You are not required to print anything. It has already been taken care of. Just implement the given function and return the compressed string.
Try solving now

3. Python Question

Classes in python

Problem approach

Provided explanation orally and also some examples on the code editor.

4. Python Question

Python decorators

03
Round
Medium
Face to Face
Duration60 Minutes
Interview date26 Nov 2021
Coding problem1

Technical Round 2
Happened during afternoon at 3pm.
It was related to following topics:
1. Database concept
2. Django rest framework related questions
3. Questions on previous work experience
Interview was interactive and good.

1. Technical Question

How would you create models in DB for a post like we have on a social media platform

Problem approach

So, I created different model classes and also, relate them with foreign keys to show the relationships between them and explained the same to the interviewer.

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
10748 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Oracle
0 views
0 comments
0 upvotes
company logo
Application Developer
3 rounds | 4 problems
Interviewed by Oracle
1840 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Oracle
3010 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Developer
4 rounds | 7 problems
Interviewed by SAP Labs
1620 views
0 comments
0 upvotes
company logo
Associate Developer
3 rounds | 2 problems
Interviewed by SAP Labs
2090 views
0 comments
0 upvotes
company logo
Associate Developer
3 rounds | 6 problems
Interviewed by SAP Labs
1447 views
0 comments
0 upvotes