Was sent a hackerank challenge, 2 Leetcode style questions I believe.
Internship Software Engineer Interview Questions
23,908 internship software engineer interview questions shared by candidates
what is ibm’s greatest contribution to society
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?
Viewing 1151 - 1160 interview questions