I applied through other source. I interviewed at Adobe
Interview
First, get a online assessment link. It includes 2 problems and requests candidates to complete problems within 2 hrs. Then, if you pass the oa part, the hiring team will arrange the final round interview for you. There is only one interviewer and it costs 45 mins.
Interview questions [1]
Question 1
First, self introduce. Second, ask one of the project in my resume, about the architecture and data access api in project. Ask me how to implement a feature in my project Last, solve an algorithm problem by java
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.
Interview questions [1]
Question 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.
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.
Interview questions [1]
Question 1
Dsa question was from Sliding window and two pointers, it was a medium level question.