Upload Button Icon Add office photos

Filter interviews by

Accenture Application Team Lead Interview Questions and Answers

Updated 22 Aug 2022

Accenture Application Team Lead Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Details of AWS features implemented in the project
  • Ans. 

    The project implemented several AWS features for scalability and reliability.

    • Implemented Amazon EC2 instances for hosting the application

    • Utilized Amazon RDS for database management

    • Used Amazon S3 for storing and retrieving files

    • Implemented Amazon CloudFront for content delivery

    • Utilized Amazon CloudWatch for monitoring and logging

    • Implemented AWS Lambda for serverless computing

    • Used Amazon SQS for message queuing

    • Implemente

  • Answered by AI
  • Q2. Scenario based questions like why terraform instead of cloudformation..
  • Ans. Terraform is multi cloud.. Cloudformation is AWS specific
  • Answered Anonymously
  • Q3. What language used in AWS lambda in project
  • Ans. 

    AWS Lambda supports multiple programming languages including Python, Node.js, Java, and C#.

    • AWS Lambda supports Python, Node.js, Java, and C# as programming languages.

    • The choice of language depends on the project requirements and the team's expertise.

    • For example, if the project requires heavy data processing, Python may be a good choice.

    • If the team is more comfortable with JavaScript, Node.js can be used.

    • Java and C# are...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain related to project experience as much as possible..with clear details so that interviewer is convinced of real hands on experience..
AWS certifications are real positive factors along with practical experience

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Be confident and present yourself well. Learn the technologies in a holistic view. Concentrate more on what are your roles and responsibilities in current job. and your future plans or goals. Give your tec...
Round 2 - HR 

(2 Questions)

  • Q1. What is expected salary?
  • Q2. Salary which is matching the market standards or if you have an offer already 30% more on that

Interview Preparation Tips

Interview preparation tips for other job seekers - keep trying . learn the latest technologies in the market. dont go down after one interviewers turn you down.

Application Team Lead Interview Questions Asked at Other Companies

asked in Accenture
Q1. What language used in AWS lambda in project
asked in Accenture
Q2. Details of AWS features implemented in the project

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is @SpringbootAnnotation and what is difference between @Controller and @RestController.
  • Ans. 

    SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.

    • SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.

    • @Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...

  • Answered by AI
  • Q2. What is Stream API write the Stream API Code any code and lambda expression.
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Lambda expressions can be used with Stream API to define behavio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed at Accenture on 28Sep2024, technical interview was good, interviewer said you will be having another round I am passing my remarks to the team, after 5 min I got a call that update your details on the portal, after click on the link I received a mail that My candidature has been rejected on the portal.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Database based questions
  • Q2. Dashboard creative
  • Q3. Power BI module
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume best.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of SQL and pl sql
  • Q2. About project tht you worked
Round 2 - Technical 

(1 Question)

  • Q1. Java ,SQL,linix question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. Can you tell me the core concepts of Object Oriented Programming?
  • Ans. 

    Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

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

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Example: Inheritance - A 'Car'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About primary keys (how columns can be accommodated in a single primary key)
  • Q2. Types of Constructors
  • Ans. 

    Constructors are special methods used to initialize objects in a class.

    • Constructors have the same name as the class.

    • Types of constructors include default, parameterized, copy, and static constructors.

    • Example: public class Person { public Person() { } }

  • Answered by AI

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Application Team Lead interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Technical and HR.
What are the top questions asked in Accenture Application Team Lead interview?

Some of the top questions asked at the Accenture Application Team Lead interview -

  1. What language used in AWS lambda in proj...read more
  2. Details of AWS features implemented in the proj...read more
  3. Scenario based questions like why terraform instead of cloudformatio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Application Team Lead Salary
based on 201 salaries
₹11 L/yr - ₹29 L/yr
7% more than the average Application Team Lead Salary in India
View more details

Accenture Application Team Lead Reviews and Ratings

based on 11 reviews

4.3/5

Rating in categories

4.2

Skill development

3.9

Work-life balance

4.1

Salary

3.6

Job security

4.2

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 11 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.5 L/yr

Senior Software Engineer
18.3k 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