Filter interviews by
To find the second highest salary, use SQL queries with subqueries or the DISTINCT keyword to filter unique salaries.
Use a subquery: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);
Use DISTINCT: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1;
Consider using ROW_NUMBER() for more complex scenarios: SELECT salary FROM (SELECT salary, ROW_NUMBER() OV...
Object-Oriented Programming (OOP) is a paradigm based on objects and classes, promoting code reusability and modularity.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interf...
Images are typically stored using data types like BLOB, Base64, or file paths in databases.
BLOB (Binary Large Object): Used to store binary data like images directly in the database.
Base64 Encoding: Converts image data into a text format, useful for embedding images in HTML.
File Paths: Storing the path to the image file on the server, allowing for efficient storage and retrieval.
AI is transforming various sectors with applications like virtual assistants, autonomous vehicles, and personalized medicine.
Virtual Assistants: Siri, Alexa, and Google Assistant help users with tasks and information.
Autonomous Vehicles: Companies like Tesla and Waymo use AI for self-driving technology.
Recommendation Systems: Netflix and Amazon use AI to suggest content and products based on user preferences.
Healt...
What people are saying about Accenture
OOP (Object-Oriented Programming) is a programming paradigm based on objects that encapsulate data and behavior.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class from an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interface for ...
C is a procedural language, while Java is an object-oriented language with automatic memory management.
C is a low-level language, closer to hardware; Java is high-level, abstracting hardware details.
C uses pointers for memory management; Java uses references and has garbage collection.
C supports procedural programming; Java supports object-oriented programming with classes and objects.
C is compiled to machine code...
Developed a web-based application for managing student attendance using React and Node.js, enhancing tracking efficiency.
Utilized React for the front-end, providing a responsive user interface.
Implemented Node.js and Express for the back-end, ensuring smooth data handling.
Integrated MongoDB for database management, allowing for efficient data storage and retrieval.
Incorporated user authentication to secure access ...
Yes, I have worked on Java for over 3 years in various projects.
Developed web applications using Java EE
Implemented RESTful services with Spring Boot
Used Java for backend development in a financial software project
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
Retrieving a value involves hashing the key t...
ArrayList is faster for random access, LinkedList is faster for insertion/deletion at start/end.
ArrayList: O(1) for inserting at end, O(n) for inserting at start, O(n) for deleting at start, O(1) for deleting at end.
LinkedList: O(1) for inserting at start/end, O(n) for deleting at start/end.
I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.
Aptitude test had Verbal, Abstract Reasoning, Critical Reasoning, Pseudo Code, MS Office, Cloud and Networking Security. Try to attempt every qns for sure as U also dont have 'negative marking'. Mostly, for reasoning side linear seating arrangements were asked in many ways (eg, 2 rows, facing this or that direction..), Flow chart based just substituing, following the flow given and making ans correct, reasoning all qns were answerable just dont get tensed, inorder to save time try to solve these kind of qns in a single go., then number sequence, patterns. Main trick: Try to ans all qns. After Apti round, within next 5 to 10 mins eligibility of next round or not will be displayed.
It was basic qns and solved all test cases in 1st qn and half in 2nd qn., like I had given with an array, and asked to say like if array is {2,3,6,1,9} ans is EvenOddEvenOddOdd. Next qn was max no. of consecutive days temperature decrease count. It was bit time consuming like if given, {0,-4,-6,-7,-10,3,-5,-9,-20} we have consecutive days decrease from 1st (0) to 5th element(-10) and it makes count 5. next u ccan see from 7th(-5) to 9th(-20) its count of consecutive days decrease is 3. now max of these is 5 so ans is 5. Dont panic, try to solve 1 qn fully or both qns as far as u can.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
Reasoning, blood relation
I am a passionate and dedicated application developer with a strong background in programming and problem-solving.
I have a Bachelor's degree in Computer Science
I have experience working with various programming languages such as Java, Python, and JavaScript
I have developed several mobile applications for both Android and iOS platforms
I enjoy learning new technologies and keeping up-to-date with industry trends
posted on 10 Dec 2024
It was simple and basics aptitude
One simple coding question and one is tough question
I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.
Simple Questions. Easy to qualify.
2 coding questions . One easy one moderate.
One difficulty faced during a project was coordinating with team members in different time zones.
Communication challenges due to time zone differences
Difficulty in scheduling meetings and coordinating tasks
Potential delays in receiving feedback or updates
I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.
Accenture aptitude consisted of critical reasoning and problem solving, verbal activity and abstract reasoning
2 coding questions, easy (finding dividend, maximum permutations)
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
In this we have 90 questions
In this we have 2 code and 45 min
I select projects based on alignment with goals, feasibility, and potential impact on users and stakeholders.
Identify alignment with business goals: Ensure the project supports the organization's strategic objectives.
Assess feasibility: Evaluate technical, financial, and resource constraints to determine if the project can be realistically completed.
Consider user impact: Analyze how the project will benefit end-users a...
I appeared for an interview in Nov 2024.
Standard aptitude combined with coding skills.
Developed a web-based application for managing student attendance using React and Node.js, enhancing tracking efficiency.
Utilized React for the front-end, providing a responsive user interface.
Implemented Node.js and Express for the back-end, ensuring smooth data handling.
Integrated MongoDB for database management, allowing for efficient data storage and retrieval.
Incorporated user authentication to secure access to th...
posted on 9 Oct 2024
1 hour duration, it is basic level
1 hour 30 mins, basic programming questions
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
It is aptitude and coding combined. Coding will get unlocked only after clearing the aptitude.
posted on 22 Jun 2024
Numerical verbal logical and technical mcqs were there
2 problem statement
1 easy
2 medium to hard
The duration of Accenture Application Development Associate interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 162 interview experiences
Difficulty level
Duration
based on 608 reviews
Rating in categories
Application Development Analyst
39.4k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹8.2 L/yr - ₹16.1 L/yr |
Team Lead
26.9k
salaries
| ₹12.7 L/yr - ₹22.5 L/yr |
Senior Analyst
20k
salaries
| ₹9.1 L/yr - ₹15.7 L/yr |
Senior Software Engineer
18.6k
salaries
| ₹10.4 L/yr - ₹18 L/yr |
TCS
Cognizant
Capgemini
Infosys