Upload Button Icon Add office photos

Filter interviews by

Accenture Software Development Analyst Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top Accenture Software Development Analyst Interview Questions and Answers

  • Q1. How index of an object is calculated using hashcode() in hashmap
  • Q2. Java 8 features ( as I had worked on java 8 )
  • Q3. How we use SPFx in SharePoint. How we use jQuery and JSOM Few question related to JavaScript , CSS and HTML
View all 9 questions

Accenture Software Development Analyst Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Mar 2023. 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. How we use SPFx in SharePoint. How we use jQuery and JSOM Few question related to JavaScript , CSS and HTML
  • Ans. 

    SPFx is used in SharePoint for building web parts and extensions. jQuery and JSOM are used for client-side development. JavaScript, CSS, and HTML are essential for front-end development.

    • SPFx is used to create web parts and extensions in SharePoint.

    • jQuery is used for DOM manipulation and event handling.

    • JSOM (JavaScript Object Model) is used for interacting with SharePoint data on the client side.

    • JavaScript is used for a...

  • Answered by AI
  • Q2. Migration and PowerApp related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you do prepare well related to SPFx questions which generally a developer do on the daily basis.
Prepare well related to production issue and their resolution.
The Issue which are faced during migration and their solution.
PowerApp hands on questions.
Make sure you have clear concept of jQuery, JSOM , AJAX , REST API and hands on these concept.

These are major concept which they are looking for SharePoint developer. Please make sure you go through job description as it may varies based on their requirement so prepare according.

Be patient, confident.
You will get your next job soon:)
All the best!

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain string pool
  • Ans. 

    String pool is a mechanism in programming languages where strings are stored in a shared memory area to optimize memory usage.

    • String literals are stored in a pool to avoid duplicate storage.

    • Strings are immutable in the pool, meaning they cannot be changed.

    • When a new string is created, the JVM checks if it already exists in the pool before creating a new instance.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference between hashmap and hastable
  • Ans. 

    HashMap allows null values and keys, while Hashtable does not. HashMap is not synchronized, Hashtable is synchronized.

    • HashMap allows null values and keys, while Hashtable does not

    • HashMap is not synchronized, Hashtable is synchronized

    • HashMap is faster than Hashtable

  • Answered by AI

Skills evaluated in this interview

Software Development Analyst Interview Questions Asked at Other Companies

asked in Accenture
Q1. How index of an object is calculated using hashcode() in hashmap
asked in Accenture
Q2. Java 8 features ( as I had worked on java 8 )
asked in IQVIA
Q3. how many document ready can be used in one js file?
asked in Accenture
Q4. How we use SPFx in SharePoint. How we use jQuery and JSOM Few que ... read more
asked in Accenture
Q5. Relation between hashcode() and .equals() method
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basically in the first round the apti test and coding test was combined...topics were easy for apti and coding questions were also basics...i got question from arrays on kadanes algorithm

Round 2 - Communication assesment 

(5 Questions)

  • Q1. In communication assesment they check the fluenty...so there are sentences in English and you have to repeat those.
  • Q2. 1.to print all natural numbers(only logic) 2.AP series 3.and since I am from me mechanical background they asked some questions from training and my project...project is must
  • Ans. 

    Printing natural numbers and AP series using logic.

    • To print all natural numbers, start from 1 and increment by 1 in a loop until the desired limit.

    • For AP series, start with the first term and add the common difference in each iteration.

    • Example: Natural numbers - 1, 2, 3, 4, 5... AP series - 2, 4, 6, 8, 10...

  • Answered by AI
  • Q3. How to print a series of number without using loop?
  • Ans. 

    Using recursion to print a series of numbers without using a loop.

    • Create a recursive function that takes the starting number and the ending number as parameters.

    • Print the starting number and recursively call the function with starting number + 1 until it reaches the ending number.

    • Example: function printNumbers(start, end) { if(start <= end) { console.log(start); printNumbers(start + 1, end); } }

  • Answered by AI
  • Q4. Questions based on my final year project
  • Q5. And also about my training and internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your final year project very well...and explain it.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. JOB DESCRIPTION And tool and sql questions
Round 3 - Technical 

(1 Question)

  • Q1. Indepth etl tool questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Object handling questions, communication questions,

Accenture interview questions for designations

 Software Development Senior Analyst

 (9)

 Software Analyst

 (16)

 Application Development Analyst

 (253)

 Software Development Engineer

 (10)

 Software Development Specialist

 (1)

 Development Analyst

 (1)

 Software Engineer Analyst

 (12)

 Senior Software Analyst

 (5)

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java , springboot and hibernate questions
  • Q2. Functional interface?
  • Q3. Hibernate query
  • Q4. Spring transaction management
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself?

Get interview-ready with Top Accenture Interview Questions

I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. First round was online Mcq's on java,jsp,spring,aws,sql
  • Q2. F2F interview was scheduled post clearing the mcq round.
  • Q3. Questions tell me about yourself
  • Q4. What projects you have worked on and what were your responsibilities
  • Q5. Based on one projects responsibility he asked me about global exception handling in spring boot, interceptors in spring boot and how had i implemented the same in my project
  • Q6. Java 8 features ( as I had worked on java 8 )
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional way.

    • Functional interfaces allow for the use of lambda expressions.

    • Default methods allow for adding methods to interfaces without breaking existing implementations.

    • Date and time AP...

  • Answered by AI
  • Q7. Internal working of hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashmap uses an array to store the key-value pairs

    • The keys are hashed to generate an index in the array

    • Collisions can occur when multiple keys hash to the same index

    • To handle collisions, hashmap uses linked lists or trees

    • Retrieving a value from hashmap involves hashing the key to get the index and then traversing the lin

  • Answered by AI
  • Q8. How index of an object is calculated using hashcode() in hashmap
  • Ans. 

    Hashcode is used to calculate the index of an object in a hashmap.

    • Hashcode is a unique integer value assigned to an object by the JVM.

    • The hashcode value is used to calculate the index of the object in the hashmap.

    • The index is calculated using the hashcode value and the size of the hashmap.

    • If two objects have the same hashcode value, they will be stored in the same index using linked lists.

  • Answered by AI
  • Q9. Relation between hashcode() and .equals() method
  • Ans. 

    Hashcode() and equals() are methods used in Java to compare objects.

    • Hashcode() returns an integer value that represents the object's memory address.

    • Equals() compares the values of two objects to determine if they are equal.

    • If two objects are equal, their hashcode values must be the same.

    • If two objects have the same hashcode value, it does not necessarily mean they are equal.

    • It is good practice to override both methods

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average. After the F2F interview I waited for about 15 days i didn't get any response , i followed up with the spoc hr but she didn't reply to my mails, whatsapp messages. I checked my status on accenture website almost every single day.
After about 25 days without any discussion with me about the compensation the hr released my offerletter. Frankly speaking I was disappointed by the overall recruitment process.
When I called the hr for discussing salary revision she said and i quote " You should be thankful that we are giving you x% hike and you should not complaint. But if you have issues you can reject the offer as we have many candidates who are ready to join at lower salary than yours, have a nice day" and she cut the call.
I couldn't believe that an hr of such a big organization would boast about how many people are willing to join them and they don't care if you accept or reject their offer.
To be honest I never had such an experience with any hr in my carrier.
I contemplated for few days then i politely declined the offer.
Accenture might be very good organization for many but I think it wasn't for me :)
My advice to all the potential candidates would be to pay close attention to your virtue and values and if it aligns with the organisations values then do join the company else keep looking because it won't be the only company you would interview for.
Don't hesitate to put your self first.
All the best.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 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 - Techincal L1 

(1 Question)

  • Q1. Related about previous project and roles and responsibilities and dotnet,oops, scenario based questions and MVC and sql questions
Round 3 - Techincal round L2 

(1 Question)

  • Q1. Depth of .net, oops concept and MVC and Sql questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Abouty previous project, roles and responsibilities and salary related.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Could you clarify what specific coding test you're referring to? There are many different types of coding tests, such as:

- **Technical interviews** from companies like Google, Amazon, or Microsoft
- **Online platforms** like LeetCode, HackerRank, or CodeSignal
- **University coding challenges** or competitive programming contests

Let me know what you're looking for, and I can provide details accordingly!

Round 2 - Group Discussion 

Could you clarify what you mean by "GD"? In many contexts, GD stands for **Group Discussion**, often used in recruitment or academic settings. If that's what you're referring to, here are some common details about Group Discussions (GD):

### Purpose:
- **Evaluate communication skills**: The GD is typically used to assess how well you express your thoughts and articulate them in a group.
- **Teamwork and leadership**: It's a good way to see how you collaborate with others, share ideas, and potentially lead the conversation.
- **Problem-solving ability**: In many cases, a GD will focus on current affairs or hypothetical situations to evaluate how well you analyze and come up with solutions.

