Update appNew update is available. Click here to update.
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
Journey
I applied through Accenture campus hiring 2023 and got the opportunity to get an Interview for the Application Development Associate role. i got HR interview mail invitation
Application story
Accenture hires around 30-40 % of candidates that pass its final Assesment round. To go through the Recruitment Process, you have to meet the bare minimum eligibility: Grade point average of 60% or above in Class 10th and 12th More than 6.5 CGPA in graduation
Why selected/rejected for the role?
I got selected for my problem solving skills, Good communication skill,Eager to learn new things,so these are the things that's why Accenture showing faith in me.
Preparation
Duration: 2.5 Months
Topics: Data Structures, Java ,Python ,Cloud and Networking
Tip
Tip

Tip 1 : Always keep learning
Tip 2 : Create account on Hackerank & Leetcode
Tip 3 : Do atleast 1 project

Application process
Where: Other
Eligibility: Grade point average of 60% or above in Class 10th and 12th More than 6.5 CGPA in graduation
Resume Tip
Resume tip

Tip 1 : be clear with resume
Tip 2 : do not put false things

Interview rounds
01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date14 Apr 2023
Problems2

Round 1 at Accenture is an online test that consists of 5 sections (Mathematics Ability, Logical Reasoning, Verbal Ability, Pseudocode, and Puzzles). The total duration of the test is 60 minutes. Each section of the test has specific time allocated to them and all questions of that section need to be completed in that specific period. There is no negative marking but you cannot navigate between the questions or sections.

1. OS Question

Why we use semaphore?

2. Largest Element in the Array

Given an array ‘arr’ of size ‘n’ find the largest element in the array.


Example:

Input: 'n' = 5, 'arr' = [1,...
View more
Try solving now
02
Round
Easy
HR Round
Duration30 Minutes
Interview date4 May 2023
Problems1

The HR interview round assesses your overall personality and suitability for the role. You can expect questions on your skills, hobbies, reasons for applying for Mindtree, educational background and expectations from your position

1. Basic HR Questions

Tell me about yourself.
Tell me about your project and internship experience.
What are your hobbies?

Problem approach

Tip 1 : Focus on the way you present your projects.
Tip 2 : Be polite and confident

Join the Discussion
4 replies
profile
20 days ago
import java.util.* ;
import java.io.*; 

public class Solution {

    static int largestElement(int[] arr, int n) {
       int x = arr[0];
       for(int i=0;i<arr.length;i++){
           if(arr[i]>x){
               x=arr[i];
           }
       }
       retur...
See more
0 upvotes
0 replies
Reply
profile
1 month ago
Comment Removed
0 upvotes
0 replies
Reply
profile
2 months ago

5

0 upvotes
0 replies
Reply
profile
3 months ago

I am also apply in Accenture. how can i   improve myself  so that i can crack c accenture exam.  please  guide me.

2 upvotes
0 replies
Reply
Similar interview experiences
company logo
Application Development Associate
3 rounds | 4 problems
Interviewed by Accenture
7339 views
1 comments
0 upvotes
company logo
Application Development Associate
3 rounds | 5 problems
Interviewed by Accenture
327 views
0 comments
0 upvotes
company logo
Application Development Associate
3 rounds | 3 problems
Interviewed by Accenture
445 views
0 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
11 views
0 comments
0 upvotes