Open In App

Oracle Gandhinagar Interview Experience | 1.5 year experienced

Last Updated : 27 Jan, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

3 rounds were conducted and all rounds are online on zoom video call. For all rounds I have to share my screen and have to open notepad.

First Round – 
1) Codiing question – 
Title – Longest common prefix using word by word matching (Level- Easy)
 N no. of string are provided and then we have to find the longest common prefix on those strings.

https://www.geeksforgeeks.org/longest-common-prefix-using-word-by-word-matching/

2) Puzzle – 
There are total 101 coins out of which one coin is faulty means one faulty coin weight can be lower or higher weight (all are in same dimensions though). So we have to find that faulty coin have lower or higher weight using balancing pane in minimum no. of iteration.
I gave solution in 3 iteration but the answer is 2 iteration but interviewer in even happy answer as 3.

3) OOPs concepts – overloading and overriding conceptual questions.

Second Round – 
1) coding question –
We have to find the longest common palindromic string in ascending order possible from the given string.
For ex – Given string is  – applea
   so the answer can be – apepa  (This string will be the answer)
  
2) coding question- (level – medium)
Minimum iteration required to fill the entire 2-D matrix with 1’s. Matrix if filled with 0 and only at one position there is 1. At each iteration neighbour elements can be filled with 1.

https://www.geeksforgeeks.org/minimum-time-required-to-fill-the-entire-matrix-with-1s/

3) coding question –
A program to check if strings are rotation of each other or not 
https://www.geeksforgeeks.org/a-program-to-check-if-strings-are-rotations-of-each-other/

Third round –
This round was conducted by the director. He also discuss salary so be prepared for that.
Coding question – (Difficulty – medium)
A date is given suppose 14-APR-2020 then we have to return date after adding n no. of days. 

https://www.geeksforgeeks.org/date-after-adding-given-number-of-days-to-the-given-date/

 

At last I received offer letter form HR. Mostly I got confirmation in third round. 
All the best.

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads