Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Use SQL query to retrieve employees with birthdays and send emails to them.
Write a SQL query to retrieve employees with birthdays from the database
Use a programming language like Python to send emails to the retrieved employees
Ensure the email content includes birthday wishes and any relevant information
Selectors used in application development include class, ID, attribute, and pseudo-class selectors.
Class selectors start with a period (.) and target elements with a specific class name.
ID selectors start with a hash (#) and target elements with a specific ID.
Attribute selectors target elements based on their attributes, such as [type='text'] targeting input elements with type 'text'.
Pseudo-class selectors target eleme...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Search help is a feature in SAP that provides users with a list of possible values to choose from when entering data in a field.
Search help can be defined at the field level in the data dictionary
Different types of search helps include elementary search helps, collective search helps, and collective search helps with check table
Examples of search helps include F4 help in SAP GUI and value helps in WebDynpro application
Tcode for BADI is SE18. To find a BADI, use transaction code SE18 and enter the BADI name or filter by application area.
Tcode for BADI is SE18
To find a BADI, use transaction code SE18
Enter the BADI name or filter by application area
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
I am a passionate application developer with experience in developing web and mobile applications.
Developed a mobile app for a local restaurant to manage orders and reservations
Created a web-based inventory management system for a small retail business
Worked on a team to develop a healthcare app for tracking medication adherence
I have worked on SAP ECC 6.0 and SAP S/4HANA.
Worked on SAP ECC 6.0 for 3 years in previous job
Currently working on SAP S/4HANA implementation project
Experience with customizing and developing ABAP programs in SAP
Quantitative Aptitude question were hard
Accenture interview questions for designations
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Python is a high-level programming language known for its simplicity and readability.
Easy to learn and use
Extensive standard library
Versatile - used for web development, data analysis, artificial intelligence, etc.
Cross-platform compatibility
Strong community support
Tables store data in rows and columns, while stored procedures are precompiled SQL statements that can be executed.
Tables store data in a structured format with rows and columns
Stored procedures are precompiled SQL statements that can be executed
Tables are used to store and organize data, while stored procedures are used to perform specific tasks or operations on the data
Stored procedures can improve performance by red...
Get interview-ready with Top Accenture Interview Questions
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Improving Spring Security involves regular updates, strong password policies, implementing multi-factor authentication, and monitoring for suspicious activity.
Regularly update Spring Security to the latest version to patch any vulnerabilities
Implement strong password policies, such as requiring complex passwords and regular password changes
Enable multi-factor authentication to add an extra layer of security for user lo...
To add an external server on Spring Boot, you can configure the server properties in the application.properties file.
Define the server properties in the application.properties file, such as server.port, server.address, etc.
Specify the external server details like host and port in the properties file.
Use the @Value annotation to inject the server properties into your Spring Boot application.
You can also use the @Configu...
Checked exceptions are checked at compile time, while unchecked exceptions are not.
Checked exceptions must be either caught or declared in the method signature using 'throws' keyword
Unchecked exceptions do not need to be caught or declared
Examples of checked exceptions: IOException, SQLException
Examples of unchecked exceptions: NullPointerException, ArrayIndexOutOfBoundsException
HashMap is not thread-safe while ConcurrentHashMap is thread-safe.
HashMap is not thread-safe and can lead to ConcurrentModificationException if modified while iterating.
ConcurrentHashMap allows concurrent modifications without the need for external synchronization.
ConcurrentHashMap uses separate locks for different segments, allowing multiple threads to read and write concurrently.
ConcurrentHashMap is more suitable for
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
MCQ questions related to technology
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
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
3 Interview rounds
based on 268 reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27.6k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.2k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Senior Software Engineer
18.4k
salaries
| ₹6 L/yr - ₹19 L/yr |
Software Engineer
17.6k
salaries
| ₹3.6 L/yr - ₹12.7 L/yr |
TCS
Cognizant
Capgemini
Infosys