Upload Button Icon Add office photos

Filter interviews by

Accenture Associate Developer 2 Interview Questions and Answers

Updated 18 Nov 2024

Accenture Associate Developer 2 Interview Experiences

4 interviews found

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

I applied via campus placement at Gogte Institute of Technology, Belgaum and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions and it is an elimination round

Round 2 - Coding Test 

Basic coiidng questions and arrays and strings asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare and be strong on basics
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Snowflake Architecture, SQL queries, Time Travel period, how to retain data using Time travel
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic level of questions

Round 2 - Coding Test 

Moderate level of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - leran and practice questions from leetcode to crack coding level

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Opps concept , java , technical knowledge
Round 2 - Technical 

(1 Question)

  • Q1. Database, data structure and java basic programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, go through all the topics, basic structure. Programming language

Accenture interview questions for designations

 Senior Associate 2

 (1)

 HR Associate 2

 (1)

 Associate Software Engineer 2

 (3)

 Senior Process Associate 2

 (1)

 Developer Associate

 (3)

 Associate Software Developer

 (39)

 Associate Application Developer

 (17)

 Senior Associate Developer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com 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 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself. What do you know about Atos? What's your daily routine? Brief on your hobbies
Round 2 - Technical 

(1 Question)

  • Q1. What is divided? What do you know about cash flow? What are derivatives?
  • Ans. 

    Divided means separated into parts or pieces.

    • Divided is the past tense of divide which means to separate something into parts or pieces.

    • It can be used in various contexts such as dividing a cake into slices, dividing a group into teams, etc.

    • In mathematics, division is a basic arithmetic operation that involves dividing one number by another.

    • Divided can also be used figuratively, such as a divided nation or a divided op...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers elevator pitch is the 50% of your interview.

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate level of aptitude test

Round 2 - Case Study 

A simple case study questions are provided

Round 3 - Technical 

(1 Question)

  • Q1. Most of the questions from oops concepts and data structure

Interview Preparation Tips

Topics to prepare for Atos Global IT Solutions And Services Software Developer interview:
  • OOPS
  • Collection java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed before Jul 2022. There were 5 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 

General aptitude test involving percentages and ratios.

Round 3 - Coding Test 

Moderate level questions, 2 easy and 1 medium question

Round 4 - One-on-one 

(3 Questions)

  • Q1. Just discussion on what technology one knows and the mode of working style.
  • Q2. Do you know about CD/CI?
  • Ans. 

    CD/CI stands for Continuous Delivery/Continuous Integration, a software development practice to automate the process of testing and deploying code changes.

    • CD/CI is a software development practice that involves automating the process of testing and deploying code changes.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository.

    • Continuous Delivery (CD) i...

  • Answered by AI
  • Q3. Do you know what is Spring boot?
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of developing Spring applications by providing a set of default configurations.

    • It allows for easy deployment of applications by embedding the application server within the application itself.

    • Spring Boot includes features like auto-configuration, starter dependencies, and prod...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. General HR questions like shift flexibility, about family, native place.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Define your self ,you roles
  • Ans. 

    I am a dedicated and versatile associate with strong problem-solving skills and a passion for delivering exceptional results.

    • Strong problem-solving skills

    • Dedicated and versatile

    • Passionate about delivering exceptional results

  • Answered by AI
  • Q2. General entries for prepaid expenses
  • Ans. 

    Prepaid expenses are expenses paid in advance but not yet incurred. They are recorded as assets on the balance sheet.

    • Prepaid expenses are initially recorded as assets on the balance sheet

    • As the expenses are incurred, they are gradually expensed through the income statement

    • Examples of prepaid expenses include prepaid rent, insurance, and subscriptions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, good environment, flexible working hours

Accenture Interview FAQs

How many rounds are there in Accenture Associate Developer 2 interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Accenture Associate Developer 2 interview?

Some of the top questions asked at the Accenture Associate Developer 2 interview -

  1. Snowflake Architecture, SQL queries, Time Travel period, how to retain data us...read more
  2. Database, data structure and java basic progr...read more
  3. Opps concept , java , technical knowle...read more

Tell us how to improve this page.

Accenture Associate Developer 2 Interview Process

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 3 Accenture interviews
Company Website
Campus Placement
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24k salaries
unlock blur

₹7 L/yr - ₹25.3 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.7k salaries
unlock blur

₹3.6 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview