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

Associate Software Developer

Accenture
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures, Database, Competitive Coding, Software Engineering, Coding Languages such as Python and Java, OOPS.
Tip
Tip

Tip 1 : Practice data structures in real time coding not just theory
Tip 2 : Do projects to understand the practical implementation 
 

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Highlight your skills
Tip 2 : Mention internships and projects with extra details

Interview rounds

01
Round
Hard
Online Coding Interview
Duration90 minutes
Interview date25 Sep 2019
Coding problem2

1. MCQ Questions

Related to theory of computer, Coding, Maths, English etc

Number Of MCQs - 90
 

2. 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.
Problem approach

Use either recursion or dynamic programming 

The Fibonacci numbers are the numbers in the following integer sequence.
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ……..
In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the recurrence relation 

Fn = Fn-1 + Fn-2
with seed values 

F0 = 0 and F1 = 1.

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date26 Sep 2019
Coding problem1

1. DBMS

Asked various questions of basic DBMS like joins and sub queries along with data structure questions

03
Round
Easy
HR Round
Duration15 minutes
Interview date26 Sep 2019
Coding problem1

1. Basic HR Questions

Questions related to work ethics and office culture.

Tell me about team work and your future goals.

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 Developer
2 rounds | 3 problems
Interviewed by Accenture
5351 views
0 comments
0 upvotes
company logo
Network security
4 rounds | 7 problems
Interviewed by Accenture
1507 views
0 comments
0 upvotes
company logo
Application Developer
1 rounds | 5 problems
Interviewed by Accenture
20329 views
3 comments
0 upvotes
company logo
Associate Software Developer
2 rounds | 5 problems
Interviewed by Accenture
1401 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Developer
2 rounds | 2 problems
Interviewed by Cognizant
1841 views
1 comments
0 upvotes
company logo
Associate Software Developer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
1224 views
0 comments
0 upvotes
Associate Software Developer
2 rounds | 3 problems
Interviewed by Virtusa
0 views
1 comments
0 upvotes