Given a set of 2 lists, with different time intervals, merge the overlapping intervals. (This is the same as merge overlapping in geeksforgeeks)
Internship Software Engineer Interview Questions
23,657 internship software engineer interview questions shared by candidates
A smart TV's keyboard has characters a-z and a given width (the actual layout of the keyboard varies accordingly). Given a string containing only characters a-z and button up, down, left, right, and select, return the sequence of buttons you need to press to get the string, assuming you start at character 'a'. Example: width = 5; string = "af" -> answer = select, down, select
A coding question involving data structures and algorithms
You have a tree with nodes of different values. You want to find the longest path within this tree between nodes that have the same value.
Find if two people are related through common ancestor given a list of population Find smallest positive number in an almost sorted array
How you solve a given problem?
Number of islands given a matrix containing 0,1. follow up: array of positions will be given that will convert water area to land. count number of islands for each conversion.
You are give job time s and n jobs and array which contains starting time of given n jobs you have to find the minimum number of cpu required to complete all jobs?
What is your favorite project so far?
Tell me about your favorite technical project that you've completed.
Viewing 1151 - 1160 interview questions