Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Polymorphism in CPP allows objects of different classes to be treated as objects of a common superclass.
Polymorphism allows for functions to be called on objects of different classes through a common interface.
There are two types of polymorphism in CPP: compile-time (function overloading, operator overloading) and runtime (virtual functions).
Example: A base class 'Shape' with virtual function 'draw()' can have subclass...
For loop is used when the number of iterations is known, while loop is used when the condition is true.
For loop is used when the number of iterations is known beforehand.
While loop is used when the condition needs to be checked before each iteration.
For loop is more concise and easier to read for simple iterations.
While loop is more flexible and can handle complex conditions.
Example: for(int i=0; i<5; i++) { //code }
Ex
A do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block as long as a specified condition is true.
Initialize a variable outside the loop
Use the do keyword to start the loop
Write the code block to be executed inside the loop
Use the while keyword followed by the condition to continue the loop
Exception handling is a mechanism to handle errors or exceptional situations in a program.
It allows the program to gracefully handle unexpected situations without crashing.
Exceptions can be caught and handled using try-catch blocks.
Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
Exception handling helps in improving the robustness and reliability of the software.
Use bitwise XOR operation to swap two integers without a temp variable.
Use XOR operation to swap two integers: a ^= b, b ^= a, a ^= b
Example: int a = 5, b = 10; a ^= b; b ^= a; a ^= b; // Now a = 10, b = 5
The Windows version refers to the specific operating system version of Microsoft Windows being used.
Windows 10 is the latest version of the Windows operating system
Previous versions include Windows 7, Windows 8, and Windows 8.1
Each version may have different features, updates, and system requirements
Hypertext language is a markup language used to create links between different web pages.
Hypertext language allows for the creation of hyperlinks within web pages
HTML (Hypertext Markup Language) is the most commonly used hypertext language
Links in hypertext language are typically displayed as underlined text or clickable buttons
A database is a structured collection of data that is stored and organized for easy access and retrieval.
A database is used to store and manage large amounts of data.
It allows for efficient retrieval and manipulation of data.
Examples of databases include MySQL, Oracle, and MongoDB.
The golden rules of accounting are basic principles that guide the process of recording financial transactions.
There are three golden rules of accounting: Debit the receiver, Credit the giver; Debit what comes in, Credit what goes out; Debit expenses and losses, Credit income and gains.
These rules help ensure that the accounting equation (Assets = Liabilities + Equity) remains balanced.
For example, when a company recei...
Types of accounting include financial accounting, management accounting, and tax accounting.
Financial accounting focuses on recording and reporting financial transactions of a business.
Management accounting involves providing information to help with internal decision-making.
Tax accounting deals with tax-related matters such as tax returns and compliance.
Other types include cost accounting, forensic accounting, and aud
Depreciation is the allocation of the cost of a tangible asset over its useful life.
Depreciation is a non-cash expense that reflects the decrease in value of an asset over time.
It is used to spread out the cost of an asset over its useful life instead of expensing it all at once.
Common methods of calculating depreciation include straight-line, double-declining balance, and units of production.
Examples of depreciable as...
5 topics 5 tests were there during the assessment
Procure to pay is the process of obtaining goods or services from a vendor, receiving and approving the invoice, and making payment.
Identify need for goods or services
Obtain quotes or proposals from vendors
Create purchase order
Receive goods or services
Approve invoice for payment
Make payment to vendor
What people are saying about Accenture
I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Sep 2024. There were 3 interview rounds.
The test was divided into 5 sections
1.verbal ability
2.psedo code
3.critical thinking
4.logical thinking
5.cloud and ms office
This section is of 90 minutes.
If you qualify this round(as 90% of the student clear it ) you will now proceed to the next round.
Coding round with 2 coding questions 1 easy level and 1 medium to hard level
If you are able to run one of the question you will be proceeded to the next round.
Accenture interview questions for popular designations
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Get interview-ready with Top Accenture Interview Questions
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
The questions were easy to moderate
Array and string based questions
My project focuses on developing a new software application for data analysis in the field of renewable energy.
Developing a software application for data analysis
Focused on renewable energy
Implementing algorithms for efficient energy production
Testing and optimizing the software for accuracy and speed
I chose this project because it aligns with my passion for sustainable engineering solutions.
Passion for sustainable engineering solutions
Interest in the specific technology or industry of the project
Opportunity to learn and grow in a new area
Alignment with personal values and goals
It was easy if you are strong at fundamentals.
Basically they ask questions from arrays and strings and the questions are easy to moderate level
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.
Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.
It allows for easy setup of Spring projects with minimal configuration.
Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.
It provides product...
Serialisation is the process of converting an object into a stream of bytes to store or transmit data.
Serialisation is used to save the state of an object and recreate it when needed.
It allows objects to be converted into a format that can be easily stored or transmitted.
Common examples include JSON, XML, and binary serialisation.
Serialisation is important for data persistence and inter-process communication.
I applied via Campus Placement
It was a medium level hard
I will address conflicts by promoting open communication, active listening, and finding mutually beneficial solutions.
Encourage team members to openly communicate their concerns and perspectives
Practice active listening to understand all sides of the conflict
Facilitate discussions to find common ground and mutually beneficial solutions
Seek input from team members on how to prevent similar conflicts in the future
Interview experience
based on 53.3k reviews
Rating in categories
Application Development Analyst
38.8k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
26.3k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.1k
salaries
| ₹7 L/yr - ₹25.4 L/yr |
Senior Software Engineer
18.4k
salaries
| ₹6 L/yr - ₹19 L/yr |
Software Engineer
17.6k
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
TCS
Cognizant
Capgemini
Infosys