I applied through a staffing agency. I interviewed at Oracle (Hyderâbâd) 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.
decent amount of DSA and System design were asked, and behavioral questions. so prepare leetcode level questions and good amount knowledge in sql, java and also mostly oracle sql. overall it was good
First online assessment. Then 2 interview rounds + 1 hr round. This was during campus placement. In interviews they mainly asked about dsa, os concepts, logical questions and some system design questions also.
I applied through other source. I interviewed at Oracle (Seattle, WA)
Interview
i got a return offer from internship, and I had to do one additional technical interview because I was switching branch. He first asked me a OOP question, and then leetcode medium level question.
Interview questions [1]
Question 1
What is BST? Write a function that verifies if it is a BST.