Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Accenture Lead Engineer Interview Questions and Answers

Updated 27 Feb 2025

Accenture Lead Engineer Interview Experiences

5 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. About work experience
Round 2 - HR 

(2 Questions)

  • Q1. Expected ctc lpa
  • Q2. Notice period of it less than 90 or not

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics and collections
Round 2 - Technical 

(1 Question)

  • Q1. Schedulers,java Frameworks

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2022

Round 1 - Technical 

(1 Question)

  • Q1. Data modelling and its benefits
  • Ans. 

    Data modelling is the process of creating a conceptual representation of data and its relationships.

    • Helps in understanding complex data structures

    • Improves data quality and accuracy

    • Facilitates database design and optimization

    • Enables efficient data retrieval and analysis

    • Examples: ER diagrams, UML diagrams, Data flow diagrams

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - accept things if you don't know rather than beating around the bush.

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What are the modules in spring boot
  • Ans. 

    Spring Boot has several modules to support different functionalities.

    • Spring Boot Core

    • Spring Boot Actuator

    • Spring Boot Data

    • Spring Boot Security

    • Spring Boot Test

    • Spring Boot Web

    • Spring Boot Batch

    • Spring Boot Integration

    • Spring Boot Cloud

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are the modules in spring mvc
  • Ans. 

    Spring MVC has several modules including core, web, context, beans, and more.

    • Core module provides the basic functionality of the framework

    • Web module provides support for web applications

    • Context module provides support for application context

    • Beans module provides support for dependency injection

    • Other modules include JDBC, ORM, AOP, and more

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join the org

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical round relative to the resume. Most of the questions were from the resume contents.

Skills evaluated in this interview

Accenture interview questions for designations

 Lead Software Engineer

 (1)

 Lead Quality Engineer

 (1)

 Lead Data Engineer

 (1)

 Application Lead

 (28)

 Technical Lead

 (23)

 Test Lead

 (11)

 Project Lead

 (3)

 QA Lead

 (3)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2022

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to SOM, and previous Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in fundamentals and well knowledge on you previous projects

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

How many rounds are there in Accenture Lead Engineer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and Resume Shortlist.
How to prepare for Accenture Lead 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 Consulting, Agile, Analytical skills, Analytics and Data Architecture.
What are the top questions asked in Accenture Lead Engineer interview?

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

  1. What are the modules in spring b...read more
  2. What are the modules in spring ...read more
  3. Data modelling and its benef...read more

Recently Viewed

INTERVIEWS

Design Excellence India

No Interviews

JOBS

UKG

No Jobs

REVIEWS

Apco Infratech

No Reviews

JOBS

UKG

No Jobs

JOBS

Apco Infratech

No Jobs

JOBS

Deutsche Bank

No Jobs

INTERVIEWS

Swamina International

No Interviews

SALARIES

Deutsche Bank

SALARIES

UKG

INTERVIEWS

TCS

No Interviews

Tell us how to improve this page.

Accenture Lead Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Accenture Lead Engineer Salary
based on 162 salaries
₹7.4 L/yr - ₹30.2 L/yr
12% more than the average Lead Engineer Salary in India
View more details

Accenture Lead Engineer Reviews and Ratings

based on 30 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.3

Job security

3.4

Company culture

3.1

Promotions

3.5

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
17.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent