Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

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

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

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

 (10)

 Software Analyst

 (16)

 Software Development Engineer

 (10)

 Software Development Specialist

 (1)

 Application Development Analyst

 (255)

 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

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

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 Behavioral.
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.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Accenture Software Development Analyst Salary
based on 1.6k salaries
₹3.5 L/yr - ₹13 L/yr
At par with the average Software Development Analyst Salary in India
View more details

Accenture Software Development Analyst Reviews and Ratings

based on 119 reviews

4.0/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.4

Salary

3.8

Job security

3.6

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 119 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
17.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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