I applied through a staffing agency. I interviewed at Oracle (Hyderabad) in Aug 2021
Interview
2 Technical questions.
1. Subarray Sum Equals K
Given an array of integers nums and an integer k, return the total number of subarrays whose sum equals to k.
A subarray is a contiguous non-empty sequence of elements within an array.
2. Find Substring in a string problem.
Interview questions [1]
Question 1
1. Subarray Sum Equals K
Given an array of integers nums and an integer k, return the total number of subarrays whose sum equals to k.
A subarray is a contiguous non-empty sequence of elements within an array.
2. Find Substring in a string problem.
I applied online. I interviewed at Oracle (Bengaluru) in Apr 2024
Interview
I had interview consisting of 2 rounds and both in my managerial and the technical round I was asked questions mostly based on SQL. We need to write the query sometimes and some basic programming questions
The interview starts with an English test. Then there are 2 technical rounds covering algorithms, design, and problem-solving. If successful, you'll get an offer with details discussed via call or email.
Interview questions [1]
Question 1
Design movie ticket booking app.
Some design pattern questions eq. factory pattern.