C problems, arrays and matrices manipulation, pointer concepts
Resident Services Coordinator Interview Questions
2,816 resident services coordinator interview questions shared by candidates
Time to buy and sell stock
Interview questions were similar to Leetcode interview questions.
Traverse a doubly linked queue.
I can't give the exact questions, but I can give some tips on what you should know: 1. Perform basic array algorithms in linear time (essentially, solve the question without nested looping; these questions were relatively easy). 2. Know when/how to do DFS and/or BFS traversal. I didn't get the optimal solution, but they accepted my solutions that used these. These were more of a medium challenge. 3. Know class design. This question wasn't hard, but it threw me off the most because I was expecting more of an algorithm-based question.
A question that involved dynamic programming.
Under a NDA, but know data structures (trees, arrays, etc.) and algorithms
It was and coding test on linked list
NDA
Given a string return its Run-length encoding. For example: 'abckkkkkkkkkkkd55s' -> ‘abc11xkd55s’
Viewing 1661 - 1670 interview questions