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

Associate Software Engineer

Accenture
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DS ALGO, RDBMS, Java Programming Language, OOPS Concepts, SQL
Tip
Tip

Tip 1 : Have atleast the fundamental knowledge of Data Structures and basic algorithms. 
Tip 2 : Make a clean looking resume with proper format.
Tip 3 : Have atleast 1 good project in your resume and you should what you have done in your projects and in your internship tasks.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Make a clean-looking resume, with a good format. Do not mention the percentage for your skills.
Tip 2 : Keep your resume short and crisp. Mention details about your skills according to the role you are applying for.

Interview rounds

01
Round
Medium
Online Coding Test
Duration30 minutes
Interview date28 Aug 2021
Coding problem2

1. Trapping Rain Water

Moderate
15m average time
80% success
0/80
Asked in companies
SalesforcePayPalHexaware Technologies

You have been given a long type array/list 'arr’ of size 'n’.


It represents an elevation map wherein 'arr[i]’ denotes the elevation of the 'ith' bar.



Note :
The width of each bar is the same and is equal to 1.
Example:
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].

Output: 10

Explanation: Refer to the image for better comprehension:

Alt Text

Note :
You don't need to print anything. It has already been taken care of. Just implement the given function.
Problem approach

Tip 1 : Your should know any programming language well.
Tip 2 : Sound knowledge on basic Data Structures and Working.
Tip 3 : Practice questions based on arrays, and strings to make your understanding strong.

Try solving now

2. Longest Palindromic Substring

Moderate
20m average time
80% success
0/80
Asked in companies
GartnerGoldman SachsQuikr

Given a sequence, find the length of the longest palindromic subsequence in it.

If the given sequence is “BBABCBCAB”, then the output should be 7 as “BABCBAB” is the longest palindromic subsequence in it. “BBBBB” and “BBCBB” are also palindromic subsequences of the given sequence, but not the longest ones.

Problem approach

Tip 1 : You should know any programming language well.
Tip 2 : Sound knowledge on basic Data Structures and Working.
Tip 3 : Practice questions based on arrays, and strings to make your understanding strong.

Try solving now
02
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date28 Aug 2021
Coding problem2

1. Number Pattern

Easy
0/40
Asked in companies
AccenturePayPalJosh Technology Group

Pattern for N = 4

The dots represent spaces.



Problem approach

Tip  1: Practice Basic Aptitude questions
Tip 2 : Know how the code is executed and know an object-oriented programming language.

Try solving now

2. Puzzle

There are two gates, one to hell and the other to heaven. Two gatekeepers, one for each gate. One of them always speaks the truth and the other always lies but you don’t know which one guards which gate. You are allowed only one question and you need to find out the gate to heaven.

03
Round
Easy
Video Call
Duration20 minutes
Interview date5 Sep 2021
Coding problem1

1. Armstrong Number

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

You are given an integer ‘NUM’ . Your task is to find out whether this number is an Armstrong number or not.

A k-digit number ‘NUM’ is an Armstrong number if and only if the k-th power of each digit sums to ‘NUM’.

Example
153 = 1^3 + 5^3 + 3^3.

Therefore 153 is an Armstrong number.
Problem approach

Tip 1 : Know any Programming Language 
Tip 2 : Have the understanding of basic logic building 
Tip 3 : Practice questions to build logic.

Try solving now

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
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Accenture
3747 views
1 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 10 problems
Interviewed by Accenture
2174 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 11 problems
Interviewed by Accenture
4985 views
1 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 3 problems
Interviewed by Accenture
371 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
5154 views
1 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Tata Consultancy Services (TCS)
3313 views
2 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
2363 views
0 comments
0 upvotes