system design, leetcode medium questions
Software Development Intern Interview Questions
2,990 software development 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.
How to check if a linked list is a palindrome
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.
Viewing 1971 - 1980 interview questions