Premium Employer

i

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

Accion Labs Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 424 Reviews

Filter interviews by

Accion Labs Senior Android Application Developer Interview Questions and Answers

Updated 29 Dec 2021

Accion Labs Senior Android Application Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Kotlin,rxjava,java,coroutine,multi threading,String pool

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for kotlin is must

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Aptitude Test 

Android sdk and kotlin related questions

Round 3 - Technical 

(4 Questions)

  • Q1. 1. Activity and fragment life cycle 2. Communicate between parents fragment to child fragment 3. Broadcasting receiver 4. How to implement MVVM design pattern for login page 5. Modifier in kotlin 6. Abstra...
  • Ans. 

    The interview questions cover various topics related to Android development, including activity and fragment life cycle, communication between fragments, MVVM design pattern, Kotlin modifiers, abstract vs interface, coroutines, background services, and Room database implementation.

    • Understand the life cycle of activities and fragments in Android development

    • Use communication techniques like interfaces or shared view mode...

  • Answered by AI
  • Q2. 11. How to store sensible data
  • Ans. 

    Sensitive data should be stored securely using encryption and secure storage mechanisms.

    • Use encryption algorithms like AES to encrypt sensitive data before storing it in the database.

    • Store encryption keys securely, separate from the data they encrypt.

    • Implement secure storage mechanisms like Android Keystore to protect sensitive data.

    • Avoid storing sensitive data in plain text or easily accessible formats.

  • Answered by AI
  • Q3. 12. Explain about the Keystore file
  • Ans. 

    Keystore file is a secure container used to store cryptographic keys and certificates for Android applications.

    • Keystore file is used to securely store private keys, public keys, and certificates used for encryption and authentication in Android applications.

    • It helps in protecting sensitive information such as passwords, API keys, and other credentials.

    • Keystore file can be generated using keytool command-line utility or...

  • Answered by AI
  • Q4. 13. Write reverse string program in kotlin 14. Safe call and null check operator
  • Ans. 

    Reverse a string and demonstrate safe call and null check operator in Kotlin

    • To reverse a string in Kotlin, you can use the built-in extension function 'reversed()'

    • Safe call operator '?' is used to safely access properties of nullable objects without causing NullPointerException

    • Null check operator '!!' is used to explicitly throw a NullPointerException if a nullable object is null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before attend the interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Types of job in kotlin coroutine
  • Ans. 

    Types of jobs in Kotlin coroutine include launch, async, withContext, and runBlocking.

    • launch: starts a new coroutine without blocking the current thread

    • async: starts a new coroutine and returns a Deferred object with a result

    • withContext: switches the coroutine context within a coroutine

    • runBlocking: blocks the current thread until the coroutine inside it is completed

  • Answered by AI
  • Q2. What is Flow, Channel diffrent between StateFlow and SharedFlow
  • Ans. 

    Flow is a cold asynchronous data stream, Channel is a hot asynchronous data stream. StateFlow is a hot asynchronous data stream with a state, SharedFlow is a hot asynchronous data stream without a state.

    • Flow is a cold asynchronous data stream that emits values one by one.

    • Channel is a hot asynchronous data stream that can have multiple subscribers.

    • StateFlow is a hot asynchronous data stream that retains the most recent ...

  • Answered by AI
  • Q3. If Flow lifecycle aware
  • Ans. 

    Flow lifecycle aware means using Kotlin Flow with lifecycle awareness in Android development.

    • Flow lifecycle aware helps manage data streams in Android apps

    • It ensures that data emissions are only observed when the lifecycle is in the appropriate state

    • Example: Using Flow with LiveData to update UI components based on lifecycle events

  • Answered by AI
  • Q4. What is inline function and highorder function?
  • Ans. 

    Inline functions are functions that are expanded in place at the call site, while high-order functions are functions that can take other functions as parameters or return them.

    • Inline functions are expanded in place at the call site to improve performance.

    • High-order functions can take other functions as parameters or return them.

    • Example of high-order function: map() function in Kotlin.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kotlin basic

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain hooks in react
  • Ans. 

    Hooks are a new addition in React 16.8 that allow you to use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contai...

  • Answered by AI
Round 2 - Assignment 

