Accenture Internship (On-Campus) | Advanced Application Engineering Intern | August 2024
Round 1: Cognitive, Technical (MCQ)
Questions:
- Duration: 90 Minutes
- Type: Elimination
- Total Questions: 90
Topics:
- Aptitude (Probability, Arrangements, Combinations, etc.)
- Verbal (Basic Grammar)
- Reasoning (Check whether a statement supports something)
- Pseudocode (Recursion & Bit Manipulation)
- Networking and Cloud (Basic knowledge of cloud)
- MS Office (Basic knowledge)
Round 2: Coding Round
Duration: 45 Minutes
Type: Elimination
Questions: 2
Q1 (Easy): Given an array, return an array which ensures that an element exists only once in the array and the result array shows the relative order.
INPUT
array = [1,2,3,4,2,2,0,2,1]
OUTPUT
array = [4,3,0,2,1]
Q2 (Medium): Given 2 integers N and K. Find the smallest number greater than K which is formed after removing zero or more digits from N while maintaining the relative order of the digits in N. There always exists an answer.
INPUT
N = 1023 K = 12
OUTPUT
13
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3: Communication Round
Duration: 30 Minutes
Type: Non-Elimination
Each selected candidate will receive details via email. This is an AI-based round with 6 different sections:
- Reading Sentences – 8 Questions
- Repeating Sentences – 16 Questions
- Questions and Answers – 24 Questions
- Sentence Building – 10 Questions
- Story Retellings – 3 Questions
- Speak on a given topic – 2 Questions
Round 4: Final Interview
Duration: 15 Minutes
Type: Elimination
- Introduce Yourself
- Conflict Resolution
- Projects
- How do you stay updated with Tech?
- Some behavioral Questions (varies from person to person)
Verdict: SELECTED
Waited for 3 whole weeks to get the result.
UPDATE: Out of 400+ people who appeared, 15 gave interviews. Only I was selected. They are very selective for interns. For full-time, they took about 50-60 people from 180 who attended the interview.