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

Senior Application Developer

Oracle
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structure , Algorithms , OOPS , CN , OS , DBMS
Tip
Tip

Tip 1 : Practice basic DSA questions.
Tip 2 : Do atleast 2-3 good projects.
Tip 3 : Try to take part in contest in a timed environment.

Application process
Where: Referral
Eligibility: 7.5+ CGPA
Resume Tip
Resume tip

Tip 1 : Try to highlight your skills in a 1 page resume.
Tip 2 : Try to write what is the impact that you have created in the current working organization.

Interview rounds

01
Round
Medium
Video Call
Duration60 Minutes
Interview date2 Jul 2022
Coding problem2

We were required to join zoom call and then we moved to breakout room and had discussion.

1. Find Minimum Number Of Coins

Easy
15m average time
85% success
0/40
Asked in companies
Goldman SachsMicrosoftAmazon

Given an infinite supply of Indian currency i.e. [1, 2, 5, 10, 20, 50, 100, 500, 1000] valued coins and an amount 'N'.


Find the minimum coins needed to make the sum equal to 'N'. You have to return the list containing the value of coins required in decreasing order.


For Example
For Amount = 70, the minimum number of coins required is 2 i.e an Rs. 50 coin and a Rs. 20 coin.
Note
It is always possible to find the minimum number of coins for the given amount. So, the answer will always exist.
Try solving now

2. Prime Digit Sum

Hard
45m average time
70% success
0/120
Asked in companies
OracleCodenationTCS

Find the number of good numbers between two numbers ‘L’ and ‘R’ inclusive. A number is good if the sum of its digits is a prime number

Output the number of good numbers.

Example :
Input:
'L' = 15 and 'R' = 19
There is only 1 number between which is good,
16 = 1 + 6 = 7 (which is a prime number).
Try solving now
02
Round
Hard
Video Call
Duration60 Minutes
Interview date2 Jul 2022
Coding problem1

We were required to join zoom call and then we moved to breakout room and had discussion.

1. Remove Consecutive Duplicates

Easy
0/40
Asked in companies
OlaWalmartSamsung

You are given a string ‘str’ of size ‘N’. Your task is to remove consecutive duplicates from this string recursively.

For example:

If the input string is ‘str’ = ”aazbbby”, then your output will be “azby”.
Note that we are just removing adjacent duplicates.
Try solving now

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
Senior Application Developer
3 rounds | 12 problems
Interviewed by Oracle
1181 views
0 comments
0 upvotes
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
3011 views
0 comments
0 upvotes