Tip 1: Focus on what you already know in DSA and revise it repeatedly.
Tip 2: Know every aspect of your projects thoroughly and prepare for questions related to your tech stack.
Tip 3: Refer to interview experiences available online.
Add good projects (at least two) and any internships you have completed. Do not include false information, as they may cross-check your knowledge, which could lead to rejection.
The first round was an aptitude test that lasted about 45 minutes. Upon clearing the first round, the second round, the coding round, began (only if you cleared the first round). There were proctors present from Accenture, and online proctors were also monitoring. The test was held in my college lab.
Tip 1: Practice all the basic problems like factorial, Fibonacci series, prime number etc
Consider if ‘N’ = 4, the Factorial of 4 will be the product of all numbers from 1 to 4, which is 1 * 2 * 3 * 4 = 24. Hence, the answer is 24.
Our basic English understanding and speaking skills were tested during a communication round.
Tip 1: Sit in a very quiet environment
Tip 2: Use good-quality earphones
Tip 3: Speak clearly
It was an online round that I completed from home, scheduled for 10 AM. Please make sure you're seated in a quiet environment and dressed in formal attire.
The interview began with my introduction and then moved on to my previous internship experiences. No technical questions were asked; instead, they focused on HR-related questions such as:
It was a very easy round. The HR was very friendly, and at the end, we discussed Accenture. I also asked a few questions about the company.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?