Leetcode medium - Number of islands
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
Q1: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path. Note: You can only move either down or right at any point in time. Q2: You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]). Find two lines that together with the x-axis form a container, such that the container contains the most water. Return the maximum amount of water a container can store.
Similar to leetcode three sum
To code a search algorithm to find and close boxes in the amazon storage systems.
The LRU cache question with variation
House Robber 3 was asked and basic questions about project.
Don't remember, but you should definitely study the leadership principles carefully. They care a lot about it.
Letter Combination of a Phone Number
The coding question was to add and remove an element from a double-linked list.
LP question: Tell me about a time you went above and beyond for a customer
Viewing 9441 - 9450 interview questions