Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Accenture interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Accenture
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Oops, dmbs, rdbms, mysql, SDLC, projects, data structure and basic electronics.
Tip
Tip

Tip 1 : confidence is the key.
Tip 2 : focus on communication skills.
Tip 3 : be honest and well prepared about your projects and trainings .

Application process
Where: Other
Eligibility: CGPA above 6.5 and no active backlogs
Resume Tip
Resume tip

Tip 1 : it should be to the point.
Tip 2 : be honest. And one should know everything that is written down there.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 Minutes
Interview date19 Oct 2020
Coding problem2

The test was started in the evening 4pm approx.
It was flexible due to Corona so we gave the test from our home only.
It had listening skill activity too according to which we were marked .
Interviewer was very supportive because of which it was easier for us to open up easily .

1. Arithmetic Expression Evaluation

Moderate
30m average time
70% success
0/80
Asked in companies
AdobeFacebookMicrosoft

You are given a string ‘expression’ consists of characters ‘+’, ‘-’, ‘*’, ‘/’, ‘(‘, ‘)’ and ‘0’ to ‘9’, that represents an Arithmetic Expression in Infix Notation. Your task is to evaluate this Arithmetic Expression.

In Infix Notation, operators are written in-between their operands.

Note :
1. We consider the ‘/’ operator as the floor division.

2. Operators ‘*’ and ‘/’ expression has higher precedence over operators‘+’ and ‘-’ 

3. String expression always starts with ‘(‘ and ends with ‘)’.

4. It is guaranteed that ‘expression’ represents’ a valid expression in Infix notation.

5. It is guaranteed that there will be no case that requires division by 0.

6. No characters other than those mentioned above are present in the string. 

7. It is guaranteed that the operands and final result will fit in a 32-bit integer.
For example :
Consider string ‘expression’ = ‘((2+3)*(5/2))’. 
Then it’s value after evaluation will be ((5)*(2)) = 10. 
Try solving now

2. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
Expedia GroupInfosysSamsung

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Try solving now
02
Round
Medium
Assignment
Duration30 Minutes
Interview date21 Oct 2020
Coding problem0

Hearing of certain sentences and repeating the same .. rearranging the heard jumbled statements etc.

03
Round
Medium
HR Round
Duration20 Minutes
Interview date23 Nov 2020
Coding problem2

Interview

1. Basic HR Questions

Are you a team player?

What is your biggest regret?

Problem approach

Tip 1 : be confident
Tip 2 : be well prepared
Tip 3 : and be consistent towards oops concepts.

2. Reverse Number

Easy
10m average time
90% success
0/40
Asked in companies
CognizantTata Consultancy Services (TCS)Accenture

Ninja is feeling very bored and wants to try something new. So, he decides to find the reverse of a given number. But he cannot do it on his own and needs your help.

Note:

If a number has trailing zeros, then its reverse will not include them. For e.g., the reverse of 10400 will be 401 instead of 00401.
Try solving now

Here's your problem of the day

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

What does ROLLBACK do in DBMS?

Start a Discussion
Similar interview experiences
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Accenture
2100 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 3 problems
Interviewed by Accenture
3011 views
0 comments
0 upvotes
company logo
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
626 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 11 problems
Interviewed by Accenture
1417 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
3 rounds | 8 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
1967 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by HCL Technologies
1485 views
1 comments
0 upvotes