Do you have prior professional experience working as a software engineer?
Engineer Internship Interview Questions
24,147 engineer internship interview questions shared by candidates
Pasqual's Triangle
Was sent a hackerank challenge, 2 Leetcode style questions I believe.
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.
Viewing 1181 - 1190 interview questions