I have a published paper on local path planning, and they asked me to explain my contributions to it.
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
implement search in binary tree.
My task was to manage a data structure representing an office and its employees. Each employee had an employee ID and was linked to their manager (who was also an 'Employee' type). The office itself had a count of its employees and a head of office, who was also an employee. I was required to write a function to add an employee to the office, a function to print the employee hierarchy, a function to change an employee's manager, and a function to delete an employee.
They asked me to write a program to find the second highest number in an array and explain the time complexity.
Explain and implement Merge Sort, including runtime and memory complexities.
3. Some basic questions about OOP and polymorphism
How much do you know about the utilities industry?
Why do you want to work at PCL
What are your weaknesses
Write a function that gets an mxn-sized matrix that contains bits. 1 means it's a submarine 0 means it's a sea. Submarine can be a vertical or horizontal unity sequence (not diagonal) should return how many submarines are in the matrix.
Viewing 421 - 430 interview questions