Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

 Application Development Analyst

 (256)

 Software Development Engineer

 (10)

 Software Development Specialist

 (1)

 Development Analyst

 (1)

 Software Engineer Analyst

 (13)

 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 appeared for an interview in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Talk about your BE project?
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive UI using Bootstrap

    • Integrated Google Maps API for location tracking

    • Enabled file uploads and downloads for project documents

  • Answered by AI
  • Q2. If you belong to EXTC, then why IT?
  • Ans. 

    EXTC and IT are not mutually exclusive fields. My knowledge in EXTC complements my skills in IT.

    • My knowledge in EXTC gives me a strong foundation in electronics and communication, which are essential in the IT industry.

    • I have also gained programming skills through my coursework and projects in EXTC.

    • IT is a rapidly growing field with a lot of opportunities, and I believe my skills and knowledge make me a strong candidat...

  • Answered by AI
  • Q3. Are you ok with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals

    • I am excited about the prospect of exploring a new city and culture

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q4. Which languages are you familiar with?
  • Ans. 

    I am familiar with several programming languages.

    • Java

    • Python

    • C++

    • JavaScript

    • SQL

  • Answered by AI
  • Q5. BE project members and your guide
  • Q6. What/s the diffrencebetween leader and a manager
  • Ans. 

    A leader inspires and motivates while a manager plans and organizes.

    • Leaders focus on the big picture while managers focus on details

    • Leaders lead by example while managers delegate tasks

    • Leaders inspire and motivate while managers enforce rules and policies

    • Leaders are visionaries while managers are implementers

    • Examples of leaders: Steve Jobs, Martin Luther King Jr. Examples of managers: Tim Cook, COO of Apple

  • Answered by AI
  • Q7. Are you okay with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may come with challenges, but I am prepared to face them

    • I am excited about the prospect of starting fresh in a new location

  • Answered by AI
  • Q8. What's the name of the person who took your technical interview?
  • Ans. 

    I'm sorry, I don't have that information.

    • N/A

  • Answered by AI
  • Q9. How was the TCS aptitude test?
  • Ans. 

    The TCS aptitude test was challenging but fair.

    • The test covered a wide range of topics including math, logic, and English.

    • The questions were designed to test problem-solving skills and critical thinking.

    • Time management was crucial as there were many questions to answer in a limited time.

    • Overall, the test was a good indicator of one's aptitude for software engineering.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: pretty decent and interactive
Tips: be true, be yourself

General Tips: Do not fake a personality, be original. Avoid an answer if you have to, but , in an affirmative way.
Skills: Ability To Justify, Ability To Be Involved In Hands On Work, Ability To Deal Diplomatically, Ability To Convince
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR interviewer asked me the name of my tech interviewer.
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Accenture

SALARIES

Accenture

SALARIES

Concentrix Corporation

REVIEWS

iEnergizer

No Reviews

INTERVIEWS

Accenture

No Interviews

SALARIES

Accenture

SALARIES

Accenture

SALARIES

HCLTech

JOBS

Accenture

No Jobs

REVIEWS

EXL Service

No Reviews

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
7% less than 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

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹6.9 L/yr - ₹21.2 L/yr

Team Lead
24.4k salaries
unlock blur

₹7.1 L/yr - ₹25.8 L/yr

Senior Software Engineer
18.1k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.5k salaries
unlock blur

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