I signed NDA for online assessments. For the phone interview, questions about DS and string manipulation. Should be good if can solve medium level HackerRank or Leetcode problems.
Engineering Intern Interview Questions
24,102 engineering intern interview questions shared by candidates
Implement integer division without using / or %. Questions about running time. Can you do it faster?
Write a function to determine if a string is an integer.
A task in which I was required to print all numbers between 1 and a million - with no repeating digits - Easy enough! Just can throw you off guard a bit
Implementing a dictionary of quick searching words
How to implement a queue simply using two stacks and how to implement a highly efficient queue using two stacks.
You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.
How would you test a blender?
Given a list of "threads", which contain 2 variables - starting and ending times - implement a function that will return all running threads at some time t. Optimize it. (faster than O(n) )
Online median.
Viewing 51 - 60 interview questions