Summary
I recently interviewed for an SDE1 position at DP World, having 2 years of experience. The opportunity came through a referral from a friend. The interview consisted of a technical round with resume discussion and two challenging Data Structures & Algorithms problems.
Full Experience
I recently interviewed for the SDE1 role at DP World. I have 2 years of experience and got this opportunity through a referral from a friend.
Round 1: Technical Interview
The interview started with a resume discussion – the interviewer asked about the projects and technologies I had worked on. Then we moved on to solve two DSA problems.Interview Questions (2)
Given a list of points on the Cartesian plane, find the number of distinct rectangles that can be formed.
Condition: The sides of the rectangle must be parallel to the X-axis or Y-axis.
A binary tree is given where each node has an integer value (positive or negative).
We need to find the maximum path sum, but with the twist that we are allowed to skip at most one node on the path.