Me postulé a través de una facultad o universidad. Acudí a una entrevista en Adobe (Bengaluru) en nov 2021
Entrevista
The interview was simple. the interviewer asked a few basic questions about my favourite programming language, OOPs concepts, and then asked 2 coding questions on trees and arrays followed by a few HR questions
The interview process consisted of an online coding round followed by a technical interview. The coding round focused on data structures and problem-solving. In the technical interview, the interviewer discussed my approach, asked follow-up questions, and tested my understanding of core concepts.
Preguntas de entrevista [1]
Pregunta 1
They asked a graph problem based on Union Find (Disjoint Set Union), where I had to detect connected components and explain path compression and union by rank.
Me postulé en línea. Acudí a una entrevista en Adobe
Entrevista
Revise DSA specially Linked Lists and Stacks
core CS fundamentals mostly DBMS(basic) and OS
Revise sorting algorithms. Try to solve question faster if you ain't sure be frank and ask interviewer to ask something else. Be calm and confident.
In the interview, I was asked one DSA question, along with questions from core subjects like OOP and OS, and a basic introduction about my projects. The interviewers were very helpful, offering many hints to guide me in solving the question.
Preguntas de entrevista [1]
Pregunta 1
Dsa question was from Sliding window and two pointers, it was a medium level question.