Open In App

Accenture Interview experience for ASE (On-Campus)

Last Updated : 12 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

I was having an on-campus drive in which there were a total of 4 rounds

  • Technical Assessment
  • Coding Round
  • Communication round
  • Interview

In the technical round, there were 6 sections and each section would have its own cut-off so you have to clear all your sections individually

Technical Assessments

  1. Abstract Reasoning
  2. Critical Reasoning
  3. Verbal
  4. Common Applications in MS Word
  5. Pseudocode
  6. Network Security and Cloud

Coding Round

There will be mainly two questions one is easy and 2nd one will be medium to hard level

1. You are given a number N and you have to count the total numbers that can be form such that A+B=N and A<B for example if N=7 there will be 3 Numbers

A=1, B=6 => A+B = 1+6=7 and 1<6

A=2, B=5 => A+B = 2+5=7 and 2<5

A=3, B=4 => A+B = 3+4=7 and 3<4

2. You are given a number N and find the total numbers that we can get from 1-N such that the number contains at least one 2 and should have equal number of 2,4,8 in their digits for example let N=900 there will be 6 numbers from 1-900

248, 284, 428, 482, 824, 842 each number is having equal number of 2,4,8 in their digits and there is at least one 2 in their digit

the main problem was it’s constrain i.e 10^10 and if the answer will be too long you have to return the value with MOD 10^7

Communication Round

Here you will be having your english test where in

1. Read some sentences

2. Listen the sentence and repeat that

3. Listen the sentence and arrange them in correct order

4. Listen the story and repeat the key points of that story

5. One HR question like what will you do if you have given some project while travelling from one place to another.

Interview

1. Introduction or Introduce yourself

2. Explain your project

3. Some cross questions from your project will be asked like in my case they have asked me How you have connected with database, How long the data will be stored in the database, How you have converted that project into real-time project.

4. Why you want to join Accenture


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

Similar Reads