Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior Software Engineer Interview Questions and Answers for Freshers

Updated 3 Apr 2025

Accenture Senior Software Engineer Interview Experiences for Freshers

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Interview questions was based on skillsets in resume.
Round 2 - One-on-one 

(1 Question)

  • Q1. Hr rount was abt salary negotiation
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General questions regarding Spring Boot.

Senior Software Engineer Interview Questions Asked at Other Companies for Fresher

Q1. How do you create GQL server, directive in GQL, Fragments in GQL ... read more
Q2. Write an API to implement HTTP GET method to hit an external data ... read more
asked in LTIMindtree
Q3. Explain microservice architecture and how do we implement that us ... read more
asked in HCLTech
Q4. Find the second highest number by using Java Stream, What are the ... read more
Q5. How many projects or process you implemented in RE framework?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain optmization technique in spark
  • Ans. 

    Optimization techniques in Spark improve performance by reducing unnecessary computations and data shuffling.

    • Use partitioning to reduce data shuffling and improve parallelism

    • Cache intermediate results to avoid recomputation

    • Use broadcast variables for small lookup tables to avoid unnecessary data shuffling

    • Avoid unnecessary transformations and actions in the code

  • Answered by AI
  • Q2. Salting techniques

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only about the project

Interview Preparation Tips

Interview preparation tips for other job seekers - When I entered to the interview lobby I was waiting for almost half an hour so I was asked to enter into interview now and But the interviewer didn't come I was waiting for him for 2 mins I thought he was going through my resume then he came and asked questions regarding the first word that I have mentioned in my resume that is firefighter innovator , so somehow I manage to answer that because I was expecting that he will ask tell me about yourself then he started asking about my project and doing Cross questions as well so I have my full command in my project so I answered all his questions so he now asked what were the challenges you were faced how u overcome from that and which was your favourite subject and immediately he asked which was your challenging subject and how did u pass that subject I told him in a very clear way I told him I learned it from YouTube rather than doing from college lectures he basically asked lots of questions related to my project so at last he asked me that any question for me I replied yes sir one question that what will be the role u r going to provide to the students who are getting selected then he answered me in a simple way he said I am done with the questions and he said good luck rayees he said bye

Accenture interview questions for designations

 Senior Software Engineer Testing

 (5)

 Senior Software QA Engineer

 (1)

 Senior Associate Software Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (217)

 Senior QA Engineer -Software Testing

 (2)

 Senior Software Developer

 (16)

 Senior Software Analyst

 (6)

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

I applied via Campus Placement and was interviewed before Jul 2022. 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 - Aptitude Test 

Aptitude Test will be same as we have in many companies and this level will be easy to clear for most of the people

Round 3 - Group Interview 

(3 Questions)

  • Q1. 1. Any general topics about Environment or government schemes
  • Q2. 2. How will you see yourself in next 5 years
  • Q3. 3. Actually first question will be introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - In group interview you will be interviewed along with 3-4 more people. If you are attending campus recruitment, there won't be much technical questions and this too depends on the HR.

They will ask very simple question but they will see who is willing to answer first and also their confidence level.


So be confident in your answers and don't be nervous but it's understandable that this cannot be eliminated and you have to sell yourselves to HR .

You need to be proactive and involve more in their discussions

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Cocubes Test Task 1 is of Aptitude questions needs to be completed in Specific time interval and Task 2 is Essay Writing to be finished in Given interval

Round 2 - HR 

(1 Question)

  • Q1. Are you ready to Relocate
  • Ans. Yes I am relocate and flexible with any location
  • Answered Anonymously
Round 3 - Coding Test 

L1 Exam should be cleared L 1 exam is of multiple choice questions and completely related to Java J2Ee Spring

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for co cubes Aptitude and All the best

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - One-on-one 

(1 Question)

  • Q1. Java basics, core java , polymorphism, inheritance , Collections, Exception Handling,

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java sql , basic db querry

I appeared for an interview before Dec 2020.

Round 1 - Face to Face 

