Backend developer | Ipsator | Interview Experience
Summary
I interviewed for a Backend Developer role at Ipsator, undergoing a DSA round where I was given the 'Sum of Subarray Minimums' problem. I couldn't solve it and was ultimately rejected.
Full Experience
My YOE -> 2.8
Round 1 ->
DSA -> https://leetcode.com/problems/sum-of-subarray-minimums/description/
Java, Springboot, SQL
Couldn't solve DSA
verdict -> Rejected
Interview Questions (1)
Sum of Subarray Minimums
Given an array of integers, find the sum of minimums of all possible contiguous subarrays. The full problem statement is available at the provided LeetCode link.