Name, experience, etc. But this was just the applicant tracking system.
Engineering Consultant Interview Questions
56,371 engineering consultant interview questions shared by candidates
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?
The interview process primarily focused on my experience in my current role and how I saw it relating to the responsibilities of the open position.
Given a string such as "123" or "67", write a function to output the number represented by the string without using casting.
Viewing 321 - 330 interview questions