system design, leetcode medium questions
Software Development Engineer Intern Interview Questions
2,288 software development engineer intern interview questions shared by candidates
Total paths in a 2d grid
Data structures and standard leetcode questions were asked.
similar to this question https://leetcode.com/problems/partition-array-for-maximum-sum/ Given an integer array arr, partition the array into (contiguous) subarrays of length at most k. After partitioning, each subarray has their values changed to become the maximum value of that subarray. Return the largest sum of the given array after partitioning. Test cases are generated so that the answer fits in a 32-bit integer.
Print all leaf nodes in a Binary tree
on Pros and Cons of work from home
tell me a time when you faced conflict?
What's the most number of lines of code you've written in one project?
Given any number break it down into a multiplication of all prime numbers ie 8 => 2 x 2 x 2. Shift an array by x spots in place. Design and test a file backup system.
1] Given a series of data, cluster it into sub components. It was for a specific use case which was fun to solve. Prepare HashMap well. 2] Given 2 rectangles, find out the smaller rectangle which is formed by the intersection of the larger rectangles. 3] Given a 2D matrix filled with 1s and 0s, find out the number of connected components of 1s.
Viewing 1501 - 1510 interview questions