### Format:
- **Topic Assignment**: Participants are given a topic (usually related to current affairs, technology, business, etc.).
- **Duration**: The GD might last from 15 to 30 minutes, depending on the group size.
- **Group Size**: Typically involves 6 to 10 participants.

### Common Evaluation Criteria:
1. **Communication Skills**: Clarity, confidence, and articulation.
2. **Team Interaction**: Listening skills, respecting others’ views, and contributing effectively.
3. **Knowledge**: Awareness of the topic and the ability to make relevant points.
4. **Leadership & Initiative**: Taking charge when needed or encouraging others to participate.
5. **Problem-Solving Ability**: Offering logical, well-thought-out solutions or perspectives.

### Tips for a Successful GD:
1. **Prepare for common topics**: Stay updated on current affairs and popular business trends.
2. **Participate actively**: Speak up, but don’t dominate the discussion. Allow others to express their views as well.
3. **Stay calm and composed**: Don’t interrupt others, and be respectful.
4. **Structure your thoughts**: Try to present your points logically, with examples when possible.
5. **Be a good listener**: Acknowledge other participants' ideas and build upon them.

Is this what you were referring to, or is there a different context for "GD"? Let me know if you need further clarification!

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Ans. 

    Custom hooks in React are reusable functions that allow you to extract component logic into separate functions for better code organization and reusability.

    • Custom hooks are created using the 'use' prefix and can be used to share logic between components.

    • Use cases for custom hooks include fetching data from an API, handling form state, managing local storage, and more.

    • Example of a custom hook for API call: const useFetc...

  • Answered by AI
  • Q2. What is the difference between useMemo and useCallback in React?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q3. What is the difference between class-based components and functional components in React?
  • Ans. 

    Class-based components use ES6 classes and have lifecycle methods, while functional components are simpler and use functions.

    • Class-based components use ES6 classes to create components, while functional components are created using functions.

    • Class-based components have lifecycle methods like componentDidMount and componentDidUpdate, while functional components do not.

    • Functional components are simpler and more lightweig...

  • Answered by AI
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Ans. 

    Implementing the lifecycle of a React component in a functional component

    • Use the useEffect hook to replicate lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount

    • Pass an empty array as the second argument to useEffect to mimic componentDidMount

    • Pass a variable or state as the second argument to useEffect to mimic componentDidUpdate

    • Return a cleanup function inside useEffect to mimic compo

  • Answered by AI
  • Q5. What are the various state management techniques available in React?
  • Ans. 

    Various state management techniques in React include Context API, Redux, and local state.

    • Context API: React's built-in solution for passing data through the component tree without having to pass props down manually at every level.

    • Redux: A popular state management library for React applications, allowing for a centralized store to manage application state.

    • Local state: Managing state within individual components using us

  • Answered by AI
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. Middlewares are functions that intercept actions before they reach the reducer.

    • Redux follows a unidirectional data flow architecture.

    • Middlewares in Redux are functions that can intercept, modify, or dispatch actions.

    • Common use cases for middlewares include logging, asynchronous API calls, and handling side effects.

    • Examples of popular Redux middlewares are Redu...

  • Answered by AI
  • Q7. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q8. What is event bubbling in JavaScript?
  • Ans. 

    Event bubbling is the propagation of events from the target element up through its ancestors in the DOM tree.

    • Events triggered on a child element will 'bubble up' and trigger on parent elements.

    • Event listeners can be attached to parent elements to handle events from multiple child elements.

    • Stopping event propagation can be done using event.stopPropagation() or event.stopImmediatePropagation().

  • Answered by AI
  • Q9. What are block scope and function scope in JavaScript?
  • Ans. 

    Block scope and function scope are two types of scopes in JavaScript that determine the visibility and accessibility of variables.

    • Block scope refers to the visibility of variables within a block of code enclosed by curly braces. Variables declared with 'let' and 'const' have block scope.

    • Function scope refers to the visibility of variables within a function. Variables declared with 'var' have function scope.

    • Variables de...

  • Answered by AI
  • Q10. Have you had experience working with semantic tags in HTML?
  • Ans. 

    Yes, I have experience working with semantic tags in HTML.

    • Used semantic tags like <header>, <nav>, <main>, <section>, <article>, <aside>, <footer> for better structure and SEO.

    • Understand the importance of using semantic tags for accessibility and search engine optimization.

    • Semantic tags help in organizing content and making it more readable for developers and browsers.

  • Answered by AI
  • Q11. What are the various methods for creating an object in JavaScript?
  • Ans. 

    Various methods for creating an object in JavaScript include object literals, constructor functions, ES6 classes, and Object.create() method.

    • Object literals: var obj = { key: value };

    • Constructor functions: function ObjectName() { this.key = value; } var obj = new ObjectName();

    • ES6 classes: class ClassName { constructor() { this.key = value; } } var obj = new ClassName();

    • Object.create() method: var obj = Object.create(pr

  • Answered by AI
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Ans. 

    Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.

    • Shallow copy creates a new object but does not create copies of nested objects, only copies their references.

    • Deep copy creates a new object and also creates new copies of all nested objects.

    • Shallow copy can be achieved using Object.assign() or spread operator, while deep copy can be achieved using JSON.parse(

  • Answered by AI
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Ans. 

    The code will throw an error because 'a' is declared but not initialized.

    • The code will result in a ReferenceError because 'a' is declared but not assigned a value.

    • Variables declared with 'const' must be initialized at the time of declaration.

    • Initializing 'a' with a value before calling test() will prevent the error.

  • Answered by AI
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Ans. 

    CSS can be used to arrange elements in a row and column layout using flexbox or grid layout properties.

    • Use display: flex; for a row layout and display: flex; flex-direction: column; for a column layout

    • Use justify-content and align-items properties to align items in the main axis and cross axis respectively

    • For grid layout, use display: grid; and grid-template-columns or grid-template-rows to define the layout

  • Answered by AI
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Ans. 

    Yes, I have utilized CSS preprocessors such as SASS and LESS.

    • I have experience using SASS to streamline my CSS workflow by utilizing variables, mixins, and nesting.

    • I have also worked with LESS to improve code organization and maintainability through features like variables and functions.

  • Answered by AI
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?
  • Ans. 

    The color applied will be based on the specificity of the selector, with ID having higher specificity than class.

    • ID has higher specificity than class in CSS

    • Color applied will be based on the selector with higher specificity

    • Example: If ID selector has color red and class selector has color blue, the color applied will be red

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

An aptitude test is an assessment to measure a candidate mental aptitude/mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Can you briefly Tell us about yourself?
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. What do you consider to be your strongest points?
  • Ans. 

    My strongest points include problem-solving skills, attention to detail, and ability to work well in a team.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work and strive for perfection in every task.

    • Team player - I collaborate effectively with colleagues, communicate openly, and contribute positively to group projects.

  • Answered by AI
  • Q3. Which programming languages do you use regularly in your work
  • Ans. 

    I regularly use Java, Python, and SQL in my work as a Software Developer.

    • Java

    • Python

    • SQL

  • Answered by AI
Round 3 - Group Discussion 

A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.

Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to seek employment at Wipro?
  • Ans. 

    I am motivated to seek employment at Wipro because of their reputation for innovation and opportunities for growth.

    • Impressed by Wipro's track record of delivering cutting-edge solutions

    • Excited about the chance to work with a diverse and talented team

    • Eager to take advantage of Wipro's professional development programs

  • Answered by AI
  • Q2. What are your long-term career goals?
  • Ans. 

    My long-term career goal is to become a lead software developer and eventually move into a management role.

    • Advance to a lead software developer position

    • Gain experience in managing a team of developers

    • Develop strong leadership and communication skills

    • Continue learning new technologies and staying updated with industry trends

  • Answered by AI
Round 5 - Assignment 

Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Your academic achievement
  • Responsibility related to your p
  • The way you address mistakes at
Interview preparation tips for other job seekers - Reflect on the activities you enjoy and what brings you happiness, while also taking into account your skills and strengths.

Accenture Interview FAQs

How many rounds are there in Accenture Software Development Analyst interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
How to prepare for Accenture Software Development Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Application Development, Process automation, Process Excellence, Process Improvement and Software Development.
What are the top questions asked in Accenture Software Development Analyst interview?

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

  1. How index of an object is calculated using hashcode() in hash...read more
  2. Java 8 features ( as I had worked on java ...read more
  3. How we use SPFx in SharePoint. How we use jQuery and JSOM Few question related ...read more

Tell us how to improve this page.

Accenture Software Development Analyst Interview Process

based on 7 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k 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 Software Development Analyst Salary
based on 1.6k salaries
₹2.9 L/yr - ₹12.7 L/yr
6% less than the average Software Development Analyst Salary in India
View more details

Accenture Software Development Analyst Reviews and Ratings

based on 113 reviews

4.0/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.4

Salary

4.0

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 113 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.2k salaries
unlock blur

₹7 L/yr - ₹25.1 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19.1 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
Did you find this page helpful?
Yes No
write
Share an Interview