Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Rcube Planet Team. If you also belong to the team, you can get access from here

Rcube Planet Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rcube Planet Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Technical round 2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on dsa questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Xl sheet and typing speed
  • Q2. How many years u hv experience in xl
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three fundamental questions related to Data Structures and Algorithms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your fundamentals, particularly in Java, and practice data structures and algorithms questions, as this will greatly benefit you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerank test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 medium questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. System design round.
  • Q2. Design splitvise
  • Ans. 

    Splitvise is a software design for splitting expenses among a group of people.

    • Splitvise helps in calculating and tracking shared expenses among a group.

    • It allows users to input expenses and automatically calculates each person's share.

    • Users can view detailed reports and summaries of expenses.

    • Splitvise can handle various types of expenses like bills, groceries, travel expenses, etc.

    • It provides features like splitting eq...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Ans. 

    The coin change problem involves finding the number of ways to make a certain amount using given coin denominations.

    • Dynamic Programming Approach: Use an array to store the number of ways to make each amount up to the target.

    • Example: For coins [1, 2, 5] and target 5, ways are: 5 (1x5), 2+2+1, 2+1+1+1, 1+1+1+1+1.

    • Base Case: Initialize dp[0] = 1, as there's one way to make 0 amount (using no coins).

    • Iterate through each coi...

  • Answered by AI
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Projects, previous work , dsa and database
Round 2 - One-on-one 

(1 Question)

  • Q1. System design , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural, system design
Round 4 - HR 

(1 Question)

  • Q1. General discussion , salary
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Questions Based on skills , previous experience etc.
  • Q2. Basic HR questions...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Challenging situation you have encountered
Round 2 - Technical 

(1 Question)

  • Q1. Describe the actions you took to address the chanllenge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Describe a failure and what you learnt from it?
  • Ans. 

    I once mismanaged a project timeline, leading to delays, but learned the importance of communication and proactive planning.

    • Underestimated project complexity, resulting in missed deadlines.

    • Failed to communicate effectively with team members about progress.

    • Learned to set realistic timelines and involve the team in planning.

    • Implemented regular check-ins to monitor progress and address issues early.

    • Developed a more collab...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a strategic leader, driving team success and fostering innovation in our projects.

    • Leading a high-performing team that consistently meets and exceeds project goals.

    • Implementing innovative strategies that enhance productivity and collaboration, such as agile methodologies.

    • Mentoring junior team members to help them grow in their careers, similar to how I was guided early on.

    • Contributing...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and implement LRU cache?

Interview Preparation Tips

Topics to prepare for Fampay Software Engineer interview:
  • Data Structures
  • Algorithmns

Skills evaluated in this interview

Rcube Planet Interview FAQs

How to prepare for Rcube Planet interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Rcube Planet. The most common topics and skills that interviewers at Rcube Planet expect are Attendance Management, Employee Orientation, Exit Formalities, HR Administration and HR Assistance.

Tell us how to improve this page.

Interview Questions from Similar Companies

Stashfin Interview Questions
4.4
 • 11 Interviews
Rupifi Interview Questions
3.6
 • 9 Interviews
Tazapay Interview Questions
3.8
 • 7 Interviews
Fampay Interview Questions
3.7
 • 5 Interviews
JustLend Interview Questions
4.8
 • 4 Interviews
View all

Rcube Planet Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 4 Reviews and Ratings
Front end Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Backend Developer Lead
3 salaries
unlock blur

₹6.6 L/yr - ₹9 L/yr

Explore more salaries
Compare Rcube Planet with

Stashfin

4.4
Compare

PrimeXBT

4.7
Compare

Rupifi

3.6
Compare

WEBPLAT TECHNOLOGIES

3.9
Compare
write
Share an Interview