Tell me about the worst employee you ever hired Tell me about the best employee you ever hired Tell me how you would approach development of a greenfield project where all the work as an open slate, and you had a list of features to be delivered in 6 months Tell me about a project you started where halfway through, you realized you made the wrong decision Tell me about a time when one of your employees did something you disagreed with. Tell us about a time when you had to work through multiple layers in an organization.
Software Development Interview Questions
36,984 software development interview questions shared by candidates
Write a code that can determine if an input of parentheses are matched or mismatched. IE. () = true, (][) = false.
Find the Kth element from the end of a linked list, I'd like to see this done both iteratively and recursively
1. Min stack implementation 2. Connected components analysis
A problem related to memory management system and the required data structures and algorithms
I was asked to implement a cache for storing visited webpages, including some sort of deletion algorithm if the maximum sized was achieved.
A question about chess, which is similar to the "number of islands" in leetcode.
normal algorithm and data structures problem.
Write a function that receives a huge string and a dictionary, return if it is conformed by existing dictionary words.
Related to solving 2-D matrix problems related to time/space complexity, DFS,BFS
Viewing 3101 - 3110 interview questions