I recently appeared for the Groww Online Assessment through the on-campus placement process at a Tier 2 college. The offered compensation was 26 LPA (18 LPA fixed + 2 LPA variable + 2 LPA joining bonus + 4 LPA ESOPs), with an internship stipend of ₹1 LPM.
The assessment consisted of 10 MCQs followed by 2 DSA coding questions.
The MCQs covered OOP, DBMS, CN, and OS.
The first coding question was a Digit DP problem. Given a range [L, R], the task was to count the numbers whose binary representation contains the substring "101" (referred to as fortunate numbers). The objective was to print the count of such numbers within the given range.
The second coding question involved finding the minimum number of moves for a knight on a chessboard to travel from a given starting coordinate (x₁, y₁) to a target coordinate (x₂, y₂). If the destination could not be reached, the required output was -1.