Open In App

Oracle Interview Experience | Applications Engineer

  

Round 1: 



1) Tell me about yourself 

2) Problem Statement:  



Reverse the words in below string considering all negative test cases 

Input: Hello World 

Output: olleH dlroW 
 

3) Sql queries 
 

  

Round 2: 

1) Problem Statement: 

Check if the given string is palindrome or not. If the string is not palindrome then try to make it palindrome if possible 

2) SQL queries: 
 

  

Round 3: 

1) Core java related questions 
 

2) Problem Statement 
 

3) Glass Puzzle 
 

  

Round 4: 

1) Puzzle: 
 

A     D 
B  G  E
C     F

2) Puzzle: 

Using 1 to 16 numbers, sum would be 34 for each column, rows and for both diagonals. Write the program as well to solve the puzzle:

    3  
5     8
9 7   12
  14    

Round 5: 

1) Problem Statement: Merge the sub arrays if possible. Input: List of sub arrays: [1, 10], [11, 15], [13, 25], [30, 40], [40, 50]
Output: [1, 25], [30, 50]

2) Puzzle:

Thanks, GeeksforGeeks. It helped me a lot in preparation.

Article Tags :