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

Associate Developer 2 Interview Questions Asked at Other Companies

Q1. What is strength you uave
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

 HR Associate 2

 (1)

 Senior Associate 2

 (1)

 Associate Software Engineer 2

 (3)

 Senior Process Associate 2

 (1)

 Developer Associate

 (3)

 Associate Software Developer

 (39)

 Associate Application Developer

 (18)

 Senior Associate Developer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

It was a basic filtering round based on aptitude.

Round 2 - Coding Test 

I had two medium-level LeetCode questions.

Round 3 - Technical 

(3 Questions)

  • Q1. During the interview, I was asked both HR and technical questions. Initially, I responded to technical inquiries regarding HTML, MongoDB, SQL, and JavaScript, as they were listed on my resume. After addres...
  • Q2. What are different types of tag in html and tags which do not require closing tag
  • Q3. Sql query for highest salary from list of employees table

Interview Preparation Tips

Interview preparation tips for other job seekers - For TCS (on-campus), we just need to pass through the initial round, as it is more difficult than the actual interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What improvements to interfaces were introduced in Java 8 that were missing in Java 7, specifically regarding static and default methods?
  • Q2. Explain internal working of HashMap ? How to synchronize it ?
  • Q3. Given a list of employees with their ratings, how can you sort the employees based on their ratings using the Java 8 Streaming API?
  • Q4. Will the program compile if the parent class throws a runtime exception while the child class throws an arithmetic exception?
  • Q5. In a Spring Boot application with two databases, how can you configure JDBC to specify which database to use?
  • Q6. How to use a jetty server in your spring boot application ?
  • Q7. Difference between @RequestParam and @PathVariable ?
  • Q8. How would you handle a scenario where one microservice is awaiting a response from another microservice that is taking an extended time to respond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics about Java 8 , Core Java , Springboot , Microservices and MySql.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

An aptitude test is an assessment to measure a candidate mental aptitude/mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Can you briefly Tell us about yourself?
  • Q2. What do you consider to be your strongest points?
  • Q3. Which programming languages do you use regularly in your work
Round 3 - Group Discussion 

A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.

Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to seek employment at Wipro?
  • Q2. What are your long-term career goals?
Round 5 - Assignment 

Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Your academic achievement
  • Responsibility related to your p
  • The way you address mistakes at
Interview preparation tips for other job seekers - Reflect on the activities you enjoy and what brings you happiness, while also taking into account your skills and strengths.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Create one Spring boot controller from end to end. No need to create a spring boot project we just want to see the structure and end to end implementation.
  • Q2. Write a java 8 program to get the characters from a string whose count is 2 or more than 2 e.g. input: baseball , output: b, a, l.
  • Q3. Why you left your previous organization.
  • Q4. What is the functional interface
  • Q5. What are the OOPS concepts. and some questions related to inheritance.
  • Q6. Asked about the project mentioned in CV (Client project) and asked its architecture.
  • Q7. Various SQL join types
Round 2 - HR 

(3 Questions)

  • Q1. Are you ready to relocate to job location
  • Q2. Why are you leaving your previous organization.
  • Q3. Expectation about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your basics strong, and keep hands on problems.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Find largest and smallest from an array
  • Q2. Reverse an array
  • Q3. Print your name in reverse
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Java new features in 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to work with sequences of elements and perform operations on them.

    • Default methods allow interfaces to have method ...

  • Answered by AI
  • Q2. Difficulties faced in the current/previous project & how we resolved it
  • Ans. 

    We faced challenges with communication and conflicting priorities, resolved through regular team meetings and clear task delegation.

    • Lack of clear communication among team members

    • Conflicting priorities leading to delays in project timeline

    • Resolved by scheduling regular team meetings to discuss progress and issues

    • Clear task delegation to ensure everyone knows their responsibilities

  • Answered by AI
  • Q3. What is OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q4. What is Functional programming
  • Ans. 

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.

    • Focuses on pure functions that do not have side effects

    • Emphasizes immutability and avoids changing state

    • Uses higher-order functions and function composition

    • Commonly used languages include Haskell, Scala, and Clojure

  • Answered by AI
  • Q5. Difference between OOPS and functional programming
  • Ans. 

    OOPS focuses on objects and classes, while functional programming focuses on functions and immutability.

    • OOPS is based on the concept of objects and classes, allowing for encapsulation, inheritance, and polymorphism.

    • Functional programming emphasizes on functions as first-class citizens, immutability, and avoiding side effects.

    • OOPS is more suitable for complex, real-world applications with changing state, while functiona...

  • Answered by AI
  • Q6. Which framework I worked in Java
  • Ans. 

    I have worked with the Spring framework in Java.

    • Utilized Spring MVC for web development

    • Implemented dependency injection with Spring IoC container

    • Integrated Spring Security for authentication and authorization

  • Answered by AI
  • Q7. What all are the annotations that we use in Spring Boot & it's usage
  • Ans. 

    Some common annotations used in Spring Boot are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define a controller class in Spring MVC.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Indicates that a class is a service.

    • @Component - Indicates that a class is a Spring component...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself, work experience & education
  • Ans. 

    I am a dedicated professional with a strong educational background and diverse work experience.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have worked in various roles in marketing, sales, and customer service.

    • I am proficient in Microsoft Office Suite and have excellent communication skills.

    • I am a quick learner and thrive in fast-paced environments.

    • I am passionate about continuous learni

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Associate interview:
  • Java 8
  • Spring Boot
  • OOPS
Interview preparation tips for other job seekers - Be good at the basics of Java and Spring Boot

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.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k 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
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k 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

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