Upload Button Icon Add office photos
Engaged Employer

i

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

Cognizant Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 49.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Mobile App Developer Interview Questions and Answers

Updated 14 Jan 2021

Cognizant Mobile App Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Which language u r comfortable

Interview Preparation Tips

Interview preparation tips for other job seekers - Please provide more placement to MCA students

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Explain android life cycle?
  • Ans. 

    Android life cycle refers to the stages a mobile app goes through from creation to termination.

    • There are four stages in the Android life cycle: onCreate(), onStart(), onResume(), and onDestroy().

    • onCreate() is called when the app is first created.

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

    • onResume() is called when the app is in the foreground and the user is interacting with it.

    • onDestroy() is called wh...

  • Answered by AI
  • Q2. Types of intent?
  • Ans. 

    Intents are actions that can be performed in an app. There are two types of intents: explicit and implicit.

    • Explicit intents are used to start a specific component within the app, such as opening a new activity or service.

    • Implicit intents are used to request an action from another app, such as opening a web page or sending an email.

    • Intents can also have data attached to them, such as a URI or extra information.

    • Examples ...

  • Answered by AI
  • Q3. What technology are you intersted in?
  • Ans. 

    I am interested in Artificial Intelligence and Machine Learning.

    • I have experience in developing chatbots using NLP and ML algorithms.

    • I am interested in exploring computer vision and image recognition.

    • I have worked with TensorFlow and Keras for developing ML models.

    • I am also interested in exploring the potential of AI in healthcare and medical diagnosis.

  • Answered by AI
  • Q4. What is java ?
  • Ans. 

    Java is a high-level programming language used for developing desktop, web, and mobile applications.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java Virtual Machine (JVM) executes the bytecode

    • Java is used for developing Android apps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's depends on how the candidate response.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There is aptitude test

Round 2 - Aptitude Test 

Yeah some times there is taff questions too

Round 3 - Technical 

(2 Questions)

  • Q1. I can't share quotation
  • Q2. No I can't share here

Interview Preparation Tips

Interview preparation tips for other job seekers - Please contact all companies and develop ur skill side by side
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(13 Questions)

  • Q1. Android Activity LifeCycel
  • Q2. Android Fragment Life Cycle. The interviewer asked me which life cycle methods get triggered in different scenarios.
  • Q3. Higher Order and Lambda Functions in Kotlin
  • Ans. 

    Higher Order and Lambda Functions in Kotlin

    • Higher order functions are functions that take other functions as parameters or return functions

    • Lambda functions are anonymous functions that can be used as arguments or return values in higher order functions

    • They provide a concise way to write code and enable functional programming in Kotlin

  • Answered by AI
  • Q4. Kotlin OOPS concepts - Classes, Objects inheritance, Polymorphism, Encapsulation, Abstraction, Interfaces, Visibility Modifiers, Companion Object, Object Expression, Object Declaration
  • Q5. Intents, Intent Filter, Broadcast Recievers, Push Notifications
  • Q6. Unit Testing and UI Testing
  • Q7. Multi Modular Project structure
  • Ans. 

    Multi Modular Project structure is an architectural approach that divides an application into multiple modules for better organization and scalability.

    • Divide the application into separate modules based on functionality or features.

    • Each module should have its own set of code, resources, and dependencies.

    • Modules can communicate with each other through defined interfaces or APIs.

    • Modularization helps in code reusability, e...

  • Answered by AI
  • Q8. MVVM architecture, VM advantages, Livedata
  • Q9. Multi Threading, Coroutines
  • Q10. Dependency Injection
  • Q11. Showed me Some Kotlin codes and ask me to explain those codes and tell the output
  • Q12. Null Pointer Prevention and Type safety in kotlin
  • Ans. 

    Null pointer prevention and type safety in Kotlin

    • Kotlin uses nullable and non-nullable types to prevent null pointer exceptions

    • The safe call operator '?' can be used to safely access nullable variables

    • The '!!' operator can be used to explicitly throw a null pointer exception

    • Kotlin's type system ensures type safety by checking types at compile-time

  • Answered by AI
  • Q13. Scope functions