(5 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 1 question of Basic Programming and Maths and then I was asked some questions related to DBMS and basic C++ concepts.

  • Q1. 

    Find Terms of Series Problem

    Ayush is tasked with determining the first 'X' terms of the series defined by 3 * N + 2, ensuring that no term is a multiple of 4.

    Input:

    The first line contains a single in...
  • Ans. 

    Generate the first 'X' terms of a series 3 * N + 2, excluding multiples of 4.

    • Iterate through numbers starting from 1 and check if 3 * N + 2 is not a multiple of 4.

    • Keep track of the count of terms generated and stop when 'X' terms are found.

    • Return the list of terms that meet the criteria for each test case.

  • Answered by AI
  • Q2. Why is normalization needed in a database?
  • Ans. 

    Normalization is needed in a database to reduce redundancy, improve data integrity, and optimize database performance.

    • Eliminates data redundancy by breaking down data into smaller, more manageable tables

    • Prevents update anomalies by ensuring data consistency

    • Improves data integrity by enforcing relationships between tables

    • Optimizes database performance by reducing storage space and improving query efficiency

  • Answered by AI
  • Q3. Explain the difference between intension and extension in a database.
  • Ans. 

    Intension refers to the attributes or properties of a concept, while extension refers to the instances or examples of that concept in a database.

    • Intension describes the characteristics or properties of a concept.

    • Extension refers to the actual instances or examples of that concept.

    • For example, in a database of fruits, intension would include attributes like color, taste, and size, while extension would list specific fru

  • Answered by AI
  • Q4. What is the difference between new() and malloc() in C++?
  • Ans. 

    new() is used to allocate memory for an object and call its constructor, while malloc() is used to allocate memory without calling any constructor.

    • new() is a C++ operator, while malloc() is a function in C.

    • new() returns a pointer to the allocated memory, while malloc() returns a void pointer.

    • new() automatically calls the constructor of the object, while malloc() does not initialize the allocated memory.

    • Example: int* ...

  • Answered by AI
  • Q5. What distinguishes a structure from a class in C++?
  • Ans. 

    In C++, a structure is a user-defined data type that can hold both data and functions, while a class can also have access specifiers and inheritance.

    • Structures in C++ are primarily used for grouping data members together, while classes can have additional features like access specifiers (public, private, protected) and inheritance.

    • Structures default to public access for their members, while classes default to private a...

  • Answered by AI
Round 2 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was preety much mixed and contained questions from Operating Systems, Unix, Java and more importantly Selenium.

  • Q1. Can you explain piping in Unix/Linux?
  • Ans. 

    Piping in Unix/Linux allows the output of one command to be used as the input for another command.

    • Piping is done using the '|' symbol.

    • It helps in connecting multiple commands together to perform complex operations.

    • Example: ls -l | grep 'txt' - This command lists all files in long format and then filters for files with 'txt' in their name.

  • Answered by AI
  • Q2. What is memory protection in operating systems?
  • Ans. 

    Memory protection in operating systems is a feature that prevents a process from accessing memory that has not been allocated to it.

    • Memory protection helps prevent one process from interfering with the memory of another process.

    • It ensures that each process can only access memory that has been allocated to it.

    • Examples of memory protection mechanisms include read-only memory segments and memory segmentation.

    • Memory protec...

  • Answered by AI
  • Q3. What happens if the static modifier is not included in the main method signature in Java?
  • Ans. 

    The main method in Java must include the static modifier to be able to run the program.

    • Without the static modifier, the main method cannot be called by the Java Virtual Machine (JVM).

    • The program will not be able to start and will throw a NoSuchMethodError.

    • Adding the static modifier allows the main method to be called without creating an instance of the class.

  • Answered by AI
  • Q4. Can you tell us something about the JIT compiler?
  • Ans. 

    JIT compiler stands for Just-In-Time compiler, which compiles code during runtime for improved performance.

    • JIT compiler translates bytecode into machine code on-the-fly

    • It helps in optimizing performance by compiling frequently executed code paths

    • Examples include Java HotSpot VM's JIT compiler and .NET's JIT compiler

  • Answered by AI
  • Q5. What is XPath?
  • Ans. 

    XPath is a query language used for selecting nodes from an XML document.

    • XPath stands for XML Path Language

    • It is used to navigate through elements and attributes in an XML document

    • XPath uses path expressions to select nodes or content in an XML document

    • Example: //book[@category='fiction'] selects all book elements with category attribute equal to 'fiction'

  • Answered by AI
  • Q6. Can you explain the pause feature in Selenium IDE?
  • Ans. 

    The pause feature in Selenium IDE allows users to pause the execution of a test case for a specified amount of time.

    • The pause command is used to introduce a delay in the test execution.

    • It takes a parameter specifying the time to pause in milliseconds.

    • For example, 'pause 3000' will pause the test execution for 3 seconds.

  • Answered by AI
  • Q7. What are the four parameters that you need to pass in Selenium?
  • Ans. 

    The four parameters needed to pass in Selenium are URL, Port Number, Browser Driver, and Desired Capabilities.

    • URL: The URL of the website you want to automate testing on.

    • Port Number: The port number where the Selenium server is running.

    • Browser Driver: The specific browser driver (e.g. ChromeDriver, GeckoDriver) to use for testing.

    • Desired Capabilities: Additional settings and preferences for the browser driver.

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

Interview Preparation Tips

Eligibility criteriaAbove 2 years of experienceCapgemini interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Java , Selenium , OS , OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Senior Software Engineer interview for freshers?
Accenture interview process for freshers usually has 1-2 rounds. The most common rounds in the Accenture interview process for freshers are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Accenture Senior Software Engineer interview for freshers?

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

  1. Explain optmization technique in sp...read more
  2. 1st round was online assessment(no need to prepare) for 40 minutes and 30 McQ w...read more
  3. 1. OOPS CONCEPTS 2. DIFFERENCE BETWEEN ABSTRACT AND INTERFACE 3. WRITE A SQL QU...read more
How long is the Accenture Senior Software Engineer interview process?

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

Tell us how to improve this page.

Accenture Senior Software Engineer Interview Process for Freshers

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Accenture Senior Software Engineer Salary
based on 18.2k salaries
₹6 L/yr - ₹20 L/yr
16% less than the average Senior Software Engineer Salary in India
View more details

Accenture Senior Software Engineer Reviews and Ratings

based on 1.4k reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.5

Salary

3.9

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 1.4k Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 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