Panda Guru LogoPanda
Guru

Accenture Internship (On-Campus) | Advanced Application Engineering Intern | August 2024

Round 1: Cognitive, Technical (MCQ)

Questions:

Topics:


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:


Round 4: Final Interview

Duration: 15 Minutes
Type: Elimination

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.

image