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

Data Engineering Analyst

Accenture
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Machine Learning, Deep Learning, Core CS subjects (OOPs, CN, OS, DBMS) , SQL
Tip
Tip

Tip 1 : Practice DSA as all rounds are elimination rounds and both the coding questions are necessary to be done to pass to the interview stages after the MCQ round consisting of coding mcqs , aptitude 
Tip 2 : Atleast 2 projects related to python/machine learning 
Tip 3 : Be good in core CS subjects

Application process
Where: Campus
Eligibility: 7.5 CGPA , 85% in CBSE boards
Resume Tip
Resume tip

Tip 1 : Make sure to put only those projects done by you and you can explain about in a lucid manner 
Tip 2 : Have python/data analytics project on your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date12 Oct 2020
Coding problem1

Online proctered round , could only move to the next round if one clears the cut-off for this round. This round consisted of Aptitude, English , Coding mcqs and CS concepts

1. MCQ Questions

Mcqs related to OS , round robin , compiler , scheduling etc.
Mcqs related to Networking.

Coding mcqs

02
Round
Medium
Online Coding Test
Duration60 Minutes
Interview date12 Oct 2020
Coding problem2

2 coding questions that needed to be solved with all the testcases passed inorder to qualify for next rounds .

1. Product Of Array Except Self

Easy
26m average time
0/40
Asked in companies
FacebookDelhiveryIntuit

You have been given an integer array/list (ARR) of size N. You have to return an array/list PRODUCT such that PRODUCT[i] is equal to the product of all the elements of ARR except ARR[i]

 Note :
Each product can cross the integer limits, so we should take modulo of the operation. 

Take MOD = 10^9 + 7 to always stay in the limits.
Follow up :
Can you try solving the problem in O(1) space?
Try solving now

2. Maximum Subarray Sum

Moderate
0/80
Asked in companies
SAP LabsThought WorksAcko

You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious) of this array.

Note: An array C is a subarray of array D if it can be obtained by deletion of several elements(possibly zero) from the beginning and the end of array D.

For e.g.- All the non-empty subarrays of array [1,2,3] are [1], [2], [3], [1,2], [2,3], [1,2,3].

Try solving now
03
Round
Medium
Face to Face
Duration45 minutes
Interview date18 Oct 2020
Coding problem0

This was the interview round which tested me on my resume , projects , and interview questions. I was asked questions on my projects (text classification, image classification) , neural networks , what is Tensorflow, why prefer neural networks over traditional ml algorithms, SQL , numpy , pandas .
At the end of the interview the interviewer asked my hobby and I said chess , hence he asked me what is castling in chess.

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
Application Development Associate
2 rounds | 3 problems
Interviewed by Accenture
1170 views
0 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