Tip 1 : Be thorough with Computer Science fundamentals (OOPS, DBMS etc).
Tip 2 : Practise aptitude questions.
Tip 1 : Be authentic with all details.
Tip 2 : Prior internship experience or projects will be a plus.



1. The array consists of only 3 distinct integers 0, 1, 2.
2. The array is non-empty.
Step 1: Prompt the user to enter the size of array and input array-elements.
Step 2: Apply any sorting algorithm (insertion, bubble, selection, merge, etc) to sort the array in descending order.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
Step 1: Sort the given array.
Step 2: Apply Two-Pointers technique.



For the ‘MAT1’ and ‘MAT2’ given below, ‘MAT3’ is the matrix formed by multiplying ‘MAT1’ and ‘MAT2’.

1. MAT3[0][0] = MAT1[0][0] * MAT2[0][0] + MAT1[0][1] * MAT2[1][0] ie. 2 * 1 + 1 * 4 = 6
2. MAT3[1][0] = MAT1[1][0] * MAT2[1][0] + MAT1[1][1] * MAT2[1][0] ie. 0 * 6 + 0 * 4 = 0
Read the set of given sentences fluently.
Recite a speech on the given topic (ex-tempore).
Tip 1: Be aware of the latest news.
Tip 2: Practise before-hand.
Introduce yourself.
Questions based on projects mentioned in the resume - What, how and why?
Tip 1 : Do not write give information - tell what you genuinely did and talk about your contributions.
Tell me some of your Achievements and Failures.
Examples where you showed spirit of teamwork and collaboration.
Tip 1: Practise beforehand.
Why Accenture and not any other company?
Why should Accenture hire you?
Any questions for the interviewer?
Tip 1: Do prior research about the company.
Tip 2: Ask relevant questions to the interviewer.

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: