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

Associate Software Engineer

Accenture
upvote
share-icon
3 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 15 days
Topics: Python, Reasoning, Pseudo code, English, Basic interview questions
Tip
Tip

Tip 1 : Select ant one language from Python, java, C++, C ,Prepare till class and no need to go further
Tip 2 : Reasoning of selective topics can be done on indiabix website
Tip 3 : Prepare for simple coding rounds, No need for algorithm and data strucure.

Application process
Where: Other
Eligibility: No Back locks
Resume Tip
Resume tip

Tip 1 : Build simple
Tip 2 : They do not short list based on resume rather they will mail you the test link.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date11 Feb 2022
Coding problem1

First round determines your selection.

There are two sub round in first round.

First Sub round:

Each section has cut - off so try to clear as much as possible.

- Reasoning
- English - If good not required
-Pseudocode - If good at coding then Only practice 
-Cloud and Network - Basic concepts
- Ms office - Basic

Note - Most of candidate will loose marks in Cloud and MS because some questions are unexpected so it is okay. But try to guess close to answer as much as possible

Candidates who clear the first sub round will Only get to code in next second sub round.

Second sub round:
- First Easy Program
- Second Medium level Program - 

Note: Coding questions are not from data structure and Algorithms. Practice logical questions more.

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
IBMSAP LabsAccenture

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now
02
Round
Easy
Assignment
Duration30 Minutes
Interview date18 Feb 2022
Coding problem1

1. Assignment

Simple Communication skills required:
Listing,
reading
Writing
speaking

03
Round
Medium
HR Round
Duration15 Minutes
Interview date19 Feb 2022
Coding problem0

Introduction
Final year Projects
Favourite subjects
Interest
Other common questions - where do you see you self in five years? etc

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
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
company logo
Associate Software Engineer
4 rounds | 3 problems
Interviewed by Accenture
371 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
5153 views
1 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Tata Consultancy Services (TCS)
3313 views
2 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
2362 views
0 comments
0 upvotes