J'ai passé un entretien chez Accenture (Coimbatore)
Entretien
Cognitive and Technical Assessment - English Ability, Critical Reasoning & Problem Solving, Abstract Reasoning Common Application & MS Office, Pseudocode, Network Security & Cloud, Programming Fundamentals (C, C++, Dot Net, Java, Python) – 2 questions.
Questions d'entretien [1]
Question 1
The function accepts two positive integers ‘r’ and ‘unit’ and a positive integer array ‘arr’ of size ‘n’ as its argument ‘r’ represents the number of rats present in an area, ‘unit’ is the amount of food each rat consumes and each ith element of array ‘arr’ represents the amount of food present in ‘i+1’ house number, where 0 <= i
Note:
Return -1 if the array is null
Return 0 if the total amount of food from all houses is not sufficient for all the rats.
Computed values lie within the integer range.
Example:
Input:
r: 7
unit: 2
n: 8
arr: 2 8 3 5 7 4 1 2
Output:
4
Explanation:
Total amount of food required for all rats = r * unit
= 7 * 2 = 14.
The amount of food in 1st houses = 2+8+3+5 = 18. Since, amount of food in 1st 4 houses is sufficient for all the rats. Thus, output is 4.
J'ai passé un entretien chez Accenture (Bengaluru)
Entretien
1. Project review round
2. HR Round
3. Offer
They have asked for best project I have done that’s it
Other round is full of HR questions.
It’s a very simple process
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 mois. J'ai passé un entretien chez Accenture (Chennai) en nov. 2025
Entretien
Interview process was in 3 rounds
- Appitute and Coding
- Communication
- Technical and HR Interview
All the rounds were easy. And in the last interview it was about us and projects did in past.
Faced problem in scheduling the interview. The portal was not confirming it. Interview was going smooth once scheduled by the interviewer...this is my review on the interview process. There was online interview of one round taken on the schedule timings.
Questions d'entretien [1]
Question 1
About my technical skills which was based on the role.