Upload Button Icon Add office photos

Filter interviews by

Accedo Broadband Android Developer Interview Questions and Answers for Experienced

Updated 11 Aug 2022

Accedo Broadband Android Developer Interview Experiences for Experienced

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Mvvm detailed and deep explanations.
  • Q2. Work manager applications.
  • Q3. Survival of view model during configration changes.
  • Ans. 

    View model survives configuration changes in Android.

    • View model is retained during configuration changes by default.

    • It is stored in the ViewModelStore of the activity or fragment.

    • It can be accessed using ViewModelProviders.

    • It helps in preserving data and state during configuration changes.

  • Answered by AI
Round 2 - Assignment 

It was a memory card game. You have 8 pairs of cards. All are coloured in starting then you flip two to see if your selection matches or not. On matched selection you will get points and cards get wipe out and repaet the same untill all cards wiped out.

Interview Preparation Tips

Topics to prepare for Accedo Broadband Android Developer interview:
  • MVVM
  • Networking
  • Ktor
  • Retrofit
Interview preparation tips for other job seekers - Be clear to the very basics of the technology you work on. Working is different but deep understanding of concepts is what makes you sound technically strong. Keep studing every day consistently to increase your knowledge. And thats it

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. MVP vs MVVM, Proguard, Coroutine,Coroutine builder,program for char count
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 4 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 

(1 Question)

  • Q1. Basic HR Discussion
Round 3 - Technical 

(1 Question)

  • Q1. About Android, Kotlin, Activity Fragments Services Notifications Workmanager OOPS Easy DSA etc.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Data structure - tree and linkedlist questions asked, binary search tree

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading
  • Q2. Write code for synchronise threads
  • Ans. 

    Synchronizing threads in Android can be achieved using synchronization blocks or methods.

    • Use synchronized keyword to create a synchronized block or method

    • Use locks such as ReentrantLock for more complex synchronization needs

    • Consider using synchronized collections like ConcurrentHashMap for thread-safe data structures

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

One coding question basic DSA related

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. 1.Explain delegate and protocol 2.Explain Mvc 3.Explain arc
  • Ans. 

    Answers to questions related to IOS development concepts.

    • Delegate and protocol are used for communication between objects in IOS. Delegate is a design pattern that allows one object to send messages to another object when a specific event occurs. Protocol is a set of methods that a class can implement to provide a specific behavior.

    • MVC is a design pattern used in IOS development. It separates the application into three...

  • Answered by AI
  • Q2. Explain mvc design pattern
  • Ans. 

    MVC is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

    • MVC promotes separation of concerns and modularity, making...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for interview. Be confident and tell your answers

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. MVP vs MVVM, Proguard, Coroutine,Coroutine builder,program for char count
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

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

(2 Questions)

  • Q1. Hr asked about total experience
  • Ans. 2 years of experience in react native developer
  • Answered by Akleem Ahmad
  • Q2. Hr asked about current CTC and expectations and availablity for joining technical round
  • Ans. Telling her my expectation and current CTC and time for join the interview
  • Answered by Akleem Ahmad
Round 3 - Technical 

(2 Questions)

  • Q1. What is state ,props, redux, asyncstorage,how to upload a build on test flight
  • Ans. 

    State, props, Redux, AsyncStorage are key concepts in React Native. Uploading a build on TestFlight involves creating an IPA file and using Xcode.

    • State is used to manage data within a component and can be updated using setState.

    • Props are read-only data passed from parent to child components.

    • Redux is a state management library for managing application state.

    • AsyncStorage is a simple, unencrypted, asynchronous, persistent...

  • Answered by AI
  • Q2. He assisted my same task on js like what is output of following questions and ask difference between map, forEach, for loop etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DS and deep in js and also Lean about iOS and Android core concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Desing pattern and ui testing
  • Q2. Design pattern and coding
  • Q3. Make api flow and create with help of design pattern for ui and ux testing
  • Ans. 

    The answer to the question is provided below.

    • To create an API flow, start by identifying the endpoints and their functionalities.

    • Design the UI and UX testing by using appropriate design patterns like MVC or MVVM.

    • Implement the API calls and handle the responses using networking libraries like Alamofire.

    • Use XCTest or UI Testing frameworks for automated UI and UX testing.

    • Mock the API responses for testing purposes using t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare design pattern and coding

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of kotlin, Oops, android basic concept, code logic, solid principles, dependency injection
Round 2 - Technical 

(1 Question)

  • Q1. Koltin concept, Coroutine, code logic, git commands, DI, Design Pattern, Architecture pattern, Oops, Android concept
Round 3 - Technical 

(1 Question)

  • Q1. Kotlin & Android concept, solid principles, Git command, DI, Oops in detail, Coroutines, design patterns & architecture patterns in depth. Normal logical test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for above points & make sure whatever answer you are giving you are aware about that concept. If you don't know the answer simply pass. Being confident is plus point.
Imp points : Kotlin, Coroutine, Android, Architecture pattern & design patterns.

Accedo Broadband Interview FAQs

How many rounds are there in Accedo Broadband Android Developer interview for experienced candidates?
Accedo Broadband interview process for experienced candidates usually has 2 rounds. The most common rounds in the Accedo Broadband interview process for experienced candidates are Technical and Assignment.
What are the top questions asked in Accedo Broadband Android Developer interview for experienced candidates?

Some of the top questions asked at the Accedo Broadband Android Developer interview for experienced candidates -

  1. Survival of view model during configration chang...read more
  2. Mvvm detailed and deep explanatio...read more
  3. Work manager applicatio...read more

Tell us how to improve this page.

Senior Software Engineer
9 salaries
unlock blur

₹18.8 L/yr - ₹31.5 L/yr

QA Lead
5 salaries
unlock blur

₹15 L/yr - ₹24 L/yr

Senior Software Engineer 1
4 salaries
unlock blur

₹21.2 L/yr - ₹24 L/yr

Software Engineer
3 salaries
unlock blur

₹9.1 L/yr - ₹18 L/yr

Software Developer
3 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Explore more salaries
Compare Accedo Broadband with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Hathway

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