Upload Button Icon Add office photos

Filter interviews by

EazyDiner Android Developer Interview Questions and Answers

Updated 4 Oct 2024

EazyDiner Android Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Snaphelper Class
  • Q2. Apply & let difference
  • Ans. 

    Apply is used to apply a function to each element of a collection, while let is used to assign a value to a variable.

    • Apply: Used to apply a function to each element of a collection. Example: list.apply { println(it) }

    • Let: Used to assign a value to a variable. Example: val result = calculate().let { it * 2 }

  • Answered by AI
  • Q3. Communication between Coroutines
  • Ans. 

    Communication between Coroutines in Android development.

    • Use channels to communicate between coroutines

    • Channels are used to send data between coroutines

    • Channels can be used for both sending and receiving data

  • Answered by AI
  • Q4. Hilt Dependency
  • Q5. HashMap Collision

Interview Preparation Tips

Topics to prepare for EazyDiner Android Developer interview:
  • Kotlin
  • Coroutines
  • HashMap
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question is related to Java, SingleTon, and sorting array and calculate the occurance of the item in array.

Android Developer Interview Questions Asked at Other Companies

asked in Paytm
Q1. BST Iterator Problem Statement You are tasked with creating a cla ... read more
asked in Hike
Q2. Design an photo viewing app which will show images from the disk ... read more
asked in Paytm
Q3. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
asked in Rupeek
Q4. Majority Element Problem Statement Given an array/list 'ARR' cons ... read more
asked in Paytm
Q5. Colorful Knapsack Problem You are given a set of 'N' stones, each ... read more

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects to be treated as if they are of multiple types.

    • It enables code to be written that can work with objects of different classes in a uniform way.

    • Polymorphism can be achieved through method overloading or method overriding.

    • Example: A shape class can have multiple subclasses like circle, square, triangle, etc. and all can be treated a...

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

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class, and can also add new properties and method...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - online process in the test of the question

Software Developer Interview Questions & Answers

Spyne user image Purushottam Mandal_94

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

BE Assignment containing how to make a simple backend task

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding of Google Calendar

Round 2 - Coding Test 

Machine Coding of MP3 Player

Round 3 - One-on-one 

(1 Question)

  • Q1. Find Duplicates problem
  • Ans. 

    Find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why Simpl? and compensation
  • Ans. 

    Simpl offers a collaborative and innovative work environment with competitive compensation.

    • Simpl values teamwork and creativity in software development

    • Competitive compensation package offered to attract top talent

    • Opportunities for growth and learning through challenging projects

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Assignment 

It was an assignment where we were instructed to create a screen that fetches data from the backend and renders it with the functionality of bookmarking.

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Basic discussions
  • Q2. Expectations to work
  • Ans. 

    I expect a collaborative environment, opportunities for growth, and clear communication to enhance productivity and job satisfaction.

    • Collaboration: I thrive in teams where ideas are shared openly, like during code reviews or brainstorming sessions.

    • Growth Opportunities: I appreciate companies that invest in employee development, such as offering training programs or workshops.

    • Clear Communication: Regular updates and fee...

  • Answered by AI

EazyDiner Interview FAQs

How many rounds are there in EazyDiner Android Developer interview?
EazyDiner interview process usually has 1 rounds. The most common rounds in the EazyDiner interview process are Technical.
How to prepare for EazyDiner 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 EazyDiner. The most common topics and skills that interviewers at EazyDiner expect are Android, Kotlin, Android Studio, Java and SDK.
What are the top questions asked in EazyDiner Android Developer interview?

Some of the top questions asked at the EazyDiner Android Developer interview -

  1. Communication between Corouti...read more
  2. Apply & let differe...read more
  3. Question is related to Java, SingleTon, and sorting array and calculate the occ...read more

Tell us how to improve this page.

EazyDiner Android Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Spyne Interview Questions
3.7
 • 13 Interviews
Lokal App Interview Questions
3.5
 • 13 Interviews
View all
EazyDiner Android Developer Salary
based on 5 salaries
₹2.5 L/yr - ₹7.1 L/yr
21% less than the average Android Developer Salary in India
View more details
Assistant Sales Manager
40 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Assistant Manager
24 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Concierge Executive
18 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Executive
15 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Management Trainee
11 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare EazyDiner with

Zomato

3.7
Compare

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

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