Upload Button Icon Add office photos
Engaged Employer

i

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

Rupeek Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rupeek Android Developer Interview Questions and Answers

Updated 13 Jan 2022

Rupeek Android Developer Interview Experiences

1 interview found

I was interviewed before Jan 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

  • Q1. Can you design a simple waste management app, given a mock server and some icons?
  • Ans. 

    A waste management app to track and manage waste disposal

    • Include features for users to log types of waste disposed

    • Implement a map feature to locate nearby waste disposal facilities

    • Allow users to set reminders for waste collection days

    • Incorporate a reward system for eco-friendly waste disposal practices

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Basic DSA - Live coding
Happened on Sunday morning for 45 min. The interviewer is friendly.

  • Q1. 

    Majority Element Problem Statement

    Given an array/list 'ARR' consisting of 'N' integers, your task is to find the majority element in the array. If there is no majority element present, return -1.

    Exampl...

  • Ans. 

    Find the majority element in an array, return -1 if no majority element is present.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Check if any element's count is greater than floor(N / 2) and return it as the majority element.

    • If no majority element is found, return -1.

  • Answered by AI
  • Q2. 

    Find Row With Maximum 1's in a Sorted 2D Matrix

    You are provided with a 2D matrix containing only the integers 0 or 1. The matrix has dimensions N x M, and each row is sorted in non-decreasing order. Your...

  • Ans. 

    Find the row with the maximum number of 1's in a sorted 2D matrix.

    • Iterate through each row of the matrix and count the number of 1's in each row.

    • Keep track of the row index with the maximum number of 1's encountered so far.

    • Return the index of the row with the maximum number of 1's.

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

Technical - Android Round

Round 4 - HR 

Round duration - 90 Minutes
Round difficulty - Medium

Taken by Engineering Head

Round 5 - HR 

Round duration - 15 Minutes
Round difficulty - Medium

Taken by VP

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from BML Munjal University. I applied for the job as Android Developer in BangaloreEligibility criteriaPrevious experience - Projects, basic DSARupeek interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Android, Java, KotlinTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Be good with basic DS Algos - Trees, Binary Search, Arrays, Linked lists
Tip 2 : Prepare well regarding projects
Tip 3 : Prepare well regarding Java and Kotlin

Application resume tips for other job seekers

Tip 1 : Mention projects clearly - try to work on some unique projects.
Tip 2 : Mention about DSA Skills - Try to showcase CP/DSA achievements

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

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 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell about the recent project that you have worked upon
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking fir change

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD well & do research on the company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Project related,
  • Q2. What is the Polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. What is RestController?
  • Ans. 

    RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.

    • Handles HTTP requests in Spring framework

    • Returns responses as JSON or XML

    • Annotate a class with @RestController to define it as a RestController

    • Example: @RestController public class UserController {}

  • Answered by AI
Round 2 - Coding Test 

Find the number of occurrences of each element in the given ArrayList

Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr like reason to switch.

Interview Preparation Tips

Interview preparation tips for other job seekers - be good with basics

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Maths
Logical
English
C

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Question on c, like storage classes
  • Q2. Can communication protocol, UDS protocol.
  • Q3. C coding on pointers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the topics what you have mentioned in your resume.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly skilled and experienced Business Analyst with a strong background in data analysis and problem-solving.

    • Experienced Business Analyst with expertise in data analysis and problem-solving

    • Strong analytical skills and ability to interpret complex data

    • Proficient in using various tools and software for data analysis

    • Excellent communication and presentation skills

    • Proven track record of successfully identifying busi

  • Answered by AI
  • Q2. Tell me project you have worked
  • Ans. 

    I worked on a project to improve inventory management for a retail company.

    • Implemented a new inventory tracking system to streamline processes

    • Conducted data analysis to identify trends and optimize stock levels

    • Collaborated with cross-functional teams to gather requirements and ensure smooth implementation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the entire process is badly handled by LTFS HR. Hr Ishaan chaudhary is too ameatur HR.
Dont know how this ameatur will become Senior HR.
Interview done at kalina office but very bad expeience as written in most reviews Mr.Das is least interested in taking my interview. Wasting our preciuos time by calling us.
Not asked any specific questions about profile he's interviweing.
Will alert everyone do not go for interview just because they have tag of L&T
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. No questions asked
  • Q2. No questions are asked
  • Q3. No questions asked as doesnt want to interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The so called person Mr.Ritom Das is least bother to take interview.
When we started the interview I introduced about me then inbetween interview he went to discuss with another person and came back after 15 min.Once came back he just heard me and doesn't ask any questions.
Too much unprofessional behaviour. All job seekers please don't join this company where the senior person having this kind of behaviour.
They already taking the internal person or alread had someone from their relationship.
Why wasting people's time

Interview Questionnaire 

2 Questions

  • Q1. Why do u want to work here?
  • Q2. Why do u want to do services not business?
Interview experience
1
Bad
Difficulty level
Easy
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 - One-on-one 

(3 Questions)

  • Q1. Can you work on Sunday?
  • Ans. 

    Yes, I am able to work on Sundays if required for the job.

    • I am willing to work on Sundays if it is a requirement for the position.

    • I understand the importance of meeting deadlines and am flexible with my schedule.

    • I have worked on weekends in the past and have no issues with working on Sundays.

    • I can adjust my personal commitments to accommodate work on Sundays if needed.

  • Answered by AI
  • Q2. Diwali is a primary work season for us, so are you ok with no leaves during Diwali?
  • Q3. Can you come on all Saturdays ?

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask questions like, can you work on Sunday's, if you say yes, they'd take you. This company has no work life balance, and an ambulance in the parking lot, because of so many in office Heart attacks.

Interview Questionnaire 

1 Question

  • Q1. About target achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer is will achieve at any cost

Tell us how to improve this page.

Interview Questions from Similar Companies

Shriram Finance Interview Questions
4.1
 • 337 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Bajaj Finance Interview Questions
4.0
 • 301 Interviews
Muthoot Finance Interview Questions
3.6
 • 254 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
L&T Finance Interview Questions
3.9
 • 152 Interviews
Mahindra Finance Interview Questions
4.1
 • 150 Interviews
View all

Rupeek Android Developer Reviews and Ratings

based on 1 review

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 1 Review and Rating
Loan Manager
340 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
278 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Relationship Manager
278 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
124 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rupeek with

Muthoot Finance

3.6
Compare

Manappuram Finance

3.9
Compare

Bajaj Finance

4.0
Compare

HDB Financial Services

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