Upload Button Icon Add office photos

Filter interviews by

Rently Interview Questions and Answers

Updated 24 Oct 2024

Rently Interview Experiences

Popular Designations

9 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(1 Question)

  • Q1. Basic info and principles of the candidate would be discussed.
Round 2 - Technical 

(1 Question)

  • Q1. Technical understanding would be assessed. Fundamentals should be strong.
Round 3 - One-on-one 

(1 Question)

  • Q1. Could go either way. Technical or similar to a management round, where the candidate would be evaluated based on the principles and their skill set’s equally.

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Previous roles ans responsibilities
  • Ans. 

    Managed client relationships, handled inquiries, resolved issues, and ensured client satisfaction.

    • Managed a portfolio of clients and served as their main point of contact

    • Addressed client inquiries and concerns in a timely and professional manner

    • Resolved client issues and escalated as needed to ensure prompt resolution

    • Conducted regular check-ins with clients to ensure satisfaction and identify opportunities for growth

    • Co...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities

Client Relationship Manager Interview Questions asked at other Companies

Q1. How do you approach convincing a customer to purchase a product despite receiving negative feedback from them?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

One program for 90 min , atleast 9 test cases should pass out of 15

Round 3 - HR 

(1 Question)

  • Q1. Just the general question, almost no elimination
Round 4 - Technical 

(3 Questions)

  • Q1. Lasted for 1 hour, mostly on array, linked list , data structure,oops,DBMS,sql
  • Q2. Write a program for the middle node in LinkedIn lis6
  • Ans. 

    Program to find the middle node in a LinkedIn list

    • Create two pointers, one moving at double the speed of the other

    • When the faster pointer reaches the end, the slower pointer will be at the middle node

    • Handle cases where the list has even or odd number of nodes

  • Answered by AI
  • Q3. Total number of nodes in LinkedIn list
  • Ans. 

    The total number of nodes in a LinkedIn list can be calculated by traversing through the list and counting each node.

    • Traverse through the LinkedIn list and count each node to get the total number of nodes.

    • Consider the head node as the starting point for traversal.

    • Use a loop to iterate through each node and increment a counter variable for each node encountered.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Okay with the bond or not like that

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Karpagam College of Engineering, Coimbatore and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

They would ask from array based problem only one question have been asked. but question was medium level. it was scenario based question. i cleared the first round.

Round 2 - HR 

(2 Questions)

  • Q1. Little self intro about you
  • Q2. After they started asked from your resume like your projects strength, weakness, where will you see yourself after 5 and 10 years more or less similar question asked from many interviews and bond discussio...
Round 3 - Technical 

(2 Questions)

  • Q1. This was check point i totally collapased during my interview. they had been need you to well knowledge in fundamentals to intermediate. if you're strong in your resume you will be shortlisted for final ro...
  • Q2. Problem solving basics from array strings techinal side from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare your resume well. speak confidentally. if you aren't not confindent about the particular point please avoid those points.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Rently interview questions for popular designations

 Software Developer

 (3)

 Junior Software Developer

 (2)

 Client Relationship Manager

 (1)

 Quality Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Engineer Trainee

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Due to technical issues cant intract with HR. There are 3 HR s tested my technical knowledge. Not get shortlisted
  • Q2. Write a program for Anagram and palindrome for a string and some data structures questions and database management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Intract with HR

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)

Software Developer Interview Questions & Answers

user image Vishnu Kumar

posted on 14 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Erode Kongu College of Polytechnic, Erode and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Array Question only one time-1hour

Round 2 - HR 

(1 Question)

  • Q1. General Questions like why do you choose this company
Round 3 - Technical 

(1 Question)

  • Q1. They asked all in depth in all topices.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear in your what ever have been resume .Be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to find second highest salary for the table?
  • Ans. 

    To find the second highest salary in a table, you can use a subquery or window function.

    • Use a subquery to select the maximum salary that is less than the overall maximum salary.

    • Alternatively, you can use a window function like ROW_NUMBER() to rank the salaries and then select the second highest.

    • Example: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);

  • Answered by AI
  • Q2. What is difference between map and map!?
  • Ans. 

    map is a method that returns a new array with the results of applying a function to each element, while map! modifies the original array in place.

    • map returns a new array with the modified elements, while map! modifies the original array

    • map does not change the original array, while map! changes the original array

    • Example: arr = [1, 2, 3]; arr.map { |x| x * 2 } => [2, 4, 6]; arr => [1, 2, 3]; arr.map! { |x| x * 2 } => [2,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. Be crisp. Be true. Most people will figure out if you try to lie in answer.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1st round was coding which is mostly based on strings and arrays.In the hard case it will be graph, trees,etc..

Round 2 - HR 

(1 Question)

  • Q1. Questions on yourself for example your strength weakness,etc..
Round 3 - Technical 

(1 Question)

  • Q1. Ita was technical HR questions are based on data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on trying on your technical and personality development.

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

The first round was coding.you have to work in hackerrank platform.the questions are mostly from arrays, strings

Round 3 - HR 

(1 Question)

  • Q1. In HR round the questions were mostly from os, data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - There is only one question in coding and it is little tough if you are stong in coding you can clear this round

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 2-&gt;... read more
View answer (4)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.

Rently Interview FAQs

How many rounds are there in Rently interview?
Rently interview process usually has 3-4 rounds. The most common rounds in the Rently interview process are HR, Technical and Resume Shortlist.
What are the top questions asked in Rently interview?

Some of the top questions asked at the Rently interview -

  1. Write a program for the middle node in LinkedIn l...read more
  2. What is difference between map and ma...read more
  3. Total number of nodes in LinkedIn l...read more
How long is the Rently interview process?

The duration of Rently interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Rently Interview Process

based on 10 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Uber Interview Questions
4.2
 • 161 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
Zoomcar Interview Questions
3.6
 • 21 Interviews
Avis Interview Questions
4.0
 • 6 Interviews
Revv Interview Questions
3.8
 • 5 Interviews
Carzonrent Interview Questions
3.6
 • 3 Interviews
Myles Cars Interview Questions
4.6
 • 1 Interview
Meru cabs Interview Questions
4.0
 • 1 Interview
View all

Rently Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.7

Skill development

2.9

Work-life balance

2.8

Salary

3.6

Job security

2.9

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 10 Reviews and Ratings
Senior Client Success Manager
6 salaries
unlock blur

₹4.2 L/yr - ₹5.2 L/yr

Software Engineer
4 salaries
unlock blur

₹8.6 L/yr - ₹12 L/yr

Junior Software Developer
4 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Architect
4 salaries
unlock blur

₹26 L/yr - ₹32 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹11.9 L/yr - ₹12 L/yr

Explore more salaries
Compare Rently with

Zoomcar

3.6
Compare

Drivezy

3.5
Compare

Revv

3.8
Compare

Myles Cars

4.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview