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

Application Development Associate

Accenture
upvote
share-icon
4 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, Computer Networks, DBMS, OOPS, Algorithms, Operating Systems
Tip
Tip

Tip 1 : Projects matters a lot. So do At least 2 good projects.
Tip 2 : Practice aptitude and coding questions because first 2 rounds are the most important ones.

Application process
Where: Company Website
Eligibility: 6.5 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date1 Mar 2021
Coding problem1

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
FacebookAmerican ExpressJP Morgan

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
02
Round
Medium
Online Coding Test
Duration60 Minutes
Interview date10 Mar 2021
Coding problem1

1. Count Number of Subsequences

Moderate
15m average time
85% success
0/80
Asked in companies
HCL TechnologiesGoldman SachsTata Consultancy Services (TCS)

Given an array of non-negative integers ‘A’ and an integer ‘P’, find the total number of subsequences of ‘A’ such that the product of any subsequence should not be more than ‘P’.

A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.
Note
You need to print your answer modulo 10^9 + 7.
For Example
Let us take  A = [1,2,3] and P = 4. 
All the subsequences not having product more than ‘4’ are {1}, {2}, {3}, {1,2}, {1,3}. Therefore count is equal to ‘5’.
Problem approach

Step 1 : I first applied bubble sort. It was not good enough.
Step 2 : Interviewer asked me to optimise the solution.
Step 3 : Then i gave solution with merge sort and interviewer was happy.

Try solving now
03
Round
Easy
Group Discussion
Duration60 Minutes
Interview date30 Mar 2021
Coding problem0
04
Round
Easy
Face to Face
Duration30 Minutes
Interview date15 Apr 2021
Coding problem1

1. Operating System Based Questions

What are semaphores?
What is virtual memory?

Problem approach

Tip 1 : Read Galvin for OS thoroughly.
Tip 2 : Do practice for SQL queries.

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