Upload Button Icon Add office photos

Falabella

Compare button icon Compare button icon Compare

Filter interviews by

Falabella Senior Android Developer Interview Questions, Process, and Tips

Updated 24 Jan 2024

Falabella Senior Android Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerrank coding test, depending on domain. Around 15 MCQ and two coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is activity vs fragment
  • Ans. 

    Activity is a single screen with a user interface, while Fragment is a modular section of an activity.

    • Activity represents a single screen with a user interface.

    • Fragment is a modular section of an activity that can be combined with other fragments to create a multi-pane UI.

    • Activities are used to handle user interactions and manage the lifecycle of an app.

    • Fragments are reusable components that can be added or removed fro...

  • Answered by AI
  • Q2. What are coroutines, how do they work internally
  • Ans. 

    Coroutines are a concurrency design pattern in Kotlin that allow for asynchronous programming.

    • Coroutines are lightweight threads that can be used to perform non-blocking operations.

    • They are based on the concept of suspending functions, which can be paused and resumed.

    • Coroutines use a dispatcher to determine which thread or thread pool to run on.

    • They can be used to simplify asynchronous code and avoid callback hell.

    • Coro...

  • Answered by AI
  • Q3. What is suspend function
  • Ans. 

    A suspend function is a function that can be paused and resumed later without blocking the main thread.

    • Suspend functions are used in Kotlin coroutines to perform asynchronous operations.

    • They are defined using the 'suspend' keyword.

    • Suspend functions can only be called from other suspend functions or from coroutine scopes.

    • They can be used to perform network requests, database operations, or any other long-running tasks w...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. RxJava vs coroutines
  • Ans. 

    RxJava is a library for composing asynchronous and event-based programs using observable sequences. Coroutines are a new way of writing asynchronous code in a sequential manner.

    • RxJava is based on the Observer pattern and uses operators to transform and combine observable sequences.

    • Coroutines are lightweight threads that can be suspended and resumed, allowing for sequential and structured concurrency.

    • RxJava is widely us...

  • Answered by AI
  • Q2. Fragment lifecycle
Round 4 - One-on-one 

(1 Question)

  • Q1. How will you handle prod defects
  • Ans. 

    Prod defects are handled by identifying, prioritizing, and resolving them in a systematic manner.

    • Create a process for reporting and tracking defects

    • Prioritize defects based on impact and severity

    • Assign resources to investigate and fix defects

    • Perform root cause analysis to identify the underlying issues

    • Implement fixes and thoroughly test them before deploying

    • Communicate with stakeholders about the status and resolution

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 c++ coding questions will be asked based on the STL and array operations

Round 2 - One-on-one 

(1 Question)

  • Q1. Project manager will ask you project related knowledge.
Round 3 - HR 

(1 Question)

  • Q1. Will discuss basic HR round questions and discuss salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ well as many questions will be based on that

I applied via AmbitionBox and was interviewed in Nov 2021. 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 - Group Discussion 

Group discussion

Interview Preparation Tips

Topics to prepare for Reliance Retail Senior Engineer interview:
  • Technical Skills
Interview preparation tips for other job seekers - Interview team are very comfortable
So don't harmful
Manajment team are very comfortable

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java

I applied via Naukri.com and was interviewed in Oct 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. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Oop concepts
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Mettl test , scored 90% still didn't get shortlist for tech round

Round 2 - Technical 

(2 Questions)

  • Q1. Web services spring react
  • Q2. Java code string

Interview Preparation Tips

Interview preparation tips for other job seekers - Poor recruitment process
Recruiter ask for forced feedback
No role clarity from recruiter
Looks like warehouse than tech company
Interviewer was confused

Interview Questionnaire 

1 Question

  • Q1. What is c language used for? What is it required?
  • Ans. 

    C language is a general-purpose programming language used for system programming, embedded systems, and game development.

    • C is used for developing operating systems, device drivers, and firmware.

    • It is required for programming microcontrollers and other embedded systems.

    • C is also used for game development and high-performance computing.

    • It is a low-level language that provides direct access to memory and hardware.

    • C is a p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C is a Language.kfpwduhfo[pi-ewr khdisuhfpi9wd=v]asbhsadhq bwhdqliqjsld[ioais'pcoc[0a dlq

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared what have u mentioned in resume

Falabella Interview FAQs

How many rounds are there in Falabella Senior Android Developer interview?
Falabella interview process usually has 4 rounds. The most common rounds in the Falabella interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Falabella Senior Android Developer interview?

Some of the top questions asked at the Falabella Senior Android Developer interview -

  1. What are coroutines, how do they work interna...read more
  2. How will you handle prod defe...read more
  3. What is activity vs fragm...read more

Tell us how to improve this page.

Falabella Senior Android Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
DMart Interview Questions
3.9
 • 401 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Landmark Group Interview Questions
4.0
 • 147 Interviews
V-Mart Interview Questions
4.1
 • 146 Interviews
Shoppers Stop Interview Questions
4.1
 • 111 Interviews
Future Group Interview Questions
4.3
 • 76 Interviews
MR.DIY Interview Questions
3.3
 • 29 Interviews
View all
Falabella Senior Android Developer Salary
based on 4 salaries
₹10 L/yr - ₹18 L/yr
16% more than the average Senior Android Developer Salary in India
View more details
Senior Engineer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Falabella with

Reliance Retail

3.9
Compare

Future Group

4.3
Compare

Tata Group

4.2
Compare

Aditya Birla Group

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