Upload Button Icon Add office photos
Engaged Employer

i

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

GormalOne Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GormalOne Android Developer Interview Questions and Answers

Updated 6 Jul 2024

GormalOne Android Developer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Scope function in kotlin.
  • Ans. 

    Scope functions in Kotlin are functions that allow you to execute a block of code within the context of an object.

    • Scope functions include let, run, with, apply, and also.

    • They help in reducing boilerplate code and improving code readability.

    • For example, using 'apply' to initialize properties of an object.

  • Answered by AI
  • Q2. Work manger, Component of android
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic of android
  • Q2. Basics of kotlin
  • Ans. 

    Kotlin is a modern, statically typed programming language used for Android development, known for its conciseness and safety features.

    • Kotlin is fully interoperable with Java, allowing developers to use existing Java libraries.

    • It supports null safety, reducing the risk of NullPointerExceptions. Example: 'var name: String? = null' allows null values.

    • Kotlin has concise syntax, such as type inference. Example: 'val age = 2...

  • Answered by AI
  • Q3. What is coroutines? Launch mode of coroutines.
  • Ans. 

    Coroutines are a way to perform asynchronous operations in a sequential manner. Launch modes include launch, async, and runBlocking.

    • Coroutines are lightweight threads that can be used for asynchronous programming in Kotlin.

    • Launch mode 'launch' starts a new coroutine and does not return any result.

    • Launch mode 'async' starts a new coroutine and returns a 'Deferred' object that can be used to retrieve the result.

    • Launch mo...

  • Answered by AI
  • Q4. OOPs concept of core java.
  • Ans. 

    OOPs concept in core Java refers to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction:...

  • Answered by AI
  • Q5. LifeCycle of android.
  • Ans. 

    The Android lifecycle refers to the series of states an activity or fragment goes through from creation to destruction.

    • Android components like activities, services, and broadcast receivers have lifecycles.

    • The main lifecycle methods include onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy().

    • Understanding the lifecycle is crucial for managing resources and handling state changes.

    • Example: An activity ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GormalOne Android Developer interview:
  • Android developer

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about GormalOne?
Ask anonymously on communities.

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

Interview Questionnaire 

1 Question

  • Q1. What certifications should a software developer have?
  • Ans. 

    Certifications are not mandatory for software developers, but can add value to their resume.

    • Certifications in programming languages like Java, Python, C++

    • Certifications in software development methodologies like Agile, Scrum

    • Certifications in cloud computing platforms like AWS, Azure

    • Certifications in security like CISSP, CEH

    • Certifications in project management like PMP

    • Certifications in mobile app development like Androi...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)

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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Java questions related
  • Q2. Python related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work culture is good
Are these interview questions helpful?
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql

Round 3 - Technical 

(1 Question)

  • Q1. How does OTP less work make a systematic diagram for it/
  • Ans. 

    OTP less work eliminates the need for one-time passwords for authentication.

    • OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.

    • It provides a more seamless and user-friendly authentication experience.

    • Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Everything related to yourself.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions

GormalOne Interview FAQs

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

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

  1. What is coroutines? Launch mode of coroutin...read more
  2. LifeCycle of andro...read more
  3. OOPs concept of core ja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport Interview Questions
3.1
 • 53 Interviews
MyCaptain Interview Questions
3.1
 • 44 Interviews
HyperVerge Interview Questions
4.2
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
View all

GormalOne Android Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Business Analyst
5 salaries
unlock blur

₹1.2 L/yr - ₹7.4 L/yr

Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Data Analyst
4 salaries
unlock blur

₹8 L/yr - ₹9 L/yr

Product Owner
4 salaries
unlock blur

₹9 L/yr - ₹12 L/yr

Technical Analyst
3 salaries
unlock blur

₹16 L/yr - ₹16.5 L/yr

Explore more salaries
Compare GormalOne with

Cogoport

3.1
Compare

Treebo Hotels

3.2
Compare

Arzooo.com

2.5
Compare

KrazyBee

3.7
Compare
write
Share an Interview