Architecture questions, programming questions, personality questions, a bit of a gamut. Specifically things like 'How would you build {x} given {y} constraints'
Senior Software Engineer Interview Questions
64,306 senior software engineer interview questions shared by candidates
Write the code for singleton pattern? Convert singleton to Nton.
Given an arbitrary list of integers find the statistical mode returning them in a list.
You have a rectangular shape pie with some rectangular piece taken out. How would you cut it on two equivalent pieces by making a single knife cut?
design an algorithm to located a retail location in an optimal position relative to our users.
SQL Two tables each have one column with a field called 'ID' write SQL to extract online the ID's in table one that are not in table two
Reverse a single linked list.
find common numbers in 2 arrays of integer, try to use O(N).
After asking the details of my current role, he only gave me a simple coding question. Write a function using C++ or Java that is passed an integer and it returns the number of bits set to 1. Is there a way to improve your solution and make it faster and more efficient?
1st phonescreen: 1) background 2) algorithmic question which i dont remember but it was average difficulty level 3) Pagination in java - Given an implemented method getFeed(userId, StartTimeStamp, EndTimeTimeStamp) which returns a List<Feed>, right an API to return feeds to a mobile client. Design the API from scratch
Viewing 181 - 190 interview questions