Would I be available to work long hours to finish a project.
Senior Engineer Interview Questions
107,169 senior engineer interview questions shared by candidates
A few other questions like what is CORS, delegation, do I have a styling standard.
Giving array of words and user can input any letters. Write a function that returns all possible words that start with the input string. They are looking for optimum solution.
They asked me about Linux OS.
Knapsack problem with a twist that you can take any number of sacks of a given weight.
Create a cache with fast look up that only stores the N most recently accessed items.
Given an array of numbers e.g. [1,3,7,7,8,8,9], create a function that returns the indeces of a target number. For example, target is 8, return [4,5] for the array mentioned before.
Find Kth minimum node in a binary tree and suggest a complexity
Give a 2D rectangular array represented as a 1D arrary in row-major form, rotate the array by 90 degrees
Write a program to reverse words in a string
Viewing 91 - 100 interview questions