Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Software Developer Interview Questions and Answers for Freshers

Updated 23 Jun 2025

15 Interview questions

A Software Developer was asked
Q. What are your weaknesses and strengths?
Ans. 

I am detail-oriented and a quick learner, but I sometimes struggle with time management under pressure.

  • Strength: Strong problem-solving skills, demonstrated by successfully debugging complex issues in previous projects.

  • Weakness: Time management; I occasionally underestimate the time required for tasks, leading to last-minute rushes.

  • Strength: Adaptability; I quickly learn new technologies, as shown when I transitio...

🔥 Asked by recruiter 13 times
A Software Developer was asked
Q. Explain the concepts of OOPS.
Ans. 

Oops concept is a programming paradigm that focuses on objects and their interactions.

  • Oops stands for Object-Oriented Programming System

  • It emphasizes on encapsulation, inheritance, and polymorphism

  • Encapsulation is the process of hiding implementation details from the user

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

  • Polymorphism allows objects to take on multiple forms or behaviors

  • ...

Software Developer Interview Questions Asked at Other Companies for Fresher

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Nagarro
Q2. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in Mr Cooper
Q3. Connect Ropes Problem Statement Given a number of ropes denoted a ... read more
asked in TCS
Q4. Palindromic Numbers Finder Given an integer 'N', your task is to ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
A Software Developer was asked
Q. Write a program to check if a string is a palindrome or not.
Ans. 

A program to check if a given string is a palindrome or not.

  • Remove all non-alphanumeric characters from the string

  • Convert the string to lowercase

  • Reverse the string and compare it with the original string

  • If they are the same, the string is a palindrome

A Software Developer was asked
Q. A link layer switch is involved in how many layers of the TCP/IP protocol suite? a. 2 b. 3 c. 4 d. 5
Ans. 

A link layer switch is involved in which layers of the TCP/IP protocol suite?

  • A link layer switch operates at the data link layer (layer 2) of the TCP/IP protocol suite.

  • It is responsible for forwarding data packets between devices on the same network segment.

  • It does not operate at the network, transport, or application layers.

What people are saying about Accenture

View All
a junior software engineer
2w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Accenture?
Ask anonymously on communities.
A Software Developer was asked
Q. What is your advice for giving an interview?
Ans. 

Prepare thoroughly, practice common questions, and present yourself confidently during a software developer interview.

  • Research the company and its tech stack. Example: Know if they use React or Angular for front-end development.

  • Practice coding problems on platforms like LeetCode or HackerRank to sharpen your skills.

  • Prepare for behavioral questions using the STAR method (Situation, Task, Action, Result). Example: D...

A Software Developer was asked
Q. Which is the oldest programming language?
Ans. 

Fortran is the oldest programming language.

  • Fortran was developed in the 1950s by IBM.

  • It stands for Formula Translation.

  • It was primarily used for scientific and engineering calculations.

  • Other old programming languages include COBOL and Lisp.

A Software Developer was asked 9mo ago
Q. Any programming language
Ans. 

I am proficient in Java programming language.

  • Strong understanding of object-oriented programming concepts

  • Experience with Java frameworks like Spring and Hibernate

  • Knowledge of Java libraries and tools like Maven and JUnit

Are these interview questions helpful?
A Software Developer was asked
Q. Different types coding test mcq
Ans. 

The question is about different types of coding test MCQs.

  • MCQs are multiple-choice questions that test coding knowledge.

  • Different types of coding test MCQs can include questions on algorithms, data structures, programming languages, and problem-solving.

  • Examples of coding test MCQs include: 'What is the time complexity of a binary search?', 'Which data structure is best suited for implementing a queue?', 'What is t...

A Software Developer was asked
Q. 

Print Permutations - String Problem Statement

Given an input string 'S', you are tasked with finding and returning all possible permutations of the input string.

Input:

The first and only line of input c...
Ans. 

Return all possible permutations of a given input string.

  • Use recursion to generate all possible permutations of the input string.

  • Swap characters at different positions to generate different permutations.

  • Handle duplicate characters by skipping swapping if the characters are the same.

  • Return the list of permutations as an array of strings.

🔥 Asked by recruiter 3 times
A Software Developer was asked
Q. 

Maximum Subarray Sum Problem Statement

Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array.

Example of Suba...

Ans. 

Find the maximum sum of a contiguous subarray in an array of integers.

  • Use Kadane's algorithm to find the maximum subarray sum efficiently.

  • Initialize two variables: maxEndingHere and maxSoFar.

  • Iterate through the array and update the variables accordingly.

  • Return the maxSoFar as the result.

Accenture Software Developer Interview Experiences for Freshers

24 interviews found

Software Developer Interview Questions & Answers

