Upload Button Icon Add office photos
Engaged Employer

i

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

India App Developer Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

India App Developer Android App Developer Interview Questions and Answers

Updated 9 Aug 2021

India App Developer Android App Developer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What are the Features of Android Architecture?
  • Ans. 

    Android architecture features include Linux kernel, libraries, runtime, application framework, and apps.

    • Linux kernel provides hardware abstraction layer

    • Libraries include SQLite, OpenGL, and SSL

    • Runtime includes Dalvik or ART virtual machine

    • Application framework provides building blocks for app development

    • Apps are the end-user applications

    • Modularity and flexibility are key features

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

    AAPT stands for Android Asset Packaging Tool. It is used to package and compile Android app resources.

    • AAPT is a command-line tool that is included in the Android SDK.

    • It is used to compile resources such as images, layouts, and strings into a binary format that can be used by the Android system.

    • AAPT also generates the R.java file, which contains references to all the resources in an Android app.

    • It can be used to package...

  • Answered by AI
  • Q3. Life Cycle Of android activity
  • Ans. 

    The life cycle of an Android activity refers to the different states an activity goes through during its lifetime.

    • onCreate() is called when the activity is first created

    • onStart() is called when the activity becomes visible to the user

    • onResume() is called when the activity starts interacting with the user

    • onPause() is called when the activity is partially obscured by another activity

    • onStop() is called when the activity i...

  • Answered by AI
  • Q4. What are broadcast receivers? please explain the process how is it implemented
  • Ans. 

    Broadcast receivers are components that allow the app to receive and respond to system-wide broadcast announcements.

    • Broadcast receivers are registered in the app manifest or dynamically in code.

    • They can receive broadcasts from the system or from other apps.

    • Broadcasts can be sent as ordered or unordered.

    • Broadcast receivers can perform actions such as updating UI, starting a service, or sending a notification.

    • Examples of...

  • Answered by AI

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 India App Developer?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Convince me to give you this job and what difference would you make?
  • Ans. 

    I have a proven track record of exceeding sales targets and building strong relationships with clients.

    • I have consistently achieved or exceeded sales targets in my previous roles.

    • I have a strong ability to build and maintain relationships with clients, resulting in repeat business and referrals.

    • I am highly motivated and driven to succeed, always going the extra mile to meet customer needs.

    • I have excellent communication...

  • Answered by AI
  • Q2. What makes you different from other who have applied for this job?
  • Q3. What are the key responsibilities of a sales executive?

Android App Developer Interview Questions Asked at Other Companies

asked in HARMAN
Q1. Activity launch modes Activity lifecycle Program to find second l ... read more
Q2. How can you push local invoice data to the server?
Q3. What are the differences between Views and ViewGroups in Android?
asked in ToneTag
Q4. What is the stipend you are expecting from us?
Q5. What are broadcast receivers? Please explain how they are impleme ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

HTML5 canvas and JS based small assignment where we need to create circles and arrows and when we click on circle arrows should move

Round 2 - Technical 

(4 Questions)

  • Q1. Question on assignment and projects
  • Q2. 1) Project related question
  • Q3. 2) Assignment related question
  • Q4. 3) Difference between setTimeout and setInterval
  • Ans. 

    setTimeout executes a function once after a specified delay, while setInterval executes a function repeatedly at specified intervals.

    • setTimeout executes a function once after a specified delay.

    • setInterval executes a function repeatedly at specified intervals.

    • setTimeout returns a timeout ID that can be used to cancel the execution.

    • setInterval returns an interval ID that can be used to cancel the repetition.

  • Answered by AI

Skills evaluated in this interview

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

30 mins js coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Print fibonacci
  • Ans. 

    The Fibonacci sequence is a series where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The sequence starts with 0 and 1: 0, 1, 1, 2, 3, 5, 8, 13, ...

    • The nth Fibonacci number can be calculated using the formula: F(n) = F(n-1) + F(n-2).

    • Fibonacci numbers can be generated using recursion or iteration.

    • Example of the first 10 Fibonacci numbers: [0, 1, 1, 2, 3, 5, 8, 13, 21, 34].

    • Fibonacci sequence ha...

  • Answered by AI

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from stack, looping, oops, little bits of algorithms etc.
  • Q2. Hard lavel questions for freshers. Unexpected questions
