Upload Button Icon Add office photos

Filter interviews by

RapiPay Android Team Lead Interview Questions and Answers

Updated 26 Jan 2022

RapiPay Android Team Lead Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android basic and kotlin basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic skill on Android. Have a good knowledge of kotlin and jetpack library

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Bloc, provider, widgets, listview vs listview.builder
Round 2 - Technical 

(4 Questions)

  • Q1. What is Bloc and its uses?
  • Ans. 

    Bloc is a state management library for Flutter that helps manage the flow of data and events.

    • Bloc stands for Business Logic Component.

    • It helps separate the presentation layer from the business logic.

    • Bloc is commonly used with Flutter to handle state management and data flow.

    • It uses streams to handle asynchronous data and events.

    • Bloc pattern consists of events, states, and a bloc class to handle the business logic.

  • Answered by AI
  • Q2. Different types of state management
  • Ans. 

    State management is a crucial aspect of app development to handle and update the state of the application.

    • Local State Management: Managing state within a widget using setState() method.

    • InheritedWidget: Sharing state across the widget tree using InheritedWidget.

    • Provider: A popular state management solution that uses InheritedWidget under the hood.

    • Redux: A predictable state container for managing the state of the app.

    • Blo...

  • Answered by AI
  • Q3. What is stateless
  • Ans. 

    Stateless refers to a widget in Flutter that does not have any mutable state.

    • Stateless widgets are immutable and their properties cannot change once they are initialized.

    • They are used for UI components that do not need to update or change based on user interactions.

    • Examples include static text labels, icons, and buttons that do not change appearance.

    • Stateless widgets are more efficient than stateful widgets as they do

  • Answered by AI
  • Q4. Lifecycle of stateful widget
  • Ans. 

    Stateful widgets in Flutter have a lifecycle that includes various methods being called at different stages.

    • Stateful widgets have methods like initState(), didChangeDependencies(), build(), and dispose() that are called at different points in the widget's lifecycle.

    • initState() is called when the widget is inserted into the tree, didChangeDependencies() is called when the widget's dependencies change, build() is called ...

  • Answered by AI

Skills evaluated in this interview

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.
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

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 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?
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...

  • 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...

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 748 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
Revolut Interview Questions
2.5
 • 95 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
View all
Territory Sales Manager
146 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Software Engineer
101 salaries
unlock blur

₹4.3 L/yr - ₹16.5 L/yr

Area Sales Manager
58 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Assistant Manager
42 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Software Developer
33 salaries
unlock blur

₹5.8 L/yr - ₹13 L/yr

Explore more salaries
Compare RapiPay with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

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