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

 (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
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Interview was on react and .net
Round 3 - Technical 

(1 Question)

  • Q1. Interview was on .net, react, web api and sql
Round 4 - Technical 

(1 Question)

  • Q1. Solid principles, react state managemnt

I applied via Campus Placement and was interviewed in Jul 2022. There were 16 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Sitting arrangement questions

Round 3 - Coding Test 

Blood group relationship

Round 4 - Group Discussion 

Cloud computing Testing

Round 5 - Assignment 

HTML css java script

Round 6 - Case Study 

What is DATA base management system

Round 7 - HR 

(11 Questions)

  • Q1. Tell me about your self
  • Ans. My name is sumalata vastrad iam from Gadag I did my graduation in BCA from Karnataka University dharwad currently iam researching jobs i did my schooling from Howrah
  • Answered Anonymously
  • Q2. Family background detailed
  • Ans. I belong to a nuclear family we are four members in my family father, mother younger brother and me
  • Answered Anonymously
  • Q3. Company background detailed
  • Ans. Enable business outcome for client through global managaed service for networking data centre cloud in structure founded in 1988
  • Answered Anonymously
  • Q4. What is DATA structure
  • Ans. 

    A data structure is a way of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures provide a means to manage and organize data in a logical and efficient manner.

    • They define the relationship between the data, allowing for easy retrieval and modification.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
  • Q5. Definition of java and benifit of java
  • Ans. 

    Java is a popular programming language known for its platform independence and extensive libraries.

    • Java is an object-oriented language that allows developers to write code once and run it on any platform.

    • It provides a robust and secure environment for developing and executing applications.

    • Java has a vast collection of libraries and frameworks that simplify development and enhance productivity.

    • It supports multithreading...

  • Answered by AI
  • Q6. Characters of java script
  • Ans. 

    JavaScript characters include letters, numbers, symbols, and special characters.

    • JavaScript characters can be used to create strings, numbers, and perform operations.

    • Examples of JavaScript characters include 'a', '1', '$', and '&'.

  • Answered by AI
  • Q7. What is software engineer (se)
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Software engineers use programming languages and tools to create software solutions.

    • They analyze user requirements and design software architecture.

    • Software engineers write code, test and debug software, and ensure its functionality.

    • They collaborate with other team members and follow software development best practices.

    • Exam...

  • Answered by AI
  • Q8. What are the model of software engineerwat
  • Ans. 

    The models of software engineering refer to different approaches or methodologies used in software development.

    • Waterfall model

    • Agile model

    • Iterative model

    • Spiral model

    • V-model

  • Answered by AI
  • Q9. Explain resk management system
  • Ans. 

    A risk management system is a software tool or platform that helps organizations identify, assess, and mitigate risks.

    • A risk management system helps organizations identify potential risks and their impact on business operations.

    • It assesses the likelihood of risks occurring and the severity of their impact.

    • The system provides tools for documenting and tracking risks, assigning responsibilities, and implementing mitigati...

  • Answered by AI
  • Q10. What is operating system
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • Manages computer hardware and software resources

    • Provides common services for computer programs

    • Controls and coordinates computer operations

    • Acts as an intermediary between users and computer hardware

    • Examples: Windows, macOS, Linux, Android, iOS

  • Answered by AI
  • Q11. DefiNe software testing
  • Ans. 

    Software testing is the process of evaluating a software system to identify defects or errors.

    • Software testing is essential to ensure the quality and reliability of software.

    • It involves executing the software with the intention of finding bugs or issues.

    • Testing can be done manually or using automated tools.

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

    • Examp...

  • Answered by AI
Round 8 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Family background detailed
  • Q3. Company background detailed
Round 9 - One-on-one 

(3 Questions)

  • Q1. What is your name please tell Detailed NTT
  • Q2. NTT DATA company background detailed
  • Q3. Tell me your self introduction
Round 10 - Case Study 

Cloud computing Testing

Round 11 - Coding Test 

Blood group relationship

Round 12 - Coding Test 

Sitting arrangement questions

Round 13 - Coding Test 

Alphabet letter coding

Round 14 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. My name is sumalata vastrad iam from Gadag I did my graduation in BCA from Karnataka University dharwad currently iam researching jobs i did my schooling from Howrah
  • Answered Anonymously
  • Q2. Family background detailed
  • Ans. I belong to a nuclear family we are four members in my family father, mother younger brother and me
  • Answered Anonymously
  • Q3. Company background detailed
  • Ans. Founded in 1988 enable business out come for client
  • Answered Anonymously
Round 15 - Coding Test 

Blood group relationship between parents and children

Round 16 - Aptitude Test 

Blood group relationship between parents and children

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company all facilities available in your company

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

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

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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.4 L/yr

Senior Software Engineer
18.3k 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