The questions weren't difficult--I just was a little rusty in the morning and didn't do so well. I think the hardest one was to traverse a linked list and remove any odd elements.
Engineering Project Coordinator Interview Questions
45,244 engineering project coordinator interview questions shared by candidates
Some basic question - in the solution you just need to apply some rule to change the array order
Name, experience, etc. But this was just the applicant tracking system.
Write a function that sums up two numbers represented as linked lists (ie. 147 = 1->4->7).
Given a large collection of characters and a dictionary, find an efficient algorithm to return the 10 longest words you can form using the characters in the collection.
What can be improved in op amps to further increase their performance?
Reverse the words in a string, but not the characters. Do it in linear time.
You have several "streams" of tweets. Pretend that these streams work in a similar way to common data structures, with the ability to pull the latest tweet etc. but with an indefinite number of objects. Come up with an algorithm to sort these rapidly updating tweets into one combined stream based on a timestamp that comes with each object (assume Unix timestamp, for instance).
What is the difference of session, cookie and cache?
What are types of SQL triggers?
Viewing 281 - 290 interview questions