You're in a conference room and the window is broken. What's the temperature outside?
Intern Software Engineer Interview Questions
9,448 intern software engineer interview questions shared by candidates
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Design and submit a project
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
there is an array of size n that represents rooms , just one door is open (at index 0), and each room contains keys to the other rooms, we need to check if there is a way to get into all the other rooms.
they had a dsa round+ system design round+ hr round. dsa round was an interval sort question on compiler.
How would you implement a fair randomized shuffling algorithm?
Nothing was too difficult. The coding question was just to find, within a list of integers, the longest sequence of consecutively increasing numbers.
Given an array of integers, determine how many sequences there are of numbers that increase to a point then decrease, with at least two on each side of the max value (example: 1, 4, 5, 3, 1)
Given two sorted arrays and a number k, find the kth largest number in the union of the two arrays. Do it in place and in O(log n)
Viewing 531 - 540 interview questions