Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
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.
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
I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.
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
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...
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); } }
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
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...
What people are saying about Accenture
I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.
Accenture interview questions for designations
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Get interview-ready with Top Accenture Interview Questions
I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.
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...
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
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.
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
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.
Solid principles are a set of design principles for writing maintainable and scalable code in C#.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open/Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes
Interface Segregation Principle (ISP) - client...
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
Some of the top questions asked at the Accenture Software Development Analyst interview -
based on 7 interviews
2 Interview rounds
based on 119 reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Development - Senior Analyst
26.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
24.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
18.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
17.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Cognizant
Capgemini
Infosys