Upload Button Icon Add office photos

Filter interviews by

Appstation Interview Questions and Answers

Updated 22 Aug 2024

Appstation Interview Experiences

Popular Designations

4 interviews found

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

(2 Questions)

  • Q1. Basic concepts of OOPS
  • Q2. Explain project
  • Ans. 

    Developed a mobile application for tracking daily fitness activities and providing personalized workout plans.

    • Created user-friendly interface for inputting and tracking exercise data

    • Implemented algorithms for generating customized workout plans based on user's goals

    • Integrated with wearable devices to automatically sync activity data

    • Utilized Firebase for real-time data storage and synchronization

  • Answered by AI

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic android questions
  • Q2. Basic kolin related questiona

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

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

(2 Questions)

  • Q1. Why do you want to join this company?
  • Q2. Where do you see yourself in 5 years?
Round 2 - Technical 

(2 Questions)

  • Q1. Design a system
  • Q2. SQL quries, jquery, VuejS

Skills evaluated in this interview

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

(1 Question)

  • Q1. Description different between react native and react js
  • Ans. 

    React Native is a framework for building mobile applications using JavaScript and React, while React JS is a JavaScript library for building user interfaces for web applications.

    • React Native is used for mobile app development, while React JS is used for web app development.

    • React Native allows for building cross-platform mobile apps, while React JS is focused on web applications.

    • React Native uses native components for r...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Appstation interview questions for popular designations

 Android Developer

 (2)

 Software Engineer

 (1)

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about accenture?
  • Ans. 

    Accenture is a global professional services company providing consulting, technology, and outsourcing services.

    • Global presence with offices in over 200 cities across 120 countries

    • Offers services in strategy, consulting, digital, technology, and operations

    • Works with clients in various industries such as healthcare, financial services, and technology

    • Known for its innovation and technology expertise

    • Provides solutions for ...

  • Answered by AI
  • Q2. Introduce yourself?
  • Ans. 

    I am a passionate Android Developer with 5 years of experience in building innovative mobile applications.

    • 5 years of experience in Android development

    • Proficient in Java and Kotlin programming languages

    • Strong understanding of design patterns like MVVM and MVP

    • Experience with RESTful APIs and third-party libraries

    • Published apps on Google Play Store

  • Answered by AI
  • Q3. Mention recent projects executed by accenture?
  • Ans. 

    Accenture has recently executed projects in various industries including healthcare, finance, technology, and retail.

    • Accenture recently worked on a project in the healthcare industry to improve patient care through digital solutions.

    • They also completed a project in the finance sector to enhance customer experience through personalized banking services.

    • In the technology field, Accenture developed a project to implement ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour 45 minutes
Total Questions: 60

Round: HR Interview
Tips: Listen to each and every members answers who are giving interview with you.

College Name: MITCOE

Interview Questionnaire 

4 Questions

  • Q1. Difference between Intent and PendingIntent?
  • Ans. 

    Intent is used to start an activity or service. PendingIntent is used to perform an action on behalf of another application.

    • Intent is used to start an activity or service within the same application or in another application.

    • PendingIntent is used to perform an action on behalf of another application, such as starting an activity or sending a broadcast.

    • Intent can be used to pass data between activities or services.

    • Pendi...

  • Answered by AI
  • Q2. What is service and it's type and work of Intent service
  • Q3. What is broadcast and it's type of broadcast and what is the use of broadcast?
  • Ans. 

    Broadcast is a messaging system in Android that allows communication between different components of an app or between different apps.

    • Broadcast is a way to send messages to multiple components or apps at once.

    • There are two types of broadcasts: ordered and unordered.

    • Ordered broadcasts are delivered to receivers in a specific order, while unordered broadcasts are delivered to all receivers at once.

    • Broadcasts can be used ...

  • Answered by AI
  • Q4. What is the marker interface and when and where to use interface?
  • Ans. 

    Marker interface is an empty interface used to mark a class as having a particular property or behavior.

    • Marker interface has no methods or fields, it is used to provide metadata to the code.

    • It is used to indicate that a class has a certain capability or should be treated in a special way.

    • Examples of marker interfaces are Serializable, Cloneable, and Remote.

    • Interfaces are used to achieve abstraction and provide a contra...

  • Answered by AI

Skills evaluated in this interview

Android Developer Interview Questions & Answers

TCS user image Sushree Sadhana

posted on 8 Dec 2022

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

I applied via Approached by Company and was interviewed in Nov 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 - Technical 

(6 Questions)

  • Q1. How is you experience in your last companies?
  • Q2. Lifecycle of activity and fragment
  • Ans. 

    The lifecycle of an activity and fragment refers to the series of states they go through during their existence.

    • Activities and fragments have similar lifecycle methods such as onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy().

    • The lifecycle of a fragment is tied to the lifecycle of its host activity, while an activity can exist independently.

    • The lifecycle methods of an activity are called before th...

  • Answered by AI
  • Q3. Lazy and init meaning.
  • Ans. 

    Lazy refers to delaying the execution of a task until it is actually needed. Init is short for initialization, which is the process of setting up an object or variable before it is used.

    • Lazy loading is a common technique used in mobile app development to improve performance by only loading data when it is needed.

    • Init methods are commonly used in object-oriented programming to set up an object's properties or variables ...

  • Answered by AI
  • Q4. How you learn Android.
  • Ans. 

    I learned Android through online courses, documentation, and practice.

    • To learn Android, I took online courses on platforms like Udemy and Coursera.

    • I also read through the official Android documentation to gain a deeper understanding of the framework.

    • Finally, I practiced building apps on my own and through tutorials to solidify my knowledge.

    • I also participated in online communities like Stack Overflow to learn from othe

  • Answered by AI
  • Q5. About thread and how can we use
  • Q6. Kotlin basic and scope
Round 3 - Behavioral 

(4 Questions)

  • Q1. How to share project to client.
  • Ans. 

    The project can be shared with the client through various methods such as email, cloud storage, or version control systems.

    • Create a build of the project

    • Upload the build to a cloud storage service such as Dropbox or Google Drive

    • Share the link to the build with the client

    • Use a version control system such as Git to share the project with the client

    • Provide instructions on how to build and run the project

  • Answered by AI
  • Q2. Project starting to end developer process
  • Ans. 

    The developer process for a project involves planning, designing, coding, testing, and deployment.

    • Plan the project and gather requirements

    • Design the architecture and user interface

    • Code the application using best practices and coding standards

    • Test the application thoroughly to ensure quality and functionality

    • Deploy the application to the desired platform and monitor its performance

    • Continuously maintain and update the ap

  • Answered by AI
  • Q3. Scrum and agile methodologies
  • Ans. 

    Scrum and agile methodologies are popular project management frameworks used in software development.

    • Scrum is a subset of agile and focuses on iterative development with a fixed timeline called sprints.

    • Agile emphasizes flexibility and collaboration between cross-functional teams.

    • Both methodologies prioritize delivering working software frequently and responding to change.

    • Examples of agile practices include daily stand-...

  • Answered by AI
  • Q4. Did you done any certification in Android?
Round 4 - HR 

(4 Questions)

  • Q1. CCTC and ECTC, preferred location
  • Q2. Why you want to join this company?
  • Q3. Why you leave your current company?
  • Q4. About all documents upload in ibegin portal
Round 5 - DV 

(1 Question)

  • Q1. All mandatory documents upload and verify

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Preperation from your resume and be confident 👍

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They have asked android, thread and java related basic questions in 1st round
  • Q2. They have asked from Kotlin, coroutine, jetpacks, explain some jetpack component, sorting algorithm, design patterns in 2nd round of interview

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know the answer, give correct answer, don't make it long.

and if you don't know the answer , try to remember atleast 1 point about it and if really don't know then directly tell them don't know

I appeared for an interview in May 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Android components
Round 2 - Technical 

(1 Question)

  • Q1. About the past experience of Android apps which i have worked on.
Round 3 - HR 

(1 Question)

  • Q1. Normal salary discussion and relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy but nowadays they are doing fraud, they will give you the offer and when you are ready to join after resigning current company , they started not picking up the calls/emails , so be aware, not to join wipro.
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 

(5 Questions)

  • Q1. Difference between commit( ) and apply( ) in SharedPreferences?
  • Ans. 

    commit() writes the changes synchronously, apply() writes the changes asynchronously.

    • commit() returns a boolean value indicating success or failure, while apply() does not.

    • commit() writes the changes immediately to the disk, while apply() writes the changes to the memory first and then to the disk asynchronously.

    • apply() is faster than commit() as it writes the changes in the background thread.

    • Use commit() when you need...

  • Answered by AI
  • Q2. Difference between Alpha and Beta testing?
  • Ans. 

    Alpha testing is done by internal teams before release, while beta testing is done by external users after alpha testing.

    • Alpha testing is done by internal teams to identify bugs and issues before releasing the software to the public.

    • Beta testing is done by external users who are not part of the development team to gather feedback and identify any remaining issues.

    • Alpha testing is usually done in a controlled environmen...

  • Answered by AI
  • Q3. What is Product Flavour?
  • Ans. 

    Product Flavour is a feature in Android development that allows you to create different versions of your app with different configurations.

    • Product Flavours are used to create different versions of an app for different purposes or target audiences.

    • Each Product Flavour can have its own unique code, resources, and configurations.

    • Product Flavours are defined in the build.gradle file of an Android project.

    • Examples of Produc...

  • Answered by AI
  • Q4. Can we use Activity without XML?
  • Ans. 

    Yes, we can use Activity without XML by programmatically creating the UI elements.

    • Activities can be created and managed entirely in code without using XML layouts.

    • UI elements can be added to the activity using Java code.

    • This approach is useful for creating dynamic UIs or for cases where XML layouts are not suitable.

  • Answered by AI
  • Q5. Can we downgrade the app from PlayStore?
  • Ans. 

    Yes, users can downgrade an app from PlayStore by uninstalling the current version and installing an older version manually.

    • Users can uninstall the current version of the app from their device.

    • They can then search for the older version of the app APK file online or use a backup they may have.

    • After downloading the older version APK, they can manually install it on their device.

  • Answered by AI

Skills evaluated in this interview

Appstation Interview FAQs

How many rounds are there in Appstation interview?
Appstation interview process usually has 1-2 rounds. The most common rounds in the Appstation interview process are Technical and HR.
What are the top questions asked in Appstation interview?

Some of the top questions asked at the Appstation interview -

  1. Description different between react native and react...read more
  2. Explain proj...read more
  3. Design a sys...read more

Tell us how to improve this page.

Appstation Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Appstation Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.5

Salary

2.9

Job security

3.2

Company culture

3.2

Promotions

2.8

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
11 salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Software Engineer
5 salaries
unlock blur

₹6.7 L/yr - ₹11 L/yr

Android Developer
5 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Drupal Developer
4 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Laravel Developer
4 salaries
unlock blur

₹5 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Appstation with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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