Upload Button Icon Add office photos

Filter interviews by

MedOnGo Android Developer Interview Questions and Answers

Updated 27 Sep 2021

MedOnGo Android Developer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. SQL,Android core questions , Core Java , Code Understanding, Java programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and confident.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic technical knowledge question
  • Q2. Android related questions
Round 2 - HR 

(2 Questions)

  • Q1. Communication skill
  • Q2. Salary regarding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 

(2 Questions)

  • Q1. Explain Activity lifecycle
  • Ans. 

    Activity lifecycle refers to the series of states an activity goes through during its lifetime in an Android app.

    • Activity is created with onCreate() method

    • Activity is started with onStart() method

    • Activity is resumed with onResume() method

    • Activity is paused with onPause() method

    • Activity is stopped with onStop() method

    • Activity is destroyed with onDestroy() method

  • Answered by AI
  • Q2. What is databinding
  • Ans. 

    Data binding is a technique in software development that establishes a connection between the UI components and the data sources.

    • Data binding allows for automatic synchronization of data between the UI and data sources.

    • It reduces boilerplate code by eliminating the need for manual updates to the UI when data changes.

    • Data binding can be implemented using frameworks like Android Data Binding Library.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - answering questions with small real time examples is helpful.

Skills evaluated in this interview

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

I was interviewed before Aug 2023.

Round 1 - HR 

(2 Questions)

  • Q1. About interview process
  • Q2. Discussion on Salary
Round 2 - Assignment 

Assignment conducted

I was interviewed 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical knowledge question
  • Q2. Android related questions
Round 2 - HR 

(2 Questions)

  • Q1. Communication skill
  • Q2. Salary regarding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Encription and decription in swift
  • Ans. 

    Encryption and decryption in Swift involves using cryptographic algorithms to encode and decode data securely.

    • Use common encryption algorithms like AES or RSA for encryption.

    • Implement encryption using libraries like CommonCrypto or CryptoSwift.

    • Store encryption keys securely and use secure protocols for data transmission.

    • Example: Encrypting a string using AES encryption in Swift.

  • Answered by AI
  • Q2. Keychain access in swift
  • Ans. 

    Keychain access in Swift allows secure storage of sensitive information like passwords, tokens, etc.

    • Use Keychain Services API to securely store and retrieve sensitive data.

    • Keychain items are stored securely in the device's keychain and are encrypted.

    • Access keychain items using unique identifiers called keys.

    • Use Keychain Swift library for easier implementation.

  • Answered by AI
  • Q3. Class vs struct
  • Ans. 

    Classes are reference types, while structs are value types in Swift.

    • Classes are reference types, meaning they point to the same instance in memory when assigned to a new variable.

    • Structs are value types, meaning they create a new copy when assigned to a new variable.

    • Use classes for complex data structures or when you need inheritance, use structs for simple data types or when you want value semantics.

    • Example: class Per...

  • Answered by AI
  • Q4. If let and guard let
  • Q5. Grand central dispatch in swift
  • Ans. 

    Grand Central Dispatch (GCD) is a technology in Swift for managing concurrent operations.

    • GCD allows developers to perform tasks concurrently without having to manage threads manually.

    • It provides a high-level API for managing tasks and executing them on different queues.

    • Developers can use GCD to perform tasks in the background, update the UI on the main thread, and more.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Singletone, multithreading, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - basic iOS concepts, design pattern, simple code
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Explain Activity lifecycle
  • Ans. 

    Activity lifecycle refers to the series of states an activity goes through during its lifetime in an Android app.

    • Activity is created with onCreate() method

    • Activity is started with onStart() method

    • Activity is resumed with onResume() method

    • Activity is paused with onPause() method

    • Activity is stopped with onStop() method

    • Activity is destroyed with onDestroy() method

  • Answered by AI
  • Q2. What is databinding
  • Ans. 

    Data binding is a technique in software development that establishes a connection between the UI components and the data sources.

    • Data binding allows for automatic synchronization of data between the UI and data sources.

    • It reduces boilerplate code by eliminating the need for manual updates to the UI when data changes.

    • Data binding can be implemented using frameworks like Android Data Binding Library.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - answering questions with small real time examples is helpful.

Skills evaluated in this interview

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

I was interviewed before Aug 2023.

Round 1 - HR 

(2 Questions)

  • Q1. About interview process
  • Q2. Discussion on Salary
Round 2 - Assignment 

Assignment conducted

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
IQVIA Interview Questions
3.9
 • 461 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 234 Interviews
Abbott Interview Questions
4.1
 • 145 Interviews
Max Healthcare Interview Questions
4.1
 • 132 Interviews
Fortis Healthcare Interview Questions
4.0
 • 123 Interviews
View all
MedOnGo Android Developer Salary
based on 4 salaries
₹2.5 L/yr - ₹6 L/yr
38% less than the average Android Developer Salary in India
View more details

MedOnGo Android Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
8 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

Java Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Operations Manager
4 salaries
unlock blur

₹6.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare MedOnGo with

Wipro

3.7
Compare

Sun Pharmaceutical Industries

4.0
Compare

Aurobindo Pharma

4.0
Compare

IQVIA

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