Round 3 - Coding Test 

After one round again another for ability check weather they will hire you or not because of bad decision makers.

Round 4 - HR 

(1 Question)

  • Q1. Family relationships, salary(which will be lesser than they promis to 25% when they giving you the offer later), they will try to know your weakness and play according in future.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack but join it in your own risk.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

10-15min related to some general knowledge questions

Round 2 - Technical 

(2 Questions)

  • Q1. Some questions on technical skills what u have know
  • Q2. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - good company good work culture Friendly environment
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

  • Q1. Can you introduce yourself and specify the domain you are interested in?
  • Q2. Could you explain the projects you have completed?
  • Ans. 

    I have completed several projects, including a web application for task management and a mobile app for fitness tracking.

    • Developed a task management web app using React and Node.js, enabling users to create, update, and delete tasks.

    • Created a mobile fitness tracking app with Flutter, allowing users to log workouts and track progress over time.

    • Implemented a RESTful API for a food delivery service, integrating payment pr...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    Experienced software developer with expertise in Java, Python, and web development.

    • Over 5 years of experience in software development

    • Proficient in Java, Python, and web development technologies

    • Strong problem-solving and analytical skills

    • Worked on projects involving database management and API integration

  • Answered by AI
  • Q2. What was your reason for leaving your previous company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set

    • Seeking career advancement

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Took very deep and detailed technical questions that related to my position resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Final salary discussion: nothing big.

Interview Preparation Tips

Interview preparation tips for other job seekers - Personally, I perceive it as not a very large organization, but I find the team to be nice and wonderful.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. The HR team reviews applications and shortlists candidates based on qualifications and experience.
  • Q2. Covers problem - solving, system design, and domain-specific knowleadge
  • Q3. Database & data Structures, System Design & Architecture,
Round 2 - HR 

(2 Questions)

  • Q1. Technical Skill Assessment(Technical Roles)
  • Q2. Final Interview with Leadership

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. know what you want
2.stay organized
3.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self.
Round 2 - Technical 

(1 Question)

  • Q1. Explain about your projects.
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, showcasing my diverse skill set.

    • Developed a web application for e-commerce using React and Node.js, improving user experience and increasing sales by 30%.

    • Created a mobile app for fitness tracking that integrates with wearable devices, helping users monitor their health metrics effectively.

    • Built a data analysis tool usin...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Why were you interested in this company?
  • Ans. 

    I'm drawn to this company for its innovative projects, collaborative culture, and commitment to professional growth.

    • The company's focus on cutting-edge technology aligns with my passion for innovation, as seen in projects like [specific project].

    • I admire the collaborative culture here, which fosters teamwork and creativity, similar to my experience in [previous team project].

    • The commitment to employee development throu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through the interview process at IntelliSurge Technologies, and it was an amazing experience from start to finish. The entire process was well-structured and smooth, with three rounds:
1. Screening/Communication Round: This was a great initial interaction where I got to introduce myself, discuss my background, and understand the company better. The interviewer was friendly and professional, making me feel comfortable throughout the conversation. 2. Technical Round: This was the most detailed round, where I was assessed on my technical skills and problem-solving approach. The questions were well-balanced, covering both theoretical and practical aspects of my expertise. I enjoyed the challenges, and the interviewers were very encouraging, making the discussion interactive. 3. Final Round: Th final round focused in my problem-solving abilities, team collaboration, and alignment with the company's values. The manager was supportive and insightful, discussing potential career growth within the company. The conversation was engaging, and I felt confident , and I felt confident throughout.

India App Developer Interview FAQs

What are the top questions asked in India App Developer Android App Developer interview?

Some of the top questions asked at the India App Developer Android App Developer interview -

  1. what are broadcast receivers? please explain the process how is it implemen...read more
  2. What are the Features of Android Architectu...read more
  3. What is AA...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EOXS Interview Questions
4.6
 • 22 Interviews
Wrike Interview Questions
1.2
 • 5 Interviews
OptimEyes AI Interview Questions
4.6
 • 5 Interviews
IT Software Interview Questions
3.9
 • 4 Interviews
View all
Compare India App Developer with

Telligent (A Verint Company)

2.8
Compare

Crew

3.9
Compare

BSIT Software Services

4.9
Compare

Pathfinder Enterprise Solutions

3.1
Compare
write
Share an Interview