Upload Button Icon Add office photos

Filter interviews by

Accenture Software Analyst Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Accenture Software Analyst Interview Questions and Answers

  • Q1. BFS in Graph You are given an undirected and disconnected graph G(V, E) having V vertices numbered from 0 to V-1 and E edges. Your task is to print its BFS traversal star ...read more
  • Q2. Alien dictionary You have been given a sorted (lexical order) dictionary of an alien language. Write a function that finds the order of characters in the alien language. ...read more
  • Q3. MCQ Question An alloy contains Brass, Iron, and Zinc in the ratio 2:3:1 and another contains Iron, zinc, and lead in the ratio 5:4:3. If equal weights of both alloys are ...read more
View all 16 questions

Accenture Software Analyst Interview Experiences

15 interviews found

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy, just revise the aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Mainly on resume based interview
Round 3 - HR 

(1 Question)

  • Q1. Hr questions commonly asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well with all the concepts and coding

Software Analyst Interview Questions & Answers

user image vishal yadav

posted on 16 Jul 2024

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

(1 Question)

  • Q1. Tech interview regarding java developement
Round 2 - HR 

(2 Questions)

  • Q1. Why are you leaving your current company ?
  • Q2. For better opportunity to utilize my skill set

Software Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Merge IntervalsYou are given N number of intervals, where each in ... read more
asked in Cognizant
Q2. DFS TraversalGiven an undirected and disconnected graph G(V, E), ... read more
Q3. Climbing the leaderboardGiven a leaderboard of a game with the fo ... read more
Q4. Design a hashsetDesign a HashSet without using any built-in hash ... read more
Q5. Fenwick TreeYou are given an array/list 'ARR' of ‘N’ integers, an ... read more

Software Analyst Interview Questions & Answers

user image Kumari shamikha singh

posted on 21 Jun 2024

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

(2 Questions)

  • Q1. Pre compilation
  • Q2. Difference between search and search all
  • Ans. 

    Search retrieves the first occurrence of a specified value, while search all retrieves all occurrences.

    • Search returns the index of the first occurrence of a specified value in a string, array, or object

    • Search all returns an array of all indices of the specified value in a string, array, or object

    • Search is more efficient for finding the first occurrence, while search all is useful for finding all occurrences

  • Answered by AI

Skills evaluated in this interview

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

It was moderate and easy to crack.

Accenture interview questions for designations

 Software Engineer Analyst

 (12)

 Software Development Analyst

 (6)

 Senior Software Analyst

 (5)

 Software Test Analyst

 (4)

 Associate Software Analyst

 (1)

 Software Development Senior Analyst

 (9)

 Software Engineering Senior Analyst

 (5)

 Senior Software Test Analyst

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about the adapters i have used in my project(Mostly domain or project specific)
  • Q2. How do we handle faults and errors in our API development process and also how do we configure fault policies and secure the APIs
Round 2 - Technical 

(3 Questions)

  • Q1. I was asked several additional questions that were generally related to the middleware domain.
  • Q2. When and how do we configure database connections in JDeveloper, and what are the differences between WSDLs?
  • Q3. Implementation of Exception handling
Round 3 - HR 

(1 Question)

  • Q1. What were your reasons for leaving your previous company, and what necessary documents were discussed during the interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - Generally, the first round consists of assessments; however, in my case, I went through two technical rounds. My advice is to explain your projects in detail and ensure you have a solid understanding of a few adapters. Additionally, work on at least 2-3 different projects that you can discuss confidently. It is also important to learn about error handling frameworks.

Get interview-ready with Top Accenture Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Collections, oops, spring
Round 2 - Technical 

(1 Question)

  • Q1. Programming, collections, spring
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations ,any other holding offers, over all experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at technical domain and programming .because first round will be technical written and second round is technical programming
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 

(3 Questions)

  • Q1. Expalin OOPS Concept
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects that interact with each other to perform tasks.

    • OOPS stands for Object-Oriented Programming System

    • It focuses on encapsulation, inheritance, and polymorphism

    • Encapsulation is the process of hiding data and methods within a class

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects to take on multiple forms o...

  • Answered by AI
  • Q2. Exaplin the solid prnciple
  • Ans. 

    SOLID is a set of principles for object-oriented programming to make software more maintainable, scalable, and robust.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface Segregation Princi...

  • Answered by AI
  • Q3. Different Array Methods and Properties i.n C#
  • Ans. 

    Array methods and properties in C#

    • Length property returns the number of elements in an array

    • IndexOf method returns the index of the first occurrence of a specified element

    • Sort method sorts the elements in an array in ascending order

    • Reverse method reverses the order of the elements in an array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep OOPS concepts clear. Most of the questions on that only.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

45 mins mcq test related to webforms , mvc , core , sql

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about virtual class
  • Q2. And interface related questions

Software Analyst Interview Questions & Answers

user image Sekhar Reddy

posted on 5 Jul 2024

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is opps concept
  • Ans. 

    Oops concept refers to Object-Oriented Programming concepts such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Oops concept stands for Object-Oriented Programming concepts

    • Includes Inheritance, Polymorphism, Encapsulation, and Abstraction

    • Used in programming languages like Java, C++, Python

    • Helps in creating modular, reusable, and maintainable code

  • Answered by AI
  • Q2. How did you deploy your project
Round 2 - Assignment 

It's an 90 minutes online test

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Faculty discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics thoroughly

I applied via campus placement at Andhra University and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1.What is algorithm? 2what is header files in c?
  • Ans. 

    Algorithm is a set of instructions to solve a problem or perform a task.

    • It is a step-by-step procedure to solve a problem.

    • It can be represented using flowcharts or pseudocode.

    • Examples include sorting algorithms like bubble sort and quicksort.

    • Efficiency of an algorithm is measured using time and space complexity.

  • Answered by AI
  • Q2. 1.What is different types of testing? 2.what is oops? 3.what is abstraction?
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or units of code.

    • Integration testing verifies the interaction between different components.

    • System testing ensures the entire system works as expected.

    • Acceptance testing validates if the system meets the user's requirements.

    • OOPs stands for Object-Oriented Prog...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Software Analyst interview:
  • Acc
  • Software
Interview preparation tips for other job seekers - Market yourself...
Apply even if your not fully qualified..
Job search like it's your job...
Use information interview s to network.
Known yourself and what you want..
Pump yourself up and stay positive.

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Software Analyst interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Accenture Software Analyst interview?

Some of the top questions asked at the Accenture Software Analyst interview -

  1. When and how do we configure database connections in JDeveloper, and what are t...read more
  2. 1.What is different types of testing? 2.what is oops? 3.what is abstracti...read more
  3. How do we handle faults and errors in our API development process and also how ...read more

Tell us how to improve this page.

Accenture Software Analyst Interview Process

based on 8 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 6 Accenture interviews
Job Portal
Campus Placement
67%
17%
16% 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
Accenture Software Analyst Salary
based on 1.1k salaries
₹3.6 L/yr - ₹10.7 L/yr
7% less than the average Software Analyst Salary in India
View more details

Accenture Software Analyst Reviews and Ratings

based on 102 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.2

Salary & Benefits

3.9

Job Security

3.8

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 102 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.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

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

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