user image 48 Madhan Kumar U

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy level coding question if you basic knowledge in coding easly clear it

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. Any programming language
  • Ans. 

    I am proficient in Java programming language.

    • Strong understanding of object-oriented programming concepts

    • Experience with Java frameworks like Spring and Hibernate

    • Knowledge of Java libraries and tools like Maven and JUnit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Software Developer Interview Questions & Answers

user image Kaushki tiwari

posted on 18 Oct 2024

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

Reverse string , prime no

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to crack that aptitude test. They asking only logical and reasoning questions.

Round 2 - Coding Test 

Two coding questions. First one was very simple and another one medium level question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare previous year question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question were asked related to SOQL , APex triggers and LWC

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

2 hours it took but very lengthy

Round 2 - Technical 

(1 Question)

  • Q1. Regarding java, and rest api

Interview Preparation Tips

Interview preparation tips for other job seekers - not great
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Introduce Yourself
  • Ans. 

    I'm a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Experience in JavaScript frameworks like React and Angular.

    • Proficient in backend technologies such as Node.js and Express.

    • Worked on a project that improved user engagement by 30% through UI enhancements.

    • Strong understanding of database management with SQL and NoSQL databases.

    • Enjoy collaborating in agile...

  • Answered by AI
  • Q2. Expain about your Projects
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, showcasing my diverse skill set.

    • Developed a responsive e-commerce website using React and Node.js, improving user engagement by 30%.

    • Created a mobile app for tracking fitness goals, which gained 1,000+ downloads in the first month.

    • Built a data visualization tool using Python and D3.js to help stakeholders understand comp...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via freshervoice and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test -1 ; it is very difficult coding

Round 2 - Coding Test 

Coding test ; it is very difficult

Interview Preparation Tips

Interview preparation tips for other job seekers - i am not a experience candidate. so
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is very easy you will clear

Round 2 - Coding Test 

Both are easy questions u will solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all tha ms questions thoroughly
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 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 - Coding Test 

Nomal code like find max-min duration of 30 min for two code

Round 3 - HR 

(5 Questions)

  • Q1. Introduction and why you chos this university for study
  • Q2. Your weeknees and stranth
  • Ans. 

    I am detail-oriented and a quick learner, but I sometimes struggle with time management under pressure.

    • Strength: Strong problem-solving skills, demonstrated by successfully debugging complex issues in previous projects.

    • Weakness: Time management; I occasionally underestimate the time required for tasks, leading to last-minute rushes.

    • Strength: Adaptability; I quickly learn new technologies, as shown when I transitioned f...

  • Answered by AI
  • Q3. Your best day in your life
  • Q4. Why you choose Accenture
  • Q5. Why we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - all your daily of collage life based questions so most focus on your English speaking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction your self project's
  • Q2. Different types coding test mcq
  • Ans. 

    The question is about different types of coding test MCQs.

    • MCQs are multiple-choice questions that test coding knowledge.

    • Different types of coding test MCQs can include questions on algorithms, data structures, programming languages, and problem-solving.

    • Examples of coding test MCQs include: 'What is the time complexity of a binary search?', 'Which data structure is best suited for implementing a queue?', 'What is the ou...

  • Answered by AI
Round 2 - Aptitude Test 

Everything good about coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Please give best of version yourself in interview

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Software Developer interview for freshers?
Accenture interview process for freshers usually has 2-3 rounds. The most common rounds in the Accenture interview process for freshers are Coding Test, Aptitude Test and HR.
How to prepare for Accenture Software Developer interview for freshers?
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 CSS, DIV, HTML, Html5 and Javascript.
What are the top questions asked in Accenture Software Developer interview for freshers?

Some of the top questions asked at the Accenture Software Developer interview for freshers -

  1. Which is the oldest programming langua...read more
  2. How to give interv...read more
  3. oops concept explanat...read more
What are the most common questions asked in Accenture Software Developer HR round for freshers?

The most common HR questions asked in Accenture Software Developer interview are for freshers -

  1. Tell me about yourse...read more
  2. why should we hire y...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Accenture Software Developer interview process?

The duration of Accenture Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 13 interview experiences

Difficulty level

Easy 36%
Moderate 55%
Hard 9%

Duration

Less than 2 weeks 50%
2-4 weeks 30%
6-8 weeks 10%
More than 8 weeks 10%
View more
Accenture Software Developer Salary
based on 6.8k salaries
₹4.9 L/yr - ₹25 L/yr
35% more than the average Software Developer Salary in India
View more details

Accenture Software Developer Reviews and Ratings

based on 583 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 583 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16 L/yr

Team Lead
26.5k salaries
unlock blur

₹12.6 L/yr - ₹22.4 L/yr

Senior Analyst
19.5k salaries
unlock blur

₹9 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview