Accenture interview experience Real time questions & tips from candidates to crack your interview

Application Development Associate

Accenture
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I was selected in August 2023 and will be joining in August 2024. It feels amazing and makes me proud. My family is also very happy and proud. One thing to remember: consistency is the key to success.
Application story
I filled out the application and got shortlisted. After that, there was an aptitude round, followed by a coding round, a communication round, and the final interview.
Why selected/rejected for the role?
Because I practiced well, solved at least 250 MCQs for aptitude, and answered confidently in the interview.
Preparation
Duration: 2.5 months
Topics: Java, DSA, MySQL, HTML, CSS, JavaScript, Flutter
Tip
Tip

Tip 1 : Prepare well for aptitude.
Tip 2 : Solve coding problems on online coding platforms.
Tip 3 : Mention at least 2 projects that you have done yourself.

Application process
Where: Campus
Eligibility: 7 CGPA, (Salary package: 4.5 LPA)
Resume Tip
Resume tip

Tip 1: Mention at least 2 projects.
Tip 2: Mention at least 5 technical skills.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration135 minutes
Interview date16 Aug 2023
Coding problem2

1. Closest Number

Easy
15m average time
85% success
0/40
Asked in companies
MicrosoftArcesiumExpedia Group

Rounding to the Nearest Multiple: Given an integer n and another integer m, round n to the nearest multiple of m. If n is exactly halfway between two multiples, round up. For example:
n = 17, m = 5 -> 20
n = 12, m = 10 -> 10
n = 15, m = 10 -> 20

Try solving now

2. Largest Element in the Array

Easy
10m average time
90% success
0/40
Asked in companies
AccentureCognizantMakeMyTrip

Given an array of size N. Write a program to find largest element from given array.

Problem approach

Sort the array in ascending order. Once the array is sorted, the first element of the array will be the minimum element and the last element of the array will be the maximum element.

Try solving now
02
Round
Medium
Video Call
Duration30 minutes
Interview date23 Aug 2023
Coding problem2

1. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
OptumAccentureWells Fargo

Write a program to sort an array using Bubble sort algorithm

Problem approach

We need to sort array from backside I.e. last element get sorted first like that

Try solving now

2. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Dell TechnologiesThalesMicrosoft

Given an array of integers arr[] of size n, the task is to rotate the array elements to the left by d positions.

Problem approach

The idea is to use a temporary array of size n, where n is the length of the original array. If we left rotate the array by d positions, the last n – d elements will be at the front and the first d elements will be at the end.


Copy the last (n – d) elements of original array into the first n – d positions of temporary array.
Then copy the first d elements of the original array to the end of temporary array. 
Finally, copy all the elements of temporary array back into the original array.

Try solving now
03
Round
Medium
HR Round
Duration30 minutes
Interview date29 Aug 2023
Coding problem1

1. HR Questions

Tell about your project, problems faced in the project, how you tackled those problems?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Application Development Associate
3 rounds | 4 problems
Interviewed by Accenture
10912 views
1 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
1512 views
0 comments
0 upvotes
company logo
Application Development Associate
3 rounds | 7 problems
Interviewed by Accenture
4150 views
1 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
1170 views
0 comments
0 upvotes