Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

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

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
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Coding questions will be in data structures and algorithms. Mostly from binary tree, linked list, and tree map. Interviewer will ask depth about space and time complexity

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. Executor service in java 2. String array coding questions 3. Design pattern with industry example (in your current project) 4. Async communication between microservices 5. Event based architecture 6...
  • Q2. 12. Spring boot annotations ( you probably never heard ) like sneakythrows 13. Integration test
Round 3 - Technical 

(1 Question)

  • Q1. Manager round most of the question are scenario based like conflict management, stakeholders management, product support, impact in production delivery
Round 4 - HR 

(1 Question)

  • Q1. Even hr will ask behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your core skills .
Scenario based questions so answer efficiency.
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

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About past projects Interface, class and objects Dependency injection Spring annotations
Round 2 - Technical 

(1 Question)

  • Q1. React vs angular vs javascript React hooks React lifecycle Parent child class data passing
Round 3 - One-on-one 

(1 Question)

  • Q1. It was managerial round where I was asked about my past projects and challenges

Interview Preparation Tips

Interview preparation tips for other job seekers - For full stack developer, keep your basic clear in java, javascript, spring, angular, react foundation topics,
Some Examples are-
Dependency injection,
Bean creation,
Virtual DOM,
Fat arrow vs normal function,
Closures,
Etc..

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
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. General Technical Basic Question with Practical Applications
  • Q2. Questions will be based on the things written in Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on the Basics. Try to explain yourself with examples.

I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and angular related basic concepts, programming

Interview Preparation Tips

Interview preparation tips for other job seekers - It would be a complete waste of time and effort to prepare for socgen. The work culture in SG is extremely hostile and unprofessional. People are leaving the company right after joining because of the name calling and harrasment. Needless to say, the HR department is dormant and non responsive.

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

Interview Questionnaire 

1 Question

  • Q1. Questions were on Oracle and Unix shell scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice experience

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.

Accenture Software Engineering Specialist Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Software Engineering Specialist Salary
based on 141 salaries
₹9.5 L/yr - ₹28 L/yr
At par with the average Software Engineering Specialist Salary in India
View more details

Accenture Software Engineering Specialist Reviews and Ratings

based on 20 reviews

4.0/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.9

Salary

4.1

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 20 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k salaries
unlock blur

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