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
3.7

based on 739 Reviews

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. 

    Tip 1 : Use retrofit
    Tip 2 : follow best practices
    Tip 3 : make good layouts/UI

  • Answered Anonymously
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. Brute Force Approach

    The basic idea is to traverse the array and count the frequency of each element. 

     

    We will run two nested loops till ‘N’ and store the count of each array element in ‘maxCount’. If for any element, ‘maxCount' becomes greater than ‘N’ / 2, we will return that element as the majority element. 

     

    If no majority element is found, we will return -1.

    Space Complexity: O(1)Explanation:

    O(1)

    ...

  • Answered Anonymously
  • 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. Brute Force

    Our intuition is to traverse the given matrix row by row, and keep on counting the number of ‘1’s in each row and compare the count with max. And finally, return the index of the row with the maximum ‘1’s. This is a brute force kind of approach.

     

    Just remember one thing while considering two rows have the same number of 1’s then we need to return the row with a lower index.

    Space Complexity: O(1)Explanati...
  • Answered Anonymously
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

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Develop a Movie SDK that will utilize a provided API to retrieve movie details.

Interview Preparation Tips

Topics to prepare for Razorpay Android Developer interview:
  • Android SDK
  • Retrofit
  • Module
  • XML
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Basic question based on MVVM Architecture

Round 2 - Case Study 

Android discussion, Services, MVVM, Coroutines

Round 3 - Behavioral 

(1 Question)

  • Q1. Discussion on Projects

I applied via Instahyre and was interviewed in Apr 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. About the current company.
  • Q2. Current and Expected CTC
  • Q3. Total Years of Experience
  • Q4. Relevant skills based on the JD
Round 3 - Coding Test 

He really helped me by telling me the topics and a few questions which the assigned interviewer usually asks.

The interview first ask me to open LEETCODE and gave me a HARD question about STACK - related to bracket question.

He first asked me to write the Pseudo code but I started writing proper code. After a period of time, I got stuck and he gave me a small hint I solved the question then he ask me to submit the code and it submitted successfully. This one question took 40 minutes. He didn't even ask me more questions, also he was yawning and it seemed like he was not interested at all. At the end of the interview, I asked him if he will ask more questions, and he said it is fine it was a hard and lengthy question.

The next day I got the rejection mail.

Interview Preparation Tips

Topics to prepare for Navi Technologies Android Developer interview:
  • DSA
  • Previous Interveiw experiences
  • Android
  • Kotlin
Interview preparation tips for other job seekers - I did not even get any feedback on my assignment.

Well, you have to be prepared well.

I applied via Company Website and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about activity lifecycle, fragments, and components.
  • Q2. Questions about Kotlin extension functions, scoping functions, sealed classes, Coroutines

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on android fundamentals and kotlin

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem Solving & DS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive in getting job done. Android Development

I applied via Referral and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. OOPS Concepts in detail. 2. Ask question about android like android components Activity, services ,content providers and broadcast receiver. 3. Give some scenario to explain activity lifecycle and frag...
Round 2 - HR 

(1 Question)

  • Q1. 1. Salary Expectation 2. Discuss about joining date.

Interview Preparation Tips

Topics to prepare for AGS Transact Technologies Android Developer interview:
  • Android Studio
  • Android SDK
  • Android library
  • Core Java
Interview preparation tips for other job seekers - Be prepare for interview based on your experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Android Assignment - Create an android project for a given scenario.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Android & Kotlin
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Prepare from basics of Swift

Round 2 - Assignment 

UI task to check your design Level

Round 3 - Coding Test 

Problem solving question wlll be given

Round 4 - Coding Test 

Lld and HLD was discussed pls be prepared

I applied via Instahyre and was interviewed in Apr 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. About the current company.
  • Q2. Current and Expected CTC
  • Q3. Total Years of Experience
  • Q4. Relevant skills based on the JD
Round 3 - Coding Test 

He really helped me by telling me the topics and a few questions which the assigned interviewer usually asks.

The interview first ask me to open LEETCODE and gave me a HARD question about STACK - related to bracket question.

He first asked me to write the Pseudo code but I started writing proper code. After a period of time, I got stuck and he gave me a small hint I solved the question then he ask me to submit the code and it submitted successfully. This one question took 40 minutes. He didn't even ask me more questions, also he was yawning and it seemed like he was not interested at all. At the end of the interview, I asked him if he will ask more questions, and he said it is fine it was a hard and lengthy question.

The next day I got the rejection mail.

Interview Preparation Tips

Topics to prepare for Navi Technologies Android Developer interview:
  • DSA
  • Previous Interveiw experiences
  • Android
  • Kotlin
Interview preparation tips for other job seekers - I did not even get any feedback on my assignment.

Well, you have to be prepared well.

Tell us how to improve this page.

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
Senior Relationship Manager
278 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Loan Manager
247 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Sales Manager
237 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Team Lead
120 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Operations Executive
78 salaries
unlock blur

₹2.1 L/yr - ₹4 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

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