DSA and algorithm along with behavioral
Software Developer Intern Interview Questions
9,750 software developer intern interview questions shared by candidates
Basics of Object Oriented Programming (OOP)
What is a technical challenge you've faced, and how did you solve it?
Implement a double-linked list, with various features to optimize access to specific data.
Greedy and Dynamic Programming DSA questions
Leetcode medium - Number of islands
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.
How to create an Order model class to process orders with multiple items.
Past project experience Your interest
Behaviorals were along the lines of, do you work well under pressure
Viewing 9411 - 9420 interview questions