you have a longggg list of words, return a list of distinct words along with the count of how many occurred using only 16gb of memory
Engineering Technology Interview Questions
22,709 engineering technology interview questions shared by candidates
What is your current salary?
Tell me about a time you had to convince someone using data/logic.
In a file, find the number of times a word shows up
Find two integers in an unsorted array that produced a certain sum in linear time.
Technical Question. Given a string such as 3 + 2 / 5 - 3 * 4, calculate it.
Tell me about yourself
What data structure would you use to find the 100 closest stars?
There were no unreasonably tough questions.
2 robots land on a planet that only has x coordinate (a line). The robots can only go either left or right. The planet has nothing on it except the parachute that each robot has used. You're asked to program the robot to meet each other in the shortest amount of time. You're only allowed to use if statement and "Go left" and "Go right". The if statement can only contain: if the robot meet each other, or if the robot see its own parachute.
Viewing 171 - 180 interview questions