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

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.

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

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
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
-

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Functional component
  • Q2. Life cycle method of react
  • Ans. 

    React has several life cycle methods that are called at different stages of a component's life cycle.

    • componentDidMount() is called after the component has been rendered to the DOM

    • componentDidUpdate() is called after the component's updates are flushed to the DOM

    • componentWillUnmount() is called before the component is removed from the DOM

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Company experience
  • Q2. Salary discussion

Interview Preparation Tips

Topics to prepare for Infosys Application Developer interview:
  • React js

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Ans. 

    Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

    • Declare a double pointer to hold the 2D array.

    • Allocate memory to the first dimension using malloc function.

    • Allocate memory to the second dimension using a loop and malloc function.

    • Free the memory after use to avoid memory leaks.

    • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

    • Example: for(int i=0; i

  • Answered by AI
  • Q2. Given string 'aabbdbdges', write a function to return a string in which there would be the letter followed by it's count of occurrence. (the output from the function for the given string should be a2b3d2g2...
  • Q3. Questions regarding memory allocation layout in C
  • Q4. Questions on Code lifecycle. Like, what is assembly code? what are macros?
Round 2 - Manegerial round 

(2 Questions)

  • Q1. Detailed questions regarding what is sprint, what is iteration? what is a story? what is a scrum? what is the role of scrum master?
  • Q2. Explain waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • It follows a sequential process where each phase must be completed before moving to the next one.

    • It is a rigid model and changes cannot be made easily once a phase is completed.

    • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

    • Phases include requirements gathering, design, implementation, testin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • C
Interview preparation tips for other job seekers - Prepare how the memory layout works in C.
And have hands on practice writing small small C codes.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Any standing arrears location preffered marks scored in 10 and 12th and college Are you a Fresher Self introduction okay with Night shifts your strength and weakness why you choose cognizant why you not...
  • Ans. 

    I have no standing arrears and I am open to working night shifts. I will provide a self introduction and explain why I chose Cognizant over my college major.

    • No standing arrears

    • Open to night shifts

    • Self introduction

    • Reason for choosing Cognizant over college major

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Define nfts define vpn define sql define linux and what editor we use in linux how to install windows 10 in laptop or system how to communicate using one system to another how to work in linux what linux ...
  • Ans. 

    This interview question covers various topics related to application development, including NFTs, VPN, SQL, Linux, and Windows installation.

    • NFTs are non-fungible tokens, which are unique digital assets that can represent ownership of a specific item or piece of content.

    • VPN stands for Virtual Private Network, which provides a secure and encrypted connection over a public network, allowing users to access private network...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Application Development Analyst interview:
  • MySQL
  • Red Hat Enterprise Linux
  • Windows 10 pro
Interview preparation tips for other job seekers - Dont get tension while attending the interview
see the camera dont see who taking you interview
answer patiently without any fear
stay steady and go what you know with
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 tips
Round 2 - HR 

(1 Question)

  • Q1. General Hr questions like self intro preivious experience,
Round 3 - Aptitude Test 

Genral and english aptitude test

Round 4 - One-on-one 

(4 Questions)

  • Q1. Operations round with managers questions based on apps
  • Q2. How does apps work in our daily life
  • Ans. 

    Apps have become an integral part of our daily lives, helping us with various tasks and activities.

    • Apps help us stay organized by managing our schedules and to-do lists.

    • They provide entertainment through games, music, and video streaming services.

    • Apps facilitate communication through social media platforms and messaging apps.

    • They assist in navigation with GPS and mapping apps.

    • Apps enable online shopping and banking, ma...

  • Answered by AI
  • Q3. Category in apps we use in our day to day life
  • Ans. 

    Categories in apps include social media, productivity, entertainment, health & fitness, education, finance, and communication.

    • Social media apps (e.g. Facebook, Instagram, Twitter)

    • Productivity apps (e.g. Microsoft Office, Trello, Evernote)

    • Entertainment apps (e.g. Netflix, Spotify, YouTube)

    • Health & fitness apps (e.g. Fitbit, MyFitnessPal, Headspace)

    • Education apps (e.g. Duolingo, Khan Academy, Quizlet)

    • Finance apps (e.g. M...

  • Answered by AI
  • Q4. What are sub categories in apps and how do they work?
  • Ans. 

    Sub categories in apps are smaller categories within a main category that help organize and navigate content more efficiently.

    • Sub categories help users easily find specific content within an app

    • They can be used to group similar features or functions together

    • Examples include sub categories like 'Settings', 'Notifications', 'Profile' within a main category like 'Account'

  • Answered by AI

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 205 salaries
₹11 L/yr - ₹29 L/yr
8% 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
27.1k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k 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.8
Compare

Infosys

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