Oracle Interview Experience UVCE (1)

Oracle Interview Experience - 1


CONTIBUTOR :   Gangothri Urs

STREAM : ISE - Batch of 2016



1st round -ONLINE APTITUDE
Sections : English/Verbal, Logical, General Aptitude(RS AGARWAL, INDIABIX), Computer Sceince Subjects(Data Structures,OS,DBMS,CN,C,C++,Output of the code snippet, output of flowcharts)
Code snippets will be mostly on AVL tress,binary search trees,threaded binary trees so overall you must have a clear cut idea on trees.
2nd round- CODING
Following two questions were asked:
1: M chocolates will be distributed to N students randomly find the student one who gets the chocolates twice.
IP: 5 -M
4-N
2 1 3 1 4- array of students roll no.
OP: 1 -since student 1 gets the chocolates twice
2: N students and M group of friends ,divide them into two groups so that no two friends are in the same group.Print 'possible' if we can divide otherwise print  'not possible'.
IP: 3 -N
3 -M
1 2 -group of friends
2 3
3 1
OP: not possible
3rd round- TECHNICAL INTERVIEW 1
-> They asked me to explain the code. Mainly they will see how you approached the coding questions, how you arrived at the logic and how can you optimize. More than you get the output they see how logically you can solve a problem.
-> Difference between arrays and structures , stack program, binary search program , Binary search tree explanation
-> Program to find whether a no. is prime or not
-> Since they were working on cloud he asked me what do you know about the cloud and what all the services u would have given through cloud.
4th round- TECHNICAL INTERVIEW 2
-> explain constuctors in c++
-> maps and hashmaps (just a general idea on it)
-> solve 2 queries in dbms, it was simple.
-> few questions on java
-> explain overriding
5th round- HR
They asked general HR questions .They will just check how passionate are you in building your career and how much interest you have towards their company.
Suggestions
- Perform well in aptitude. There are chances that you get to attend direct HR interview if you are extraordinary in the first round. In technical interviews be confident and try to have a good explanation skills. If you learn languages like Java, etc it will be a plus point to you.
GOOD LUCK!

Oracle Logo
#Oracle

Comments