Accenture interview experience Real time questions & tips from candidates to crack your interview

Advanced associate SDE

Accenture
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Arrays, Linked List, OOS, Excel, Aptitude.
Tip
Tip

Tip 1 : Focus on arrays
Tip 2 : Revise your resume
 

Application process
Where: Campus
Eligibility: 6 cgpa
Resume Tip
Resume tip

Tip 1 : Include courses
Tip 2 : include many projects with link

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date1 Nov 2021
Coding problem2

Exam Platform: Safe Exam Browser – hire pro. (Make sure you check the compatibility for the system)
Total Time Allotted: 90 minutes
Exam Type: MCQs
Hardness Level: Easy to Medium
Negative marking: No
Topic: Quantitative, English Ability, Reasoning, Pseudo Code, Networking, Cloud, MS office.
Apart from mcqs, 2 easy level DSA questions were also there

1. All Prime Numbers less than or equal to N

Moderate
10m average time
90% success
0/80
Asked in companies
OptumAdobeTata Consultancy Services (TCS)

You are given a positive integer 'N'. Your task is to return all the prime numbers less than or equal to the 'N'.

Note:

1) A prime number is a number that has only two factors: 1 and the number itself.

2) 1 is not a prime number.
Problem approach

Just iterate from 1 to n and check at every iteration from prime number. This got accepted.

Try solving now

2. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeTata Consultancy Services (TCS)Samsung

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Problem approach

I simply used 3 pointers for this question and solved it in one loop. You can sort the array and then solve it too. No Tle was there in both cases

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date15 Nov 2021
Coding problem2

1. Basic HR Questions

Give a short introduction.

What is your favourite subject in college?

Tell me something about your project (as I mentioned about the project in the introduction).

2. Basic HR Questions

What are some kinds of challenges, problems faced during your project and how did you deal with them?

Do you want to continue this project or do you want to leave it here?

Do you have any questions for me?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Accenture
3747 views
1 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
1169 views
0 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 10 problems
Interviewed by Accenture
2174 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 11 problems
Interviewed by Accenture
4985 views
1 comments
0 upvotes