Open In App

Accenture Interview Experience 2023

Last Updated : 22 Aug, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

I applied off-campus for the Associate Software Engineer role at the start of month June and received further communication on July 10 to select a slot for the assessment. It includes a total of 4 rounds in the process.

  1. Cognitive assessment and technical assessment
  2. Coding assessment
  3. Communication assessment
  4. HR round

Round 1: Cognitive assessment and technical assessment

In this round, there were 90 questions which were needed to be answered in 90 minutes. The difficulty level of questions was medium. In my case, there were mostly Logical questions and some computer application questions.

Round 2: Coding assessment

If you clear the cutoff of cognitive assessment then after few minutes you will be redirected to the coding round where you have to solve two coding questions in 45 minutes. Most of the time one is easy and other is a medium level coding question.

Ques 1: Ann recently began using the metro to work. We are aware that a single ride or the metro costs one ruble. Ann also learned that she can purchase a unique ticket for the rides (she can buy several times). The price is b rubles. Ann calculated that she would need to take the subway n times. Help Ann out by letting her know how much money she must have in order to buy n rides.

Input

The four numbers n, m, a, b (1 n, m, a, b 1000) on a single line represent the number of rides Ann has scheduled, the number of rides covered by the m ride ticket, the cost of a one ride ticket, and the cost of a m ride ticket.

Output:

Print a single integer – the minimum sum- in rubles that Ann will need to spend.

input : 6 2 1 2

output : 6

Input : 5 2 2 3

output : 8

Ques 2: Return the fewest number of perfect square numbers that add up to n, given an integer n.

input: 12

output: 3

Round 3: Communication assessment

It was a non-elimination round but it was mandatory to attempt to be eligible for the next round. There were sections in the communication round such as

  1. Storytelling
  2. Listening
  3. Articles
  4. Reading
  5. Question Answers

Following the communication round, I received an email inviting me to an interview.

Round 4: Interview Round

  1. Introduced himself
  2. Asked me to introduce myself
  3. Any chess idol you like(I mentioned i play chess)
  4. Both project
  5. Deep and cross questions on project
  6. Internship experience
  7. Achievements in detail
  8. Why Accenture and not any other MNC
  9. Any questions for me

These were all the round included in the hiring process of Accenture.


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

Similar Reads