Upload Button Icon Add office photos

Filter interviews by

Eroute Technologies Android Developer Interview Questions and Answers

Updated 28 Mar 2022

Eroute Technologies Android Developer Interview Experiences

1 interview found

I applied via Indeed and was interviewed in Feb 2022. There were 5 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 

There was logical or simple questions .

Round 3 - Coding Test 

There was MCQ android basic questions.

Round 4 - Technical 

(1 Question)

  • Q1. There was logical and oops and ds basic question .the good point of this round is that who was taking this round made me feel good and comfortable.
Round 5 - HR 

(6 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Eroute Technologies Android Developer interview:
  • Oops
  • Data Structures
Interview preparation tips for other job seekers - Do focus on your basic skill . Question will be very simple if you have basic knowledge of programming also focus on basic logical question like string and array or list

Interview questions from similar companies

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Lazy vs latinit
  • Ans. 

    lazy vs lateinit are both used in Kotlin to delay the initialization of variables, but lazy is for val properties and lateinit is for var properties.

    • lazy is a property delegate that initializes the value only upon first access

    • lateinit is used for var properties that are guaranteed to be initialized before accessing them

    • lazy can be used for properties that are computationally expensive to initialize, while lateinit is u...

  • Answered by AI
  • Q2. Hashmap vs hashtable
  • Ans. 

    Hashtable is synchronized and slower, while hashmap is not synchronized and faster.

    • Hashtable is synchronized, while hashmap is not.

    • Hashtable does not allow null keys or values, while hashmap allows one null key and multiple null values.

    • Hashtable is thread-safe, while hashmap is not.

    • Hashtable is slower than hashmap due to synchronization.

    • Example: Hashtable ht = new Hashtable(); HashMap hm = new HashMap();

  • Answered by AI

Skills evaluated in this interview

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Activities lifestyle
  • Q2. Compose kotlin
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Asked me to develop an android app with weather forecast (use dependency injection)
  • Q2. Develop weather forecast app
  • Ans. 

    Develop a weather forecast app for Android platform.

    • Utilize APIs like OpenWeatherMap for real-time weather data

    • Include features like current weather, hourly forecast, and 7-day forecast

    • Implement location-based weather updates

    • Design user-friendly interface with intuitive navigation

    • Incorporate push notifications for weather alerts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was asked to develop an Android app in a short timeframe, but the interviewer was not available to answer questions or provide feedback. Even after I completed the task, they did not review my code

Even after developing the app with the best coding practice with mvvm and DI within 1hr 30 min they didn't consider to review my code for atleast 2 mins.such unprofessional behaviour
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What's the difference between Class and Struct
  • Ans. 

    Classes are reference types, while structs are value types in Swift.

    • Classes are reference types, meaning they are passed by reference, while structs are value types, passed by value.

    • Classes support inheritance, while structs do not.

    • Classes have deinitializers, while structs do not.

    • Classes can have reference counting for memory management, while structs do not.

    • Example: Class - Person, Struct - Point

  • Answered by AI
  • Q2. What is ARC and what's retain count
  • Ans. 

    ARC stands for Automatic Reference Counting, a memory management system used in iOS development. Retain count is the number of references to an object.

    • ARC is a memory management system in iOS that automatically tracks and manages memory usage.

    • Retain count is the number of strong references to an object, which determines when the object should be deallocated.

    • When an object's retain count reaches 0, it is deallocated fro...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS question event loop, promises, polyfill.
  • Q2. JS output based, Flatten object.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The first round consisted of a coding exercise along with fundamental questions related to React Native, JavaScript, and inquiries about objects and arrays.

Round 2 - Coding Test 

(1 Question)

  • Q1. Native modules, useRef, Flatlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to use Native Modules while maintaining a fast coding pace.
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 May 2024. There was 1 interview round.

Round 1 - Coding Test 

Find distinct island, check if balanced parenthesis

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

Round 1 - Technical 

(1 Question)

  • Q1. MVVM pattern and coroutines
Round 2 - Technical 

(1 Question)

  • Q1. Recyclerview practical impl with itemview
  • Ans. 

    RecyclerView is used to display large sets of data efficiently. ItemView is used to define the layout of each item in the list.

    • RecyclerView is a more advanced version of ListView and GridView

    • ItemView is a layout file that defines the UI for each item in the list

    • RecyclerView.Adapter is used to bind the data to the views

    • RecyclerView.LayoutManager is used to define the layout of the RecyclerView

    • RecyclerView.ViewHolder is

  • Answered by AI
Round 3 - Culture Fit 

(1 Question)

  • Q1. History check with previous companies

Interview Preparation Tips

Interview preparation tips for other job seekers - After 3 successful rounds, they declined to give the offer just because i am from different city with justifying that we are having dicey situation with your learning curve.

I applied via LinkedIn and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Interview Vector Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was taken by interview Vector. One DS question and Android deep questions.

Eroute Technologies Interview FAQs

How many rounds are there in Eroute Technologies Android Developer interview?
Eroute Technologies interview process usually has 5 rounds. The most common rounds in the Eroute Technologies interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Eroute Technologies Android Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Eroute Technologies. The most common topics and skills that interviewers at Eroute Technologies expect are Android, Android Studio, Java, Kotlin and MVC.

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 755 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 323 Interviews
CARS24 Interview Questions
3.6
 • 316 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
PolicyBazaar Interview Questions
3.6
 • 308 Interviews
View all
Assistant Manager
7 salaries
unlock blur

₹1 L/yr - ₹7.6 L/yr

Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Associate
5 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Senior Associate
5 salaries
unlock blur

₹4 L/yr - ₹6.7 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Eroute Technologies with

Flipkart

4.0
Compare

Paytm

3.3
Compare

Ola Cabs

3.4
Compare

Swiggy

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