Technical Question: 1. Find the largest sub list of a list (and optimizing it) 2. Create a self solving wording problem
Engineering Project Coordinator Interview Questions
33,834 engineering project coordinator interview questions shared by candidates
They were regular algorithms and data structure problems.
Questions confidential, but they were what one would expect of basic coding interviews.
Talk about a project you worked on. Did the requirements change over time? How did you take that?
I don't remember specific as it has been over a year now. But in my first technical interview, I got through two problems both involving arrays. In my second interview, I was asked to reverse an integer and another question involving a linked list.
The questions were very basic array implementation type.
/* * Given a string of letters and a "dictionary" of legal words, find the * longest legal word you can make by removing letters from the string. * * “caxt” -> “cat” */
Standard interview questions to say the least
Given a list of names write a program which counts the number of occurrences in the list and print to console.
Given a list of names write a program which counts the number of occurrences in the list and print to console.
Viewing 1731 - 1740 interview questions