Accenture Solutions Pvt. Ltd. interview experience Real time questions & tips from candidates to crack your interview

Packaged App Development Associate

Accenture Solutions Pvt. Ltd.
upvote
share-icon
4 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I completed my B.Tech from Jaypee Institute of Information Technology, Noida, in 2025. Currently, I am working at Accenture and, by God’s grace, I am currently sharing my experience for the same company. I started my journey in DSA and web development during my second year of college. I applied to Accenture in my seventh semester of college, during which I did not have any offers.
Application story
I was in the 7th semester of my college. Accenture visited my college through on-campus hiring.
Why selected/rejected for the role?
Because I passed all Online assessments successfully and was confident enough in interviews. I also prepared before hand for input output questions which were about bit manipulation and also had practiced 300+ DSA questions.
Preparation
Duration: 2 months
Topics: OOPS, Aptitude, Java, DBMS, DSA, SQL, Quant
Tip
Tip

Tip 1: Prepare thoroughly for input-output questions.
Tip 2: Prepare well with coding questions.

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

Tip 1: Keep an achievements section in your resume to highlight your key accomplishments.
Tip 2: Include two impactful projects that clearly demonstrate your skills and understanding.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date9 Sep 2024
Coding problem0

The test was divided into sections.
To qualify, we had to clear the cutoff for each section as well as the overall cutoff, which was not disclosed.
The questions included bit manipulation, input-output problems, and SQL query outputs.

02
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date9 Sep 2024
Coding problem2

Just after the cognitive and technical MCQ round, this round was held in the same lab.

1. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
AppleSAP LabsQualcomm

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Problem approach

Simple simulation of Kadane's algorithm.

Try solving now

2. Unique Character Count

Easy
0/40

You are given a string str consisting of lowercase English alphabets. Your task is to determine and count the number of unique characters present in the string.


Problem approach

I used hashing for this.

Try solving now
03
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date12 Sep 2024
Coding problem0

The round was held online with mic and camera on.

This was the communication round which had questions like
1. Repeat the sentence.
2. Speak on a topic for one minute.
3. Speak the correct sentence.
4. Form a sentence from jumbled words and speak.

04
Round
Easy
HR Round
Duration15 minutes
Interview date24 Sep 2024
Coding problem1

The round was held online on a call via the IndiaCampus website.

1. HR Questions

  • How did u spend your college life?
  • What are your strengths and weaknesses?
  • Why did I get into BTech.?
  • What are my future goals?
  • Where do I see myself in five years?
  • How do I handle pressure?
  • Have I worked in team ever?

Here's your problem of the day

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

Skill covered: Programming

Which data structure is used to implement a DFS?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
5027 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6697 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3720 views
0 comments
0 upvotes
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Accenture Solutions Pvt. Ltd.
6 views
0 comments
0 upvotes