what is ibm’s greatest contribution to society
Developer Internship Interview Questions
23,893 developer internship interview questions shared by candidates
Describe an experience where you had to work in a group before. What were some of the challenges?
Basic time complexity questions for algorithms
Given a set of 2 lists, with different time intervals, merge the overlapping intervals. (This is the same as merge overlapping in geeksforgeeks)
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.
Viewing 1151 - 1160 interview questions