Create weather application in react native with unit test scripts

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for react native developer position and it started with a technical discussion followed by an assessment and after clearing both rounds I was asked to submit a detailed document regarding my technical experience and past projects. Since then I didn't get any feedback from the company I even tried to contact the Xoriant hr directly but was unable to get any reply so it was a very disappointing experience.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly in automotive android
  • Q2. What is car propertymanager and mostly in to aosp
  • Ans. 

    Car propertymanager is a component in AOSP that manages properties related to car-specific features.

    • Car propertymanager is used to handle properties like car make, model, year, etc.

    • It is mostly used in Android Automotive OS for managing car-specific settings and configurations.

    • Developers can use car propertymanager to access and modify car-related properties in their apps.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Software skills assessment
Round 3 - Client Interview 

(1 Question)

  • Q1. More than technical it was soft skills assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview for Gothenburg location and client is volvo cars . They asked more soft skills questions and less technical. but they rejected .the reason is need more technical knowledge.the interviewer must ask technical questions then only candidate can explain .this is kind of intentionally rejected . because I passed deep technical discussion with luxoft but client doesn't asked technical much .but they said need more knowledge in technical.what type of assessment is this ? Please check with hr before your round what is the exact client expectations.for HMI development they expecting more in lower level of Android like HAL layer. This is irrelevant to the job role.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to basics of Kotlin
  • Q2. Questions related to basics of Android
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops based question
  • Q2. Solid principles and how to implement
  • Ans. 

    Solid principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Interfa...

  • Answered by AI
Round 2 - Coding Test 

Tata using network layer

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Questions on MVVM, LiveData and Kotlin
Round 3 - Technical 

(1 Question)

  • Q1. Andriod concets, Livedata, viewModal, Corotines, Kotlin & Java concepts
Round 4 - HR 

(1 Question)

  • Q1. 1. Why are you choosing this company? 2. If there is high package job & high knowledge job, which one you will choose? 3. Where do you see yourself in 5 years?
  • Ans. 

    I am choosing this company because of its strong reputation, innovative projects, and great work culture.

    • Strong reputation: The company has a proven track record of success and is highly regarded in the industry.

    • Innovative projects: The company is known for its cutting-edge technology and exciting projects, which will provide me with opportunities to learn and grow.

    • Great work culture: The company values its employees a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They contacted thru phone by seeing my naukri profile. They scheduled a L1- technical discussion initially. I attended it and cleared the round. Then they scheduled another level of technical discussion within a week. I attended it and cleared that round too. Then withut any prior notice, few days later they said I cleared the technical rounds and asked me to attend the HR discussion immediately. I attended it that day itself. But no salary discussion happened in that call. She mentioned I will have another round for salary discussion. Then I received an email to send them the docs for releasing offer letter. I called the recruiting HR to verify it. She mentioned that this is the process they follow for every candidature and I need to send those documents for BGC and after that they will release the offer. So I sent those documents to her and then that's it. I have never heard back from them. I called her some days later and she talked to me like she never remember my candidature. Then I asked her when they will release the offer? She said she needs few more approvals from management then only she can release the offer. I wondered if they dont have the budget then why are they scheduling interviews? Every candidate would have already mentioned their expected CTC on the initial call itself. If they dont have the budget to provide that, then why are they conducting 3-4 rounds just to waste time for both parties. I strongly recommend this organization to clearly work on the recruitment process or else they will lose potential candidates and it will not help them in long run.

I applied via Newspaper Ad

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Jetpack components, kotlin basics, java program, fragment life cycle Inner class
Round 3 - Technical 

(1 Question)

  • Q1. More about project Challenge in project About git

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Android application and jet pack,and java programs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Created an app which take data from API service and show in a list using jetpack compose

Tell us how to improve this page.

People are getting interviews through

based on 1 Accion Labs interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Accion Labs Helping transform businesses through emerging technologies

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
View all

Accion Labs Senior Android Application Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
750 salaries
unlock blur

₹8.2 L/yr - ₹29.7 L/yr

Principal Software Engineer
412 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Software Engineer
301 salaries
unlock blur

₹4.1 L/yr - ₹17.5 L/yr

Senior Principal Software Engineer
147 salaries
unlock blur

₹13.5 L/yr - ₹36.1 L/yr

Technical Lead
143 salaries
unlock blur

₹13.2 L/yr - ₹40 L/yr

Explore more salaries
Compare Accion Labs with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview