it was tough as i expected, ds algorithm dominated the whole interview so if you are planning for adobe get you ds algo to peak. apart from that operating system concepts also where a major part followed by projects that i made and questions related to that
Preguntas de entrevista [1]
Pregunta 1
what is huffman encoding and how do you use that in following question?
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.
Envié una solicitud electrónica. 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.