Given a 2-dimensional array in which each position is a 1 or 0, how you find (AKA write a function that returns) every block of contiguous 1s? An analogy is to pretend that zeros are water and 1s are land, so find every island.
Software Development Engineer Interview Questions
32,851 software development engineer interview questions shared by candidates
Create a stack using two queues.
First phone interview coding question: Write a function that splits a filename of the form "hello#123"
Who is your customer?
I was asked to write codes with the interviewer on skype.
Write the object oriented design for a car. Implement its acceleration and deacceleration
Implement autocomplete
1. Longest palindromic sub-string 2. check if two linked lists merge a some point and report the merging node 3. 2 similar questions that could be solved using binary search 4. convert a BST to DLL 5. A DP question : minimum number of jumps to reach the end 6. A design based questions: Make a software to schedule appointments. Not much was expected here, just discussed some ideas of possible algos and how I would implement 7. Discussion on OOPS & OS concepts
Group interview project
Data Structures problems, Optimization, Time Complexity
Viewing 1691 - 1700 interview questions