Develop a dictionary class from scratch.
Engineer Internship Interview Questions
24,124 engineer internship interview questions shared by candidates
Determine if two strings are anagrams of each other
Given a full binary tree, iterate over it from the top to the bottom while for each level you change direction of iteration, for odd level go from left to right and for even go from right to left.
What is the meaning of static before methods
Given a sorted array, find two elements that sum up to a certain value in linear time.
It was about tell me about how will you achieve a task in your language of choice by using a recursive algorithm?
Come up with a general algorithm to represent all doubles in computer (IEEE754)
What is the difference between a Hashmap and Hashtable in Java.
Describe how you would build a system to ingest data feeds of prices from 10 exchanges tracking a constant amount (50,000) stocks across the 10 exchanges and answer requests from a client for the price of a given stock at each exchange in sorted order of price.
String compression and BST Traversal
Viewing 701 - 710 interview questions