Tip 1 : Practice core concepts
Tip 2 : Practice aptitude because as a fresher aptitude will also be tested
Tip 1 : Mention only what you know
Tip 2 : Mention projects if done
It was online round with pseudo codes and two coding questions



You are given the array ‘ARR’ = [1, 1, 1, 1, 1], ‘TARGET’ = 3. The number of ways this target can be achieved is:
1. -1 + 1 + 1 + 1 + 1 = 3
2. +1 - 1 + 1 + 1 + 1 = 3
3. +1 + 1 - 1 + 1 + 1 = 3
4. +1 + 1 + 1 - 1 + 1 = 3
5. +1 + 1 + 1 + 1 - 1 = 3
These are the 5 ways to make. Hence the answer is 5.



Each product can cross the integer limits, so we should take modulo of the operation.
Take MOD = 10^9 + 7 to always stay in the limits.
Can you try solving the problem in O(1) space?
This is actually a communication round
Given a sentence need to read the sentence
Be clear and read the sentence loud
The narrator will narrate a sentence you need to re-narrate the sentence in your own words
Tip 1 : Re-narrate the statement in brief
This is basically an interview in which they mostly asked HR questions and questions related to the project done in B.Tech
Introduce yourself
Explain about your project
Why Accenture?

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: