OA (Non-Auto)
Phone Screen
1 round
behavioral
Final
2 round
ds&a + oop
Decision
OA (Non-Auto)
Phone Screen
1 round
behavioral
Final
2 round
ds&a + oop
Decision
We don't have information about this company's recruiting timeline yet. Check back later or contribute if you have insights.
Return a list of anagrams from a given list of random strings.
Introduction to linked lists, array operations, and DBMS.
How can a singly linked list be used to create a circular linked list?
Write a recursive function to reverse a string.
I answered a few basic questions about data structures and algorithms involving lists and linked lists. Additionally, I was asked a more general inheritance-based coding question that required implementing some preset functions within a program.
They asked me a palindrome question with a twist.
Determine whether a given string is a palindrome.
The reviewer asked about the differences between a list and a set. They also mentioned discussing some SQL questions, including primary key and foreign key concepts, as well as object-oriented programming (OOP) related questions. Additionally, they referenced the "Two Sum" problem from LeetCode.
The technical question was about 2Sum and 3Sum. The interviewer asked me to explain the solutions, starting from the naive approach and then moving to the optimized solutions, including any variations.
Given a list of strings, return a list of booleans indicating whether each corresponding string is a palindrome.