Tip 1: Focus on basic data structures and algorithms.
Tip 2: Practice regularly on coding platforms.
Tip 1: Keep it one page.
Tip 2: Mention your projects clearly.
The first round of the Accenture assessment was conducted in our college lab and was divided into two stages. The MCQ round tested both technical and aptitude knowledge. Technical questions covered OS, DBMS, OOPS, and Computer Networks, while aptitude included logical reasoning, verbal ability, pseudo-codes, statement and assumption questions, and even MS Word-related questions. Candidates who cleared the cutoff were shortlisted for the coding round.
The coding round lasted 45 minutes with two problems. To qualify, candidates needed to solve one problem completely and produce at least a partial output for the second. My first problem was to count the occurrences of the second-largest number in an array, which I solved fully. The second was based on buying chocolates with ₹100, for which I achieved partial output. With these results, I cleared the coding stage and advanced to the next round.

Maximum Quantity: The absolute maximum number of individual chocolates the kid can buy without exceeding the ₹100 budget. To achieve this, the kid should prioritize buying the cheapest chocolates first.
Maximum Variety: The maximum number of different kinds of chocolates the kid can buy. A "kind" of chocolate is defined by its price. To achieve this, the kid should buy one of each of the cheapest unique kinds of chocolate first.
Tip 1: Read the question very carefully.
Tip 2: Try to first solve it using basic data structures like arrays/strings.



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
After clearing the technical MCQ and coding rounds, shortlisted candidates received an email about the communication round approximately five days later. This round was conducted online and mainly assessed speaking, listening, and verbal abilities. The test included multiple sections:
The interview took place in the morning and was conducted by a senior developer from Accenture. He began by asking for my basic introduction and information about my college background. Next, he asked me to explain my project in detail. After that, he moved on to technical questions, most of which were related to OOPS, OS, and DBMS concepts. He also asked a few basic questions on DSA and Java.
Once the technical discussion was complete, he shifted to HR-related questions, such as the most difficult phase of my life and how I overcame it, along with my involvement in college clubs and extracurricular activities. About a month later, the final results were announced, and I received the letter of intent from Accenture.
What are the four pillars of OOPS? What are the key characteristics of DBMS and Java, and can you explain your project?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: