Given a set of words, return the longest "chain" where you can start with one word in a set, and remove one letter at a time, and at each step, the word must be in the set.
Internship Software Engineer Interview Questions
23,674 internship software engineer interview questions shared by candidates
Basic behavioral questions, and then two technical problems per interview. I got a question that required using a tree recursively, and a question looking at matrices.
Find the shortest path from source to destination on a weighted graph
Two city scheduling on leetcode
Phone Call Interview -> problem : given a n x m grid, find the given target word in the matrix, the word can be twisted when found (aka horizontal and vertical at the same time)
Tell me about yourself
Tell me about a time you had conflicts with a coworker.
Talk about a project you worked on
Randomly Shuffle an Array
"Implement a function to generate the Minesweeper board. Given a 2D grid with some cells marked as mines, return a board where each non-mine cell shows the count of adjacent mines."
Viewing 2401 - 2410 interview questions