Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Oracle (Gāndhīnagar, Gujarat) en ago 2025
Entrevista
4 Rounds of Interviews. First Round DSA, SQL. Second Round DSA, System Design, 3rd Round Hard DSA, 4th Round HR. 1st Round was easy comparatively. The difficulty became high after 2nd Round and 3rd Round was very difficult.
Preguntas de entrevista [1]
Pregunta 1
Given a Binary string, find the number of substrings having equal number of ones and zeroes and the ones and zeroes should be clubbed together (For Example 0011 is valid but 0101 is invalid).
Me postulé a través de una facultad o universidad. El proceso tomó 1 día. Acudí a una entrevista en Oracle (Pune) en sept 2020
Entrevista
It was mainly based on data structures and algorithms and also the core knowledge of any one programming language. They asked me different puzzles to check my logical ability. Be ready to code they can ask you to code at any time.
Preguntas de entrevista [1]
Pregunta 1
Why use static and final? Is it really needed? What happens if you add normal variables in static method?