Two algorithm questions that also involved data structures. Really generic Cracking the Coding Interview type stuff.
Software Development Engineer Intern Interview Questions
2,287 software development engineer intern interview questions shared by candidates
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
Find all the palindromes in a string.
Some questions on threads, and binary trees
Object oriented design question
Reverse a singly linked list.
One of the questions was related to movie suggestions. Given a movie A that the user had watched, write an algorithm to suggest more movies to the user. You can decide how the movie A would be related to other movies(linked lists, arrays, vectors,etc).
Signed an NDA
What technologies have you used? What is your favorite programming language and why? They will also ask for an analysis of algorithms (time and space complexity)
2 leetcode Medium questions were asked
Viewing 1701 - 1710 interview questions