Round 2 - HR 

(1 Question)

  • Q1. Just basic details like current salary, expectation, Notice Period, Location Preferences
Round 3 - One-on-one 

(1 Question)

  • Q1. This was basically salary negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiters are umresponsive, recruitment process is very slow, keep reaching out from your end in case of concerns.
Accenture Toll free Helpdesk is very helpful.

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. What is AnyObject, Observer, coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep clam, keep focus, Copy paste the sample code on textEdit on large formate and understand

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

Interview Questionnaire 

1 Question

  • Q1. MVVM, Swift Basics, Autolayouts, and coding assigments

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare swift basics, be confident

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

Interview Questionnaire 

1 Question

  • Q1. Tell about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell

Interview Questionnaire 

4 Questions

  • Q1. Explain android life cycle?
  • Ans. 

    Android life cycle refers to the stages a mobile app goes through from creation to termination.

    • There are four stages in the Android life cycle: onCreate(), onStart(), onResume(), and onDestroy().

    • onCreate() is called when the app is first created.

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

    • onResume() is called when the app is in the foreground and the user is interacting with it.

    • onDestroy() is called wh...

  • Answered by AI
  • Q2. Types of intent?
  • Ans. 

    Intents are actions that can be performed in an app. There are two types of intents: explicit and implicit.

    • Explicit intents are used to start a specific component within the app, such as opening a new activity or service.

    • Implicit intents are used to request an action from another app, such as opening a web page or sending an email.

    • Intents can also have data attached to them, such as a URI or extra information.

    • Examples ...

  • Answered by AI
  • Q3. What technology are you intersted in?
  • Ans. 

    I am interested in Artificial Intelligence and Machine Learning.

    • I have experience in developing chatbots using NLP and ML algorithms.

    • I am interested in exploring computer vision and image recognition.

    • I have worked with TensorFlow and Keras for developing ML models.

    • I am also interested in exploring the potential of AI in healthcare and medical diagnosis.

  • Answered by AI
  • Q4. What is java ?
  • Ans. 

    Java is a high-level programming language used for developing desktop, web, and mobile applications.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java Virtual Machine (JVM) executes the bytecode

    • Java is used for developing Android apps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's depends on how the candidate response.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

By Tcs hiring process

Round 2 - Coding Test 

Some dsa questions
Like based on kadane algorithm
And some implementations based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Hard work and do focus on coding
Do coding practice on
Codeforces
Leetcode
Codechef
Atcoder
Careercup
Topcoder
Hackerrank
Hackerearth
And some more platforms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

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

    • 5 years of experience in Android app development

    • Strong knowledge of Java and Kotlin programming languages

    • Experience with RESTful APIs and third-party libraries

    • Designed and implemented user-friendly interfaces

    • Published multiple apps on Google Play Store

  • Answered by AI
  • Q2. What is meant by pricing procedure?
  • Ans. 

    Pricing procedure refers to the process of determining the price of a product or service based on various factors.

    • Pricing procedure involves analyzing costs, competition, target market, and value proposition.

    • It helps in setting a price that maximizes profits while remaining competitive in the market.

    • Different pricing strategies such as cost-plus pricing, value-based pricing, and competitive pricing can be part of a pri...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Android Mobile Application Developer interview:
  • SAP SD

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Cognizant Mobile App Developer Salary
based on 5 salaries
₹8 L/yr - ₹21.6 L/yr
243% more than the average Mobile App Developer Salary in India
View more details

Cognizant Mobile App Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate
72.3k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹2.4 L/yr - ₹9.6 L/yr

Senior Associate
48.5k salaries
unlock blur

₹8.9 L/yr - ₹27.3 L/yr

Senior Processing Executive
28.8k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.7 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

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