Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Mobile Application Developer Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Accenture Mobile Application Developer Interview Questions and Answers

Accenture Mobile Application Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round contains basic aptitude questions

Round 2 - Coding Test 

In coding round string operation are important

Round 3 - Technical 

(1 Question)

  • Q1. It is all about your skills mentioned in the resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Asked questions on Chat GPT, do I read tech based publication and how often? very few questions on my project
  • Q2. The interviewer seemed uninterested from the start, he disconnected twice from the meet
  • Q3. Why should i give this job to you when chatgpt can do the same job?

Mobile Application Developer Interview Questions Asked at Other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orde ... read more
Q2. What can we do to reduce the size of an application developed usi ... read more
Q3. What are the different types of Widgets in Flutter?
asked in Accenture
Q4. why do i use loop and how many types of loops in php?
asked in Zoho
Q5. Explain the concept of multithreading and how is it differ from m ... read more

Interview Questionnaire 

4 Questions

  • Q1. What is the class?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors that an object will have.

    • It serves as a template for creating multiple instances of objects.

    • Objects are instances of a class, and they can have their own unique values for the properties defined in the class.

    • Methods defined in a class can be used to perform actions or manipulate the object's data.

    • In m...

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

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes modularity.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the superclass.

    • Inhe...

  • Answered by AI
  • Q3. What is encapculation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Examples include access modifiers like public, private, and protected in Java.

    • Encapsulation also helps in reduci

  • Answered by AI
  • Q4. Why do i use loop and how many types of loops in php?
  • Ans. 

    Loops are used to execute a block of code repeatedly. PHP has four types of loops: for, while, do-while, and foreach.

    • Loops help in automating repetitive tasks.

    • For loop is used when the number of iterations is known.

    • While loop is used when the number of iterations is unknown.

    • Do-while loop is similar to while loop, but it executes the code block at least once.

    • Foreach loop is used to iterate over arrays or objects.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: written test in html and css with 100 question and i marked 95 question with accurate answer
Tips: i solved each question with hard concentration

Round: Technical Interview
Experience: i answered all the question with explanation on simpe white paper while explain all the question interviewer was looking happy..
because way of my explain was simple and short
Tips: keep your doubts clear

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There were 3 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. Aws cloud pillars name a few
  • Ans. 

    AWS cloud pillars are the foundation of AWS cloud computing services.

    • Security - ensuring data protection and privacy

    • Reliability - ensuring system availability and fault tolerance

    • Performance Efficiency - optimizing resource utilization and scalability

    • Cost Optimization - minimizing costs while maximizing benefits

  • Answered by AI
  • Q2. Aws cloud services name a few
  • Ans. 

    AWS offers a wide range of cloud services for various purposes.

    • Compute services: EC2, Lambda

    • Storage services: S3, EBS

    • Database services: RDS, DynamoDB

    • Networking services: VPC, Route 53

    • Security services: IAM, KMS

    • Analytics services: Redshift, EMR

    • AI/ML services: SageMaker, Rekognition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How much salary u want

Interview Preparation Tips

Topics to prepare for IBM Application Developer interview:
  • AWS
Interview preparation tips for other job seekers - Be confident be yourself and honestly and humbly give your best shot

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java related

Interview Questionnaire 

1 Question

  • Q1. Questions related to dynamic programming ,greedy algorithms etc

Interview Preparation Tips

Interview preparation tips for other job seekers - hard

Interview Questionnaire 

1 Question

  • Q1. Android component, Kotlin basic, Java basic, Aglie Model, Git Flow, Management team

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions will be asked based on the tech skills you mentioned in your Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be three rounds Tech, Manager, and HR round. Mainly you need to clear Tech and Manager round after that it all the Salary part and HR process.

I applied via Campus Placement and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly it was about personal intro as a fresher..and then he asked to justify my CV.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics if you are a fresher..you should have good communicayion skills alos be confident.

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to compare two files in Cobol program with millions of records ? It should be fast and optimised.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share practical experience.

Accenture Interview FAQs

How many rounds are there in Accenture Mobile Application Developer interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Accenture Mobile Application Developer interview?

Some of the top questions asked at the Accenture Mobile Application Developer interview -

  1. why do i use loop and how many types of loops in p...read more
  2. what is encapculati...read more
  3. what is the cla...read more

Tell us how to improve this page.

Accenture Mobile Application Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all
Accenture Mobile Application Developer Salary
based on 14 salaries
₹3.2 L/yr - ₹13 L/yr
12% more than the average Mobile Application Developer Salary in India
View more details

Accenture Mobile Application Developer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.9

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.9

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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