Upload Button Icon Add office photos

Filter interviews by

Accenture Software Engineering Specialist Interview Questions and Answers

Updated 6 Jun 2024

Accenture Software Engineering Specialist Interview Experiences

2 interviews found

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 Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given some JavaScript program to solve

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Pure and Impure Pipe?
  • Ans. 

    Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.

    • Pure pipes are stateless and deterministic.

    • Impure pipes can have side effects like modifying global variables or making network requests.

    • Pure pipes always return the same output for the same input.

    • Impure pipes may not return the same...

  • Answered by AI
  • Q2. Explain Angular life cycle hook with example
  • Ans. 

    Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once after the first ngOnChanges

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content is projected into the component

    • ngAfterContentChecked: called after every check of projected content

    • ngAfterViewInit: called ...

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

    An interceptor is a software component that intercepts incoming and outgoing requests, allowing for manipulation or monitoring of the data.

    • Interceptors are commonly used in web development frameworks to add cross-cutting concerns such as logging, authentication, or caching.

    • They can be used to modify the request or response before it reaches the intended destination.

    • Examples include HTTP interceptors in AngularJS or req

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on JavaScript program for codding assignment and prepare on Angular features like Component, directive, services, Interceptor, Routing etc.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Activity, mvvm, service, oops concepts, architecture
Round 2 - One-on-one 

(1 Question)

  • Q1. Architecture, java , kotlin,

Software Engineering Specialist Interview Questions Asked at Other Companies

asked in LTIMindtree
Q1. Explain Python Data Structures and advantages and some difference ... read more
asked in LTIMindtree
Q2. List - Stores all types of elements Array - Stores one type of el ... read more
asked in LTIMindtree
Q3. What are analytical functions, what is the difference between ran ... read more
asked in LTIMindtree
Q4. What is the word count problem, and how can it be solved using Ja ... read more
asked in BT Group
Q5. Design a system which is flowing lacs of records per day consider ... read more

Interview questions from similar companies

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

(5 Questions)

  • Q1. Technical Experience
  • Q2. Challenged faced
  • Q3. Solutions provided
  • Q4. Toughest Project Handled
  • Ans. 

    Developing a real-time monitoring system for a large-scale financial trading platform

    • Implemented complex algorithms to analyze market data in real-time

    • Designed a scalable architecture to handle high volume of transactions

    • Worked closely with traders and analysts to understand requirements and make necessary adjustments

    • Managed a team of developers to ensure project milestones were met

  • Answered by AI
  • Q5. Other Technical languages

Interview Preparation Tips

Interview preparation tips for other job seekers - If they feel you can fill their need then u r in
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. All about object oriented programming
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java questions, spring boot
  • Q2. Microservices, devops, react js
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Infosys and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test, logical and reasoning

Round 2 - Technical 

(4 Questions)

  • Q1. Technical Cover all basics of cpp, os, network, small output based program
  • Q2. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to indirectly access and manipulate data in memory.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q3. OSI layers and full form
  • Ans. 

    OSI (Open Systems Interconnection) model consists of 7 layers, each responsible for different functions in network communication.

    • Physical layer - deals with physical connection of devices (e.g. cables)

    • Data link layer - responsible for error detection and correction (e.g. Ethernet)

    • Network layer - handles routing and addressing (e.g. IP)

    • Transport layer - ensures reliable data transfer (e.g. TCP)

    • Session layer - manages se...

  • Answered by AI
  • Q4. Cpp programs, types of memory allocation
  • Ans. 

    Cpp programs can use static, stack, or heap memory allocation for variables and objects.

    • Static memory allocation is done at compile time and is used for variables declared outside functions.

    • Stack memory allocation is done at runtime and is used for variables declared inside functions.

    • Heap memory allocation is done at runtime and is used for dynamic memory allocation using new and delete operators.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR interview questions, strength weakness, available to relocation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Coding Test 

One python question was given

Round 2 - Technical 

(2 Questions)

  • Q1. Write an SQL query
  • Ans. 

    SQL query to retrieve all employees from a specific department

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected

    • Use WHERE clause to filter by department

  • Answered by AI
  • Q2. Questions on Cloud Platform

Skills evaluated in this interview

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

Round 1 - Coding Test 

3 questions were asked again, 1 easy 1 medium-difficult and 1 difficult.

Round 2 - Interview 

(2 Questions)

  • Q1. Resume based interview. Followed by DSA based coding questions.
  • Q2. Some standard hr questions were there too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard on DSA to crack SDE jobs in any top MNC.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round is basically coding and ds algo

Round 2 - Coding Test 

It also consists of coding and project related questions, and questions related to previous experiences

Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous experience
  • Q2. Some general questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java 8 Multithreading React basics
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to work in pressurized environment. Handling priority production bugs
  • Ans. 

    To work in a pressurized environment and handle priority production bugs, one must prioritize tasks, communicate effectively, stay calm under pressure, and seek help when needed.

    • Prioritize tasks based on their impact on the production environment

    • Communicate effectively with team members and stakeholders to understand the urgency and impact of the bugs

    • Stay calm under pressure and avoid making hasty decisions

    • Break down c...

  • Answered by AI
  • Q2. Managerial Questions

Accenture Interview FAQs

How many rounds are there in Accenture Software Engineering Specialist interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in Accenture Software Engineering Specialist interview?

Some of the top questions asked at the Accenture Software Engineering Specialist interview -

  1. Explain Angular life cycle hook with exam...read more
  2. Difference between Pure and Impure Pi...read more
  3. What is intercept...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Accenture interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture Software Engineering Specialist Salary
based on 144 salaries
₹9.5 L/yr - ₹25 L/yr
5% less than the average Software Engineering Specialist Salary in India
View more details

Accenture Software Engineering Specialist Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.8

Salary & Benefits

4.2

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 19 Reviews and Ratings
Application Development Analyst
38.7k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 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.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview