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

Application Development Associate

Accenture
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3-4 months
Topics: DBMS, DSA, SQL queries, OOPS, Syntax in Python
Tip
Tip

Tip 1 : Basic SQL queries is must
Tip 2 : Interviewer might ask to write solution for any problem, do easy level Leetcode problems to tackle those
 

Application process
Where: Other
Eligibility: 60%+ in 10th, 12th and B.tech
Resume Tip
Resume tip

Tip 1 : Keep your resume simple and minimal. 
Tip 2 : Add minimum of 2 projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration135 minutes
Interview date25 May 2021
Coding problem2

There will be 1 more round if you'll be able to clear this MCQ round. This round is known as Communication Assessment.
It'll take around 10 mins to check if you cleared 1st round or not, if you cleared they'll redirect you to communication round or else they will quit your exam.

1. MCQ Questions

English 20, Quants 20, Reasoning 20, Pseudocode 10, Coding 2

 

Number Of MCQs - 72

2. Count Pairs

Moderate
25m average time
70% success
0/80
Asked in companies
SprinklrAmazonOptum

You are given an array 'A' of length 'N' consisting only of integers. You are also given three integers 'X', 'Y' and 'SUM'. Count the number of pairs ('i', 'j') where 'i' < 'j' such that ('A[i]' * 'X' + 'A[j]' * 'Y') = 'SUM'.

Example :
'N' = 3, 'A' = {3, 1, 2, 3}, 'X' = 4, 'Y'= 2, 'SUM' = 14

For 'i' = 1, 'j' = 2, Value of the expression = 4 * 3 + 2 * 1 = 14.
For 'i' = 1, 'j' = 3, Value of the expression = 4 * 3 + 2 * 2 = 16.
For 'i' = 1, 'j' = 4, Value of the expression = 4 * 3 + 2 * 3 = 18.
For 'i' = 2, 'j' = 3, Value of the expression = 4 * 1 + 2 * 2 = 8.
For 'i' = 2, 'j' = 4, Value of the expression = 4 * 1 + 2 * 3 = 10.
For 'i' = 3, 'j' = 4, Value of the expression = 4 * 2 + 2 * 3 = 14.

The possible pairs are :
(1, 3), (3,4)
Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date10 Jun 2021
Coding problem1

This will be a Technical/HR round

1. DBMS Questions

What are ACID properties, explain?
SQL query to fetch some column from given table.

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
10911 views
1 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 2 problems
Interviewed by Accenture
4186 views
0 comments
0 upvotes
company logo
Application Development Associate
3 rounds | 7 problems
Interviewed by Accenture
4149 views
1 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
1169 views
0 comments
0 upvotes