Q: Tell me about your past experiences Q: Why have you changed job that often? Q: Would you be willing to move to NY?
Resident Engineer Interview Questions
3,457 resident engineer interview questions shared by candidates
As a new Resident he was asked to develop and implement a performance evaluation system for all 225 employees of the organization, including 100 teachers at the schools. Teachers are not cooperative and reluctant to change. What would you do in the first 60 days to ensure the success of this project?
Under a NDA, but know data structures (trees, arrays, etc.) and algorithms
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.
NDA
Given a string return its Run-length encoding. For example: 'abckkkkkkkkkkkd55s' -> ‘abc11xkd55s’
It was and coding test on linked list
The questions dig into your understanding of hardware, operating systems and troubleshooting.
Can't say, but practice LeetCode a lot to get good at algorithms, even though the questions may not be the same as what's on there. Make sure you recognize the kind of answer that will be best for a given question. Communicate your thought process out loud the whole time as well.
Leetcode
Viewing 2301 - 2310 interview questions