List 5 words that describe you.
Software Engineering Interview Questions
56,371 software engineering interview questions shared by candidates
If there are 3 switches in one room and 1 lightbulb in another, and you can only go from the room with the switches to the room with the bulb once, how would you determine which switch turns on the bulb?
Given a list of lists, implement the iterator interface, and write code for next() and hasNext().
There was a question on longest common subsequence (dynamic programming).
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
What is your current salary?
The question was pretty straightforward. Given a random number generator, and an array consists of M numbers, generate a number from 1 to N, but not in that array.
STAR style question around difficult management scenario I encountered.
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.
We use http for communicating between microservices, why do you advocate rpc?
Viewing 631 - 640 interview questions