SDE-1
Interview Date
June 22, 2023
Result
Rejected
Difficulty
Medium-Hard
Rounds
2 rounds
Drive Type
Not Specified (Applied via company website)
Topics asked
Detailed experience
College: Not Specified
Interview Date: June 22, 2023
Interview Type: Not Specified (Applied via company website)
Result: Rejected
Difficulty: Medium-Hard
Rounds: 2 rounds
Topics Asked: Data Structures, Algorithms (Graphs), Communication Skills.
An anonymous candidate shared their SDE-1 interview experience for Aditya Birla Group (likely pertaining to Birla Pivot given the context of the search). The candidate applied through the company's official website.
The candidate was rejected because they could not provide the optimal approach for a problem.
Coding Problem Asked:
"You are given an integer N, and an array named 'ranges' of size N + 1(0-indexed). The i-th tap, if opened, can water the gardener from point (i - ranges[i]) to (i + ranges[i]) including both. The task is to find the minimum number of taps that should be open to water the whole garden, return -1 if the garden cannot be watered."
Tips from the candidate: