Upload Button Icon Add office photos

Filter interviews by

Accenture Associate Engineer Interview Questions, Process, and Tips

Updated 23 Jan 2025

Top Accenture Associate Engineer Interview Questions and Answers

View all 21 questions

Accenture Associate Engineer Interview Experiences

77 interviews found

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

Age, relations, ratio

Round 2 - Coding Test 

Simple coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Why join accenture
  • Ans. 

    Join Accenture for diverse projects, global exposure, and continuous learning opportunities.

    • Opportunity to work on diverse projects across industries

    • Global exposure with opportunities to work in different countries

    • Continuous learning and development through training programs and certifications

    • Access to cutting-edge technologies and tools

    • Collaborative and inclusive work culture

  • Answered by AI
  • Q2. About projects i have done
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Cognitive and technical related

Round 2 - Coding Test 

2 coding questions, basic string and math related

Round 3 - HR 

(2 Questions)

  • Q1. Explain projects
  • Ans. 

    Projects are specific tasks or assignments that engineers work on to achieve a particular goal or outcome.

    • Projects involve setting goals and objectives

    • Projects require planning, execution, and monitoring

    • Projects often involve collaboration with team members

    • Examples: developing a new software application, designing a new product, implementing a new system

  • Answered by AI
  • Q2. Basic question on react

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was really good experience

Round 2 - Assignment 

It was really good experience

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.

    • Graduated with a degree in Engineering from XYZ University

    • Completed internships at ABC Company and gained hands-on experience in project management

    • Proficient in CAD software and technical drawing

  • Answered by AI
  • Q2. Asked projects and it's working
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Average coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduce about yourself
  • Q2. About Projects

Accenture interview questions for designations

 Associate Technical Engineer

 (1)

 Associate

 (112)

 Associate Software Engineer

 (670)

 Associate Systems Engineer

 (8)

 Associate Data Engineer

 (3)

 Associate Engineer Trainee

 (2)

 Associate Network Engineer

 (1)

 Associate Application Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions asked both are medium difficulty

Round 2 - HR 

(1 Question)

  • Q1. Why Accenture How do you benefit the role assigned to you
  • Ans. 

    I chose Accenture for its reputation, global presence, and opportunities for growth and development.

    • Accenture is a renowned global company with a strong reputation in the industry

    • I am attracted to the diverse range of projects and clients that Accenture works with

    • The company offers ample opportunities for learning, growth, and career development

    • I believe my skills and experience align well with the role assigned to me

  • Answered by AI

Get interview-ready with Top Accenture Interview Questions

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

Basic logical and verbal aptitute questions

Round 2 - Coding Test 

Basic array and string problems

Associate Engineer Jobs at Accenture

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common aptitude ques, including easy topics

Round 2 - Coding Test 

Easy codding ques, including, gfg and leetcode easy level questions

Interview Preparation Tips

Topics to prepare for Accenture Associate Engineer interview:
  • gfg
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy questions available on internet.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the compl...

  • Answered by AI
  • Q2. Explain jvm architecture
  • Ans. 

    JVM architecture is the structure of the Java Virtual Machine which includes class loader, runtime data areas, execution engine, and native method interface.

    • Class loader loads class files into memory

    • Runtime data areas include method area, heap, stack, and PC register

    • Execution engine executes bytecode instructions

    • Native method interface allows Java code to interact with native libraries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts

Skills evaluated in this interview

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

It went very well and smoothly Basic questions on reasoning and verbal

Round 2 - Coding Test 

Intermediate questions and oops questions were asked in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr round it some hr questions like salary exceptions and work culture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain OOPS in Java
  • Ans. 

    OOPS in Java stands for Object-Oriented Programming concepts which include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Allowing a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the implementatio...

  • Answered by AI
  • Q2. What are Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Associate Engineer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Coding Test, Aptitude Test and HR.
How to prepare for Accenture Associate Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Project Management, AutoCAD, Computer Networking, Quality Assurance and Advanced Excel.
What are the top questions asked in Accenture Associate Engineer interview?

Some of the top questions asked at the Accenture Associate Engineer interview -

  1. In how many and in which cities of India Accenture is locate...read more
  2. What is the difference between var and let keywords in JavaScri...read more
  3. How would you increase your coding skil...read more
How long is the Accenture Associate Engineer interview process?

The duration of Accenture Associate Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Associate Engineer Interview Process

based on 75 interviews

4 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • HR Round - 1
  • HR Round - 2
View more
Accenture Associate Engineer Salary
based on 297 salaries
₹2 L/yr - ₹7.4 L/yr
16% less than the average Associate Engineer Salary in India
View more details

Accenture Associate Engineer Reviews and Ratings

based on 47 reviews

4.0/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 47 Reviews and Ratings
Risk Engineering Associate

Bangalore / Bengaluru

1-3 Yrs

₹ 2.2-8 LPA

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.8 L/yr - ₹17.5 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.4 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹12.8 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