Update appNew update is available. Click here to update.
Accenture interview experience Real time questions & tips from candidates to crack your interview
System Engineer
Accenture
upvote
share-icon
3 rounds | 3 Coding problems
Interview preparation journey
expand-icon
Preparation
Duration: 2 months
Topics: dsa,computer networking,web frameworks - django,linux -Redhat certification,AWS services
Tip
Tip

Tip 1 : Dsa comes with practice
Tip 2 : Linux and AWS are a huge benefit these days
Tip 3 : networking/os is easy to tackle

Application process
Where: Campus
Eligibility: above 6 CGPA, no pending backlogs
Resume Tip
Resume tip

Tip 1 : Have thorough knowledge of what you write on resume
Tip 2 : provide 1-line description of projects/intern/

Interview rounds
01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date24 Aug 2022
Problems1

It was in evening 6 pm. I had woken up from a nap. I was pretty calm before the test. Sleeping before test is really good :),helps you calm down

1. Remove Duplicates from Sorted Array

You are given a sorted integer array 'arr' of size 'n'.


You need to remove the duplicates from the array such that each element appears only once.

<...
View more
Problem approach

You need to update the given array, meaning you have to do all the modifications in the same array without using any data structure. Return the length of the updated array which was the goal

1.Good thing in the question was that the array was sorted. All the duplicate elements will be adjacent to each other.
2. I checked if the current and the next element are equal.
3. If they are...

View more
Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date29 Aug 2022
Problems1
1. K-th largest Number BST

You are given a binary search tree of integers with 'N' nodes. Your task is to return the K-th largest element of this BST.

If there is no K-th largest element in the BST, return -1.

View more
Problem approach

1. The inorder traversal of a bst returns the nodes in asc order. 
2. To find the k th smallest node, you just perform inorder traversal and store the output in an array. 
3. Then the k th largest node would be the (n-k) th smallest node, where n is the total nodes in the bst

I first explained this approach to the interviewer. He looked pretty convinced with the approach....

View more
Try solving now
03
Round
Easy
HR Round
Duration40 Minutes
Interview date31 Aug 2022
Problems1

1 pm in the day
atmosphere was fine. I took this round at my home

1. Basic HR questions

1. What project had I worked on during my internship.. the interviewer wanted to know how well I understood the product i was working on during my internship
2. How to resolve conflicting approaches within team, for decisions to resolve the logical issues within strategy decided earlier. 
3. Was kind of role I was looking to work in at Accenture.

Problem approach

Tip 1: If you've worked in an internship, then you can definitely answer these
Tip 2: Answer confidently always! Also, Don't second guess your answers
Tip 3: Replay these kind of management related past experiences in your head before the interview.

Start a Discussion
Similar interview experiences
company logo
System Engineer
2 rounds | 4 problems
Interviewed by Accenture
262 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 3 problems
Interviewed by Accenture
223 views
0 comments
0 upvotes
company logo
Associate Application Developer
4 rounds | 7 problems
Interviewed by Accenture
103 views
0 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
11 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Cognizant
2700 views
5 comments
0 upvotes
company logo
System Engineer
3 rounds | 5 problems
Interviewed by Infosys
1423 views
0 comments
0 upvotes
company logo
System Engineer
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
1279 views
0 comments
0 upvotes