Upload Button Icon Add office photos

Filter interviews by

Accenture Assistant Software Engineer Interview Questions and Answers

Updated 14 Aug 2024

Accenture Assistant Software Engineer Interview Experiences

8 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mcq questions based on aptitude,Cse fundamentals,microsoft excel

Round 2 - Coding Test 

Basic coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join accenture
  • Q2. Where do you see yourself after 5years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude class 10 level questions and english

Round 2 - Communication 

(2 Questions)

  • Q1. Verbal testing and you have to tell the exact
  • Q2. Write the sentence ai just said
  • Ans. 

    The sentence I just said is 'Write the sentence ai just said'

    • Repeat the sentence 'Write the sentence ai just said'

    • Write down the sentence 'Write the sentence ai just said'

    • The sentence is 'Write the sentence ai just said'

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont take too pressure it's easy

Assistant Software Engineer Interview Questions Asked at Other Companies

Q1. 2) What is multithreading, difference between multitasking and mu ... read more
Q2. 1) What do you understand by "String is Immutable"
asked in TCS
Q3. Why is inheritance important in our programming ? Explain it with ... read more
asked in TCS
Q4. 1) Introduction 2) why python ... any project in python ? 3) what ... read more
Q5. 6) What is graph data structure
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good questions asked in exam and that too section cutoff is maintained.

Round 2 - Coding Test 

Good coding questions are given and compiler is also good

Round 3 - Technical 

(1 Question)

  • Q1. Resume should be clear and should be good at skills mentioned in resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Regular aptitude questions

Round 3 - Coding Test 

Simple coding questions

Round 4 - HR 

(3 Questions)

  • Q1. Explain about your projects
  • Q2. Explain challenges faced
  • Ans. 

    As an Assistant Software Engineer, I have faced challenges related to project deadlines, technical complexities, and collaboration.

    • Meeting project deadlines

    • Dealing with technical complexities

    • Collaborating with team members

  • Answered by AI
  • Q3. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well

Accenture interview questions for designations

 Software Engineer

 (228)

 Assistant Software Developer

 (1)

 Associate Software Engineer

 (669)

 Senior Software Engineer

 (78)

 Advanced Software Engineer

 (12)

 Software Engineer Analyst

 (12)

 Software Development Engineer

 (10)

 Junior Software Engineer

 (6)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude covering all questions such as time and work ratio,etc

Round 2 - Coding Test 

Smith number code and one more coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. They asked all the oops concept , SQL etc
  • Q2. SQL questions on joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Always ready for theory and coding questions.They will ask any questions at any time.

I applied via campus placement at R M K Engineering College, Kavaraipettai and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.) Tell me about yourself?
  • Q2. 2.) Tell me about your project that you have done in the academics and also what are all responsibility you have taken?
  • Q3. 3.) and some Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - To get placed in the Accenture, clearing a written test is enough because HR round questions are mostly related to your academics and some Situation based questions. Based on the HR some may get questions related to coding also.

Finally, all you need to know about yourself, and your project and also know what the role you performed in that project, and presence of mind required to answer the situation or task based questions.

All the best.

I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell about your project
  • Q2. Tell about a language that you preferred
  • Q3. Questions on that language in mine case that was python

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with your college project and every information related with it.

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. What is your basic skills?
  • Q2. What is your area of interest?
  • Q3. Why IT?
  • Q4. Why Accenture?

Interview Preparation Tips

Round: Test
Experience: Basic areas such as quants, English ability and logical reasoning are tested.
Duration: 1 hour
Total Questions: 50

Round: Group Discussion
Experience: A group of 5 participants were selected for each GD and discussion was carried out.
Tips: Ability to speak is checked.
Should not be silent.
Duration: 20 minutes

College Name: PSG College Of Technology, Coimbatore

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a off campus exam where some MCQ related to aptitude, English, and programming were asked and 2 coding questions asked

Round 2 - Technical 

(4 Questions)

  • Q1. Difference between GitHub and Git
  • Ans. 

    GitHub is a web-based platform for hosting and collaborating on Git repositories.

    • GitHub is a web-based platform for hosting Git repositories.

    • Git is a version control system that tracks changes in files.

    • GitHub provides additional features like issue tracking, pull requests, and project management.

    • Git is a command-line tool used for version control.

  • Answered by AI
  • Q2. Function overloading
  • Q3. Types of inheritance
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and so on.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inheritance: a combin...

  • Answered by AI
  • Q4. Difference between c++ and java
  • Ans. 

    C++ is a statically typed language with manual memory management, while Java is a dynamically typed language with automatic memory management.

    • C++ is compiled directly to machine code, while Java is compiled to bytecode and runs on a virtual machine (JVM)

    • C++ supports multiple inheritance, while Java supports only single inheritance through classes and multiple inheritance through interfaces

    • C++ has pointers and allows di...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What did you eat today
  • Q2. Weakness and strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basic and you are good to go

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Aptitude, Quantative, Technical (Cloud, DSA etc)

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, Questions based on technical info provided in resume(Coding language based).
  • Q2. I was asked basics from Java and DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Practise basics well. Practise soft skills. Strengthen resume.

Accenture Interview FAQs

How many rounds are there in Accenture Assistant Software Engineer interview?
Accenture interview process usually has 3-4 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Accenture Assistant Software Engineer interview?

Some of the top questions asked at the Accenture Assistant Software Engineer interview -

  1. Write the sentence ai just s...read more
  2. Explain challenges fa...read more
  3. Questions on that language in mine case that was pyt...read more

Tell us how to improve this page.

Accenture Assistant Software Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Aptitude Test Round - 1
  • Aptitude Test Round - 2
View more
Accenture Assistant Software Engineer Salary
based on 159 salaries
₹2.5 L/yr - ₹6 L/yr
9% more than the average Assistant Software Engineer Salary in India
View more details

Accenture Assistant Software Engineer Reviews and Ratings

based on 26 reviews

4.1/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.9

Salary

3.6

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 26 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.3 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19.2 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview