I applied through an employee referral. The process took 1 day. I interviewed at Oracle (Pune) in Jun 2013
Interview
First they take telephonic interview.If you shortlisted they call you for F2F. There are two rounds technical and manager.if you are selected then hr will call you and discuss about salary.
I applied online. The process took 1 day. I interviewed at Oracle (Bengaluru) in Feb 2017
Interview
The interview was for Java Developer for Oracle Financial Software Solution. First round was technical. They ask basic java question. And basic knowledge of SQLS.
I was told I will go through second round.
It was basic managerial round.
After I was told HR will get in touch
All people at max had only two rounds itself.
I applied in-person. The process took 1 day. I interviewed at Oracle (Hyderabad)
Interview
Three rounds in total.
Got rejected after first round.
Few questions on current project and others that were mentioned in resume. Rest are generic which seemed easy but couldn't satisfy the interviewer.
Interview questions [5]
Question 1
Question: Write pseudo code to validate and evaluate a given arithematic expression
Example: a+(b*c)+(d/e)
If the input is syntactically wrong, display an error message else display the result
Question: Write a simple query to show data in a single resultset.
Resultset should have department table data first order by deptname and followed immediately by sub-department table data also ordered by deptname.
Both tables data should be wrapped in a single resultset, with the above criteria.
Question: your first project is based on browser automation. Tell me how do you capture the salary of an employee whose salary is 10,000 from a list of employees.