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

Full Stack Engineer

Accenture
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: OOPS, Data Structures, Algorithms, DBMS, Computer Network, Software Engineering
Tip
Tip

Tip 1 : Do at least 2 projects
Tip 2 : Be confident
Tip 3 : Knowledge of OS is a plus point

Application process
Where: Other
Eligibility: 60% throughout, Must have PAN card, No active backlogs, Max 1 year education gap
Resume Tip
Resume tip

Tip 1 : Have some projects which has social cause 
Tip 2 : Do not put false things on resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration135 minutes
Interview date5 May 2021
Coding problem2

The assessments was splited into two stages:
Stage 1: The Cognitive and Technical assessment
a) There is no negative marking.
b) You'll have 90 mins to complete 90 mcq's.
c) Inter-sectional navigation is allowed.
d) It is an elimination round.
e) You will be notified about the results within 5 to 10 mins.

Stage 2 : Coding Assessment
a) Upon clearing stage 1, you must participate in this.
b) 45 mins to complete 2 coding questions
c) Non elimination round, but these score will be considered for final decision

1. 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

First, i have taken input from the user in the main function.
Next steps is create two different arrays, where
One is for even location elements.
Another one is for odd location elements.
Then, i have sorted both arrays, so that i can get the second largest element.
At last, i have added them and return and then print it from the main function.

Try solving now

2. Program to check the validity of a Password

Easy
20m average time
80% success
0/40
Asked in companies
AccentureUHG314e Corporation

Ninjas are trying to hack a system of a terrorist organization so that they can know where they will be going to attack next. But to hack the system and to get access to data they need a password that must satisfy certain conditions as described below:

1) Length of the password must be between 8 to 15 characters.
2) At least one digit (0-9), one lowercase letter (a-z), one uppercase letter (A-Z) and one special character (%, ^, &, #, *, %, etc) must be present.
3) Password must not contain any space.

You are given a string ‘STR’, help ninjas to find whether it's a valid password or not.

For example :

Given ‘STR’ =  “Codingninja#1” As it satisfies all the above conditions so it is a valid password and therefore you have to return true.
Problem approach

I applied Regular expression to solve this problem

Try solving now
02
Round
Easy
Assignment
Duration30 minutes
Interview date7 May 2021
Coding problem0

The assessment and it needed good communication skills.

03
Round
Medium
Video Call
Duration50 minutes
Interview date16 May 2021
Coding problem1

This is a TR + HR round. My interview was around 12:30 PM.

 

1. Basic HR Questions

● Tell me about yourself. Explain any one of your project.
● I explained the project in brief manner and about the methodology and terminology i had taken up to execute them
● What was your role in project ?
● What was your favorite and least favorite subject?
● Explain the inheritance concept with real world example? 
● What are OOPS concept?
● What is exceptional handling in Java?
● Explain Bubble sort. 
● Which technology did you explore recently? 
● Have you done any certifications?

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 Developer
3 rounds | 4 problems
Interviewed by Accenture
6616 views
2 comments
0 upvotes
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
Companies with similar interview experiences
company logo
Full Stack Engineer
2 rounds | 5 problems
Interviewed by HashedIn
0 views
0 comments
0 upvotes