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

Software Engineer

Accenture
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Object-oriented programming(OOP), Networking, Cloud Computing, Operating System, Data structures, Algorithms, Java, Database Management
Tip
Tip

Tip 1 : Use an effective resume format. Continue to update your resume based on your performance in programming competitions, the addition of new projects or internships, the contribution of open-source software, etc.
Tip 2 : If you've made projects, you should be able to fully describe them. Try to connect the narratives from each of your projects to various behavioural questions.
Tip 3 : Practice DSA, Concentrate on finding solutions to problems involving data structures, algorithms, and problem-solving.

Application process
Where: Campus
Eligibility: No backlog, Education gap can not be more than 1 year,
Resume Tip
Resume tip

Tip 1 : Share active links to your projects.
Tip 2 : Keep your resume in 1-column format and keep it ATS Friendly

Interview rounds

01
Round
Easy
Online Coding Interview
Duration135 minutes
Interview date12 Sep 2021
Coding problem1

1. Find All Anagrams in a String

Easy
15m average time
85% success
0/40
Asked in companies
IntuitPaytm (One97 Communications Limited)Accenture

You have been given a string STR and a non-empty string PTR. Your task is to find all the starting indices of PTR’s anagram in STR.

An anagram of a string is another string which contains the same characters and is obtained by rearranging the characters.

For example: ‘SILENT’ and ‘LISTEN’ are anagrams of each other. ‘ABA’ and ‘ABB’ are not anagram because we can’t convert ‘ABA’ to ‘ABB’ by rearranging the characters of particular strings.

Note:

1. Both STR and PTR consist of English uppercase letters.
2. Length of string 'STR' will always be greater than or equal to the length of string ‘PTR’.
3. In case, there is no anagram substring, then return an empty sequence.
4. In case of more than one anagrams, return the indices in increasing order.
Problem approach

Sort the two given strings and compare, if they are equal then they are anagram of each other.
Sort both strings,
Compare the sorted strings: 
* If they are equal return True.
* Else return False.

Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date30 Sep 2021
Coding problem1

1. DBMS Questions

  • Can you give differences for the Primary key and Unique key in SQL?
  • What is normalization in the database?
Problem approach

Tip 1 : Don't ignore core subjects
Tip 2 : Go through concepts of DBMS
 

03
Round
Easy
HR Round
Duration15
Interview date10 Oct 2021
Coding problem1

1. Basic HR Questions

  • Tell me about yourself.
  • Where do you see yourself after 5 years?
  • How do you handle criticism at work?
  • Tell us about your work/leadership style?
Problem approach

Tip 1 : Never lie
Tip 2 : Stay confident and reply with a smile
 

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
Software Engineer
2 rounds | 3 problems
Interviewed by Accenture
2406 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Accenture
1639 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Accenture
4664 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 2 problems
Interviewed by Accenture
2943 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3195 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2574 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes