They asked what I knew about the company.
Developer Intern Interview Questions
12,194 developer intern interview questions shared by candidates
What is the difference between a struct and a class?
There are two mars rovers on a 2 dimensional plane (Mars?), as well as 2 sensors. One rover is between the two sensors, and the other is outside. Write a program using only forward, backward, and onSensor() : boolean, to ensure that the rovers will collide.
build an interface and class that handles constant input of stock values for many companies and allows user to query current avg stock price of that company.
Find an object in a sorted array in O(logn) time.
Given some random letters , for example "a,e,o,g,z,k,l,j,w,n" and a dictionary. Try to find a word in the dictionary that has most letters given.
implement a hash function, implement a linkedlist, implement atoi
A coding question for the coding round that was not leetcode-like. System design was tough for me, the interviewer spoke a lot more than i did.
They asked me about dom.
given two sorted arrays A and B A has a buffer at the end large enough to hold B. how would you merge them into a sorted array
Viewing 1621 - 1630 interview questions