Upload Button Icon Add office photos

Filter interviews by

EmbDes Technologies Android App Developer Interview Questions and Answers

Updated 11 May 2018

EmbDes Technologies Android App Developer Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. Here first round of interview will be Java if ur applying in software.questions will be on arrays,oops,and language fundamentals and exception handling
  • Q2. Android development
  • Q3. About web services and retrofit in android
  • Q4. Face to face technical rounds
  • Q5. About it previous company projects.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different types of interfaces?
  • Ans. 

    Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.

    • User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)

    • Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports

    • Software interfaces: define how software components interact with each other, such as appl...

  • Answered by AI
  • Q2. What is the output of the program when the expression is evaluated as 0 divided by 7?
  • Ans. 

    The output of the program when 0 is divided by 7 is 0.

    • Division of 0 by any number results in 0.

    • In programming languages, dividing by 0 usually results in an error or undefined behavior.

  • Answered by AI
  • Q3. What are coroutines, scope functions, and visibility modifiers?
  • Ans. 

    Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.

    • Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.

    • Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.

    • Visibility modifiers ...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is the MVVM (Model-View-ViewModel) architectural pattern?
  • Ans. 

    MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the UI elements and sending user interactions to the ViewModel.

    • ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.

    • MVVM helps in achieving se...

  • Answered by AI
  • Q2. What are the reasons for using that, and what are its pros and cons?
  • Ans. 

    Using dependency injection in Android development can improve code maintainability and testability.

    • Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing

    • Cons: initial setup can be complex, may introduce overhead in smaller projects

    • Example: Using Dagger 2 for dependency injection in an Android project

  • Answered by AI
  • Q3. Questions related Dependency injection dagger-hilt / koin
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Normal MCQ questions reasoning, java related and programs outputs

Round 2 - Coding Test 

Difference between abstract classes and interfaces, Array sort time complexity

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

(2 Questions)

  • Q1. Threading kotlin
  • Q2. Play services security
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2023.

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 

(1 Question)

  • Q1. Android: SOLID, Room dB, Jetpack component Kotlin : advantages, elvis operator, inline/higher order function, DSA- array, list
Round 3 - Technical 

(1 Question)

  • Q1. Java basics OOPS, Hashmaps, DSA problem, Android basics
Round 4 - One-on-one 

(1 Question)

  • Q1. Overall journey , goals

Interview Preparation Tips

Interview preparation tips for other job seekers - My all 3 rounds scheduled on the spot & I cleared with good scores. HR confirmed intitally if 1st round cleared they will release offer immediately, but still arranges 2 more rounds but didn't get any offer from them, it was very disappointing & bad experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - One-on-one 

(2 Questions)

  • Q1. Basic android questions
  • Q2. Services mvvm roomdb and all basic android things

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepare well solve leetcode more.
Try to be positive even through you are not getting output try to explain your logic
Round 1 - Technical 

(1 Question)

  • Q1. Oops , programming, collection, java basic and Kotlin basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic welll for java and Kotlin.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness in applications.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.

    • Each thread has its own stack and runs independently, sharing resources with other threads.

    • Examples of multithreading include running background tasks while the main UI thread remains

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Stateflow in compose
  • Ans. 

    Stateflow in Compose is a declarative way to manage UI state changes in Jetpack Compose.

    • Stateflow is a Kotlin Flow that represents a state value and allows for emitting updates to that value.

    • In Jetpack Compose, Stateflow can be used to manage UI state changes in a declarative manner.

    • Stateflow can be observed in Composables to react to state changes and update the UI accordingly.

  • Answered by AI
  • Q2. Mvvp
  • Q3. Cicd

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

1. Unit testing
2. Program testing
3. Full integration testing

Round 2 - HR 

(1 Question)

  • Q1. Salary dission and other Location and other Salary related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Android concept very careful. Practice java problems

EmbDes Technologies Interview FAQs

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

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

  1. Here first round of interview will be Java if ur applying in software.questions...read more
  2. About web services and retrofit in andr...read more
  3. Face to face technical rou...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
Optum Interview Questions
4.0
 • 416 Interviews
Dell Interview Questions
4.0
 • 389 Interviews
Quest Global Interview Questions
3.6
 • 294 Interviews
Qualcomm Interview Questions
3.8
 • 273 Interviews
NeoSOFT Interview Questions
4.0
 • 260 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
FactSet Interview Questions
3.9
 • 207 Interviews
View all

Fast track your campus placements

View all
Embedded Software Engineer
12 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Hardware Design Engineer
6 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Embedded Software Developer
5 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Software Engineer
4 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹7.7 L/yr - ₹33 L/yr

Explore more salaries
Compare EmbDes Technologies with

Teleperformance

3.9
Compare

FIS

3.9
Compare

Nagarro

4.0
Compare

Optum

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