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 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 Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Concepts of object oriented programming, asp. Net framework,Collection, questions from c#, solid principles, design pattern, sql, indexes, views, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basic concepts and try to answer the question by explaining the concepts and give examples wherever possible especially from your project.
Explain your role and task in your projects very well and try to align it with the requirements

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.

Interview Questionnaire 

3 Questions

  • Q1. Write a code for arranging numbers in sorted order
  • Ans. 

    Code for arranging numbers in sorted order

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

    • Determine if the numbers are integers or floating point numbers

    • Consider the size of the input array and the time complexity of the algorithm

    • Check for edge cases like empty array or array with only one element

  • Answered by AI
  • Q2. What is Data Mining
  • Ans. 

    Data mining is the process of discovering patterns and insights from large datasets.

    • It involves using statistical and machine learning techniques to analyze data

    • The goal is to extract useful information and knowledge from the data

    • Examples include identifying customer buying patterns or predicting stock prices

    • Data mining can also be used in fields such as healthcare to identify disease risk factors

  • Answered by AI
  • Q3. What is a need of compiler
  • Ans. 

    Compiler is needed to translate high-level programming language code into machine code.

    • Compilers are used to convert human-readable code into machine-readable code.

    • They help in detecting errors and bugs in the code before execution.

    • Compilers optimize the code for better performance and efficiency.

    • Examples of compilers include GCC, Clang, and Visual C++.

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. What is the difference between window os and ubuntu
  • Ans. 

    Windows OS is a proprietary operating system developed by Microsoft while Ubuntu is a free and open-source operating system based on Linux.

    • Windows OS is more widely used in desktops and laptops while Ubuntu is popular among developers and servers.

    • Windows OS has a graphical user interface (GUI) while Ubuntu can be used with or without a GUI.

    • Windows OS has a larger selection of software and games available while Ubuntu h...

  • Answered by AI
  • Q2. What are the  advantages and disadvantages of open source software
  • Q3.  The use of 64 bit architecture
  • Ans. 

    64-bit architecture allows for larger memory addressing and faster processing speeds.

    • 64-bit architecture can address more memory than 32-bit architecture

    • 64-bit architecture can perform more calculations per clock cycle

    • 64-bit architecture is required for certain software applications, such as video editing or scientific simulations

  • Answered by AI
  • Q4. Different questions were asked on the basis of resume

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1.  What is sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting is used to organize data for easier access and retrieval.

    • There are various sorting algorithms such as bubble sort, insertion sort, quicksort, etc.

    • Sorting can be done in ascending or descending order.

    • Examples of sorting include sorting a list of names alphabetically or sorting a list of numbers in numerical order.

  • Answered by AI
  • Q2. What is the difference between heap sorting and insertion sorting
  • Ans. 

    Heap sorting is a comparison-based sorting algorithm that divides the input into a sorted and an unsorted region, while insertion sorting builds the final sorted array one item at a time.

    • Heap sorting has a worst-case time complexity of O(n log n), while insertion sorting has a worst-case time complexity of O(n^2)

    • Heap sorting is not an in-place sorting algorithm, while insertion sorting is

    • Heap sorting is more efficient ...

  • Answered by AI
  • Q3.  What is type casting
  • Ans. 

    Type casting is the process of converting a variable from one data type to another.

    • It is also known as type conversion.

    • It can be done implicitly or explicitly.

    • Explicit type casting involves the use of casting operators.

    • Examples include converting an integer to a string or a float to an integer.

    • Type casting can lead to loss of data or precision.

  • Answered by AI
  • Q4. Describe types of inheritance
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Single Inheritance: A derived class inherits from a single base class.

    • Multiple Inheritance: A derived class inherits from multiple base classes.

    • Multilevel Inheritance: A derived class is created from another derived class.

    • Hierarchical Inheritance: Multiple derived classes inherit from a single base class.

    • Hybrid Inheritance: Combinatio

  • Answered by AI
  • Q5. What is the  source code for doubly linked list
  • Ans. 

    The source code for doubly linked list is a data structure that contains nodes with pointers to the previous and next nodes.

    • Declare a node struct with data, prev, and next pointers

    • Create a head and tail pointer to the first and last nodes

    • Implement functions to add, remove, and traverse nodes

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience:  

General Tips: One should be well prepared with their final year project, and the extra curricular activities in which one was/ is involved in.
Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Give a detail description of final year project
  • Q2. What is software devlopement life cycle and why testing is done?
  • Ans. 

    Software development life cycle (SDLC) is a process followed to develop software. Testing is done to ensure quality and functionality.

    • SDLC is a process that includes planning, designing, coding, testing, and maintenance.

    • Testing is done to identify and fix defects, ensure functionality, and improve quality.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing can be m...

  • Answered by AI
  • Q3. Difference between windows and linux and  which OS you prefer and why?
  • Ans. 

    Windows and Linux are two different operating systems. I prefer Linux because of its open-source nature and flexibility.

    • Windows is a proprietary operating system developed by Microsoft, while Linux is an open-source operating system.

    • Linux is more flexible and customizable than Windows.

    • Linux is known for its stability and security.

    • Windows is more user-friendly and has better compatibility with software.

    • Examples of Linux...

  • Answered by AI
  • Q4. Give a introduction about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in marketing and sales.

    • I have over 10 years of experience in the marketing industry, working for both small startups and large corporations.

    • I have a proven track record of successfully implementing marketing strategies that have resulted in significant revenue growth.

    • I am skilled in market research, competitor analysis, and customer segmentat...

  • Answered by AI
  • Q5. Why your CGPA is low when compared to your school percentage
  • Ans. 

    My CGPA is lower than my school percentage due to various factors.

    • Different grading systems: CGPA is based on a different scale than school percentage.

    • Difficulty level: The subjects in college may be more challenging than in school.

    • Personal circumstances: I may have faced personal challenges that affected my academic performance.

    • Learning style: College may require different study techniques that I am still adapting to.

    • ...

  • Answered by AI
  • Q6. Can you work in the company for two years at a stretch

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

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 HR, Aptitude Test and Coding Test.
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.4k 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
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
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Accenture Mobile Application Developer Salary
based on 14 salaries
₹3.1 L/yr - ₹13 L/yr
15% 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
38.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
17.4k salaries
unlock blur

₹0 L/yr - ₹0 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