Open In App

Accenture Interview Experience

Last Updated : 13 Jul, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Accenture came on campus last year in my college. It was designated as a dream company in our college. So the first round was the aptitude round.

First Round: Difficulty level- Moderate. 70-80 MCQs ( topics like English, Maths, DSA, Oops, Computer basics were covered)

if you manage to clear this round then only you will go for the second round which is coding.

Second Round: It was the coding round. Two questions about coding were asked. One was of moderate level. The second was a little bit difficult

  • Any number n having k digits is an Armstrong number if the sum of digits of n each raised to the power k is equal to n. So you need to implement the function to detect if n is an Armstrong number or not.
  • Any array ‘ arr’ of size n which satisfies the condition arr[j]<arr[j+1], where 0<=j <(n-1) is called mystical array.

The function accepts a positive integer ‘k’ and an integer array ‘ arr’ of size ‘n’ as its argument. To convert this array into a mystical array perform ‘ k’ ( any no. of times) to any element of the array. Implement the function to find and return the number of times ‘k’ is added to the input array to make it a mystical array.

It is an elimination round. Earlier it was not, but this year one of my friends got eliminated in this round. If you can solve both the questions then you will get the Role of Advance Software Engineer, And if you solve only one question then you will get the role of Associate Software Engineer

Third Round: It was the communication ability round. Abilities like reading, listening, and speaking was tested. It was not an elimination round.

Fourth Round: It was the final round. It was like a basic HR interview. Questions like what are your hobbies, where do you see after 5 years, strengths, weaknesses, etc.

Got my offer after 10 days of the final interview.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads