Glassdoor users rated their interview experience at Relu Consultancy as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Software Engineer and rated their interviews as the hardest, whereas interviews for Software Engineer and roles were rated as the easiest.
The hiring process at Relu Consultancy takes an average of 7 days when considering 1 user submitted interviews across all job titles. Candidates applying for Software Engineer had the quickest hiring process (on average 7 days), whereas Software Engineer roles had the slowest hiring process (on average 7 days).
The interview experience was good. The first round included providing a solution to a data science problem. The second round was an interview with the founder. The interview lasted for about 30 minutes.
Interview questions [1]
Question 1
Tell me about yourself, and why you applied for this role.
I gave the interview in April 2025 I got selected after passing the contest at HackerRank, Interviewer asked me basics questions of python & extraction techniques like selenium and beautiful soup, after this he asked me to solve 2 python question.
Interview questions [1]
Question 1
A biker is going on a road trip with n + 1 points. The biker starts at point 0, where the altitude is 0.
You are given an array gain of length n, where each element gain[i] represents the change in altitude from point i to point i + 1. Your task is to calculate the highest altitude the biker reaches during the trip.
input:
gain = [-5, 1, 5, 0, -7]
Output:
1
Explanation:
The altitudes at the points during the trip are: [0, -5, -4, 1, 1, -6]. The highest altitude is 1.
I applied through a staffing agency. The process took 1 week. I interviewed at Relu Consultancy
Interview
It happened over Google Meet. I was asked to work on and analyze a data extraction task. After completing that, I was invited for a virtual interview consisting of a walk-through of my solution to the problem and a general competency question.