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 started preparing for the interview in my 7th semester only I started preparing for aptitude, reasoning, Communication along with technical concepts that are required for an interview
Application story
I have applied for the job via online through an on campus drive from the training and placement cell of my college
Why selected/rejected for the role?
I have clearly mentioned what I only know in the resume and explained the project well and also mentioned about my work experience in my internship
Preparation
Duration: 6 months
Topics: Aptitude, Reasoning, Communication, Programming, Problem solving, DSA
Tip
Tip

Tip 1 : Practice core concepts
Tip 2 : Practice aptitude because as a fresher aptitude will also be tested

Application process
Where: Campus
Eligibility: Minimum 6.0 CGPA, No backlogs during onboarding
Resume Tip
Resume tip

Tip 1 : Mention only what you know
Tip 2 : Mention projects if done

Interview rounds

01
Round
Medium
Online Coding Test
Duration120 Minutes
Interview date18 Aug 2022
Coding problem2

It was online round with pseudo codes and two coding questions

1. Target Sum

Moderate
0/80
Asked in companies
AccentureOLX GroupZS

You are given an array ‘ARR’ of ‘N’ integers and a target number, ‘TARGET’. Your task is to build an expression out of an array by adding one of the symbols '+' and '-' before each integer in an array, and then by concatenating all the integers, you want to achieve a target. You have to return the number of ways the target can be achieved.

For Example :
You are given the array ‘ARR’ = [1, 1, 1, 1, 1], ‘TARGET’ = 3. The number of ways this target can be achieved is:
1. -1 + 1 + 1 + 1 + 1 = 3
2. +1 - 1 + 1 + 1 + 1 = 3
3. +1 + 1 - 1 + 1 + 1 = 3
4. +1 + 1 + 1 - 1 + 1 = 3
5. +1 + 1 + 1 + 1 - 1 = 3
These are the 5 ways to make. Hence the answer is 5.
Try solving now

2. Product of Array Except Self

Easy
26m average time
0/40
Asked in companies
FacebookDelhiveryIntuit

You have been given an integer array/list (ARR) of size N. You have to return an array/list PRODUCT such that PRODUCT[i] is equal to the product of all the elements of ARR except ARR[i]

 Note :
Each product can cross the integer limits, so we should take modulo of the operation. 

Take MOD = 10^9 + 7 to always stay in the limits.
Follow up :
Can you try solving the problem in O(1) space?
Try solving now
02
Round
Easy
Video Call
Duration20 Minutes
Interview date20 Aug 2022
Coding problem2

This is actually a communication round

1. Communication Question

Given a sentence need to read the sentence

Problem approach

Be clear and read the sentence loud

2. Communication Question

The narrator will narrate a sentence you need to re-narrate the sentence in your own words

Problem approach

Tip 1 : Re-narrate the statement in brief

03
Round
Medium
HR Round
Duration30 Minutes
Interview date30 Aug 2022
Coding problem1

This is basically an interview in which they mostly asked HR questions and questions related to the project done in B.Tech

1. Basic HR Questions

Introduce yourself

Explain about your project

Why Accenture?

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