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

Fullstack Developer

Accenture
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
Overall, it has been a great journey so far. It is one of the best organizations, especially in terms of industrial projects, because if you are skilled in areas like development, testing, or cloud, you will definitely get projects that match your skill set, and they will utilize you accordingly. Among service-based companies, I think it is one of the best places to learn and enhance your skills and knowledge.
Application story
I applied through the Accenture job portal, and after a few days, I received an invitation to take the exam, which consisted of four rounds. The first round was an elimination round with an aptitude test, and you had to score at least 60% to qualify for the next round, i.e., the coding round. If you failed, you would be completely disqualified from the rest of the hiring process. The third round was the English-speaking round, which was not mandatory, but you still had to opt for it. The fourth and final round was an online face-to-face technical interview along with the HR interview, which lasted about 45–60 minutes.
Preparation
Duration: 6 Months
Topics: Python, HTML, CSS, JavaScript, Django, Bootstrap, MySQL
Tip
Tip

Tip 1: Spend sufficient time on DSA, as it is the first step to enter any company, including Accenture.

Tip 2: Be very clear about at least one basic programming language, like Python or Java.

Tip 3: Whether you are a fresher or experienced, focus properly on your projects — what you did in college or in previous organizations. Be honest, give proper explanations, and do not copy and paste things from the internet.

Application process
Where: Company Website
Eligibility: 70% or 7 CGPA from Higher Secondary to till your bachelors. (Salary Package: 4.5 LPA)
Resume Tip
Resume tip

Tip 1: Mention only those skills that you actually know.

Tip 2: Mention only those projects you are most comfortable with, as interviewers will review your projects and ask cross-questions most of the time.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date30 Apr 2021
Coding problem1

1. Password Validation

You are given a function int checkPassword(char str[], int n);
The function accepts a string str of size n as an argument. Implement the function so that it returns True if the given string str is a valid password, otherwise False. A string str is considered a valid password if it satisfies the conditions below:

  • It is at least 7 characters long.
  • It contains at least one numeric digit and one capital letter.
  • It does not contain a slash or space character.
  • The starting character must not be a number.
  • The string str should not be empty.
02
Round
Medium
Online Coding Interview
Duration45 minutes
Interview date7 May 2021
Coding problem2

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeTata Consultancy Services (TCS)Samsung

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Try solving now

2. Search in a Linked List

Easy
10m average time
90% success
0/40
Asked in companies
Tata Consultancy Services (TCS)AccentureONEPERCENT SOFTWARE (OPC) PRIVATE LIMITED

You are given a Singly Linked List of integers with a head pointer. Every node of the Linked List has a value written on it.


A sample Linked List:

Sample Linked List

Now you have been given an integer value, 'K'. Your task is to check whether a node with a value equal to 'K' exists in the given linked list. Return 1 if node exists else return 0.

Try solving now
03
Round
Medium
Face to Face
Duration45 minutes
Interview date11 May 2021
Coding problem1

1. Project Discussion

Asked about the major as well as minor projects that you have done during your college time.

  • Tell me about the projects you did in your degree program.
    The interviewer will pick one of the projects and ask cross-questions about it.
  • What was the motive behind this project?
  • What technologies did you use in this project?
  • Is this project available on the internet?
  • Why did you choose this technology if similar work is already done using other technologies?
  • They also asked random questions like: What is OOP? Questions about Java Collections, and some basics of DBMS and OS.
04
Round
Easy
HR Round
Duration20 minutes
Interview date15 May 2021
Coding problem1

1. HR Questions

They asked about the experience you gained from your college projects. What is the use of those projects? Do these projects help or solve real-world problems? They also asked about your expectations from the organization. The conversation included topics like work culture, the organization's expectations from you, previous employment, and salary discussions.

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
Fullstack Developer
3 rounds | 3 problems
Interviewed by Accenture
1325 views
0 comments
0 upvotes
company logo
Associate Software Developer
3 rounds | 4 problems
Interviewed by Accenture
6617 views
2 comments
0 upvotes
company logo
Network security
4 rounds | 7 problems
Interviewed by Accenture
1508 views
0 comments
0 upvotes
company logo
Application Developer
1 rounds | 5 problems
Interviewed by Accenture
20329 views
3 comments
0 upvotes
Companies with similar interview experiences
Fullstack Developer
3 rounds | 4 problems
Interviewed by Virtusa
2094 views
0 comments
0 upvotes
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by HashedIn
1020 views
0 comments
0 upvotes
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
810 views
0 comments
0 upvotes