I applied online. The process took 3 months. I interviewed at Oracle in Feb 2017
Interview
Total 3 rounds of technical. Third will be director round where you will be surprised to see indepth technical questions. HR round may not be there. In third round itself they ask expected CTC. Mostly they offer more or as per your expectation. But remember the fact that you won't get hike for 2 years once you joined.
I applied online. The process took 2 days. I interviewed at Oracle (Hyderâbâd) in Apr 2019
Interview
5 rounds which were held within 2 days. The interview process is quite good, persons are technically strong enough to take the interview. Very useful to attend such kind of interviews.
Interview questions [8]
Question 1
Reverse the two consecutive elements in the given string
1) Create a tiny RESTful JSON API to index a page's content using Ruby on Rails
- Should receive the URL of the page
- grab its content and store its content with the tags h1, h2, h3, and the links
- other API should list the URLs and the content stored in the database
- API must only store content
- inside HTML header tags (H1, H2, H3)
- links URLs
2) Within this assignment, the following skills will be assessed:
- Software Design
- API Design and REST
- Testing
- Code Performance and scalability
- DRY
- Separation of Concerns
- Clarity
I applied online. The process took 1 week. I interviewed at Oracle (Chennai) in Apr 2019
Interview
I attended the interview at Oracle, Chennai for the role of Applications Developer. I attended four rounds. First round was about the logical questions and puzzles. Second round was completely based on data structures & algorithms. Third round, I was given a problem to code. The first three rounds took 1 complete day. I was invited for the fourth round. Fourth round, I had a video conference with a senior guy. He asked 1 programming problem and HR related questions.
Interview questions [4]
Question 1
You are given an array of integers, find the sub array with the maximum size that sum to a target number.
Given a string representing the date (DD/MM/YYYY) and an integer representing the number of days, Find the resultant date after adding number of days to the given date. (You have to consider whether the year is leap or not ).