Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Data Engineer Interview Questions, Process, and Tips

Updated 5 Jan 2025

Top Accenture Data Engineer Interview Questions and Answers

  • Q1. What all the optimisation are possible to reduce the overhead of reducing the reading part of large datasets in spark ?
  • Q2. Write a sql query to find the name of person who logged in last within each country from Person Table ?
  • Q3. What to import data from RDMS via sqoop without primary key
View all 72 questions

Accenture Data Engineer Interview Experiences

78 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is data proc and why u choose it in ur project
  • Ans. 

    Data proc is short for data processing, which involves transforming raw data into a more usable format for analysis.

    • Data proc involves cleaning, transforming, and aggregating raw data

    • It helps in preparing data for analysis and visualization

    • Examples include cleaning and formatting data from multiple sources before loading into a database

  • Answered by AI
  • Q2. Diff between data proc and data flow
  • Ans. 

    Data processing involves transforming raw data into meaningful information, while data flow refers to the movement of data between systems or components.

    • Data processing focuses on transforming raw data into a usable format for analysis or storage.

    • Data flow involves the movement of data between different systems, processes, or components.

    • Data processing can include tasks such as cleaning, aggregating, and analyzing data...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical concepts
  • Q2. Project explain
  • Ans. 

    I led a project to develop a real-time data processing system for a retail company.

    • Designed data pipelines to ingest, process, and analyze large volumes of data

    • Implemented ETL processes using tools like Apache Spark and Kafka

    • Built data models and dashboards for business insights

    • Collaborated with cross-functional teams to gather requirements and deliver solutions

  • Answered by AI
  • Q3. Coding questions
Round 2 - HR 

(2 Questions)

  • Q1. Expectations on salary
  • Ans. 

    Salary expectations should be based on industry standards, experience, and location.

    • Research industry standards for Data Engineer salaries

    • Consider your level of experience and skills

    • Take into account the cost of living in the location of the job

    • Be prepared to negotiate based on the job responsibilities and benefits package

  • Answered by AI
  • Q2. Project discussion

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Remove duplicate characters from string
  • Ans. 

    Remove duplicate characters from a string

    • Iterate through the string and keep track of characters seen

    • Use a set to store unique characters and remove duplicates

    • Reconstruct the string without duplicates

  • Answered by AI
  • Q2. Write a sql query to get second highest salary from table
  • Ans. 

    SQL query to retrieve second highest salary from a table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to retrieve the second row

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, happy and answer with confidence

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. BigQuery Architecture
  • Q2. What are external views?
  • Ans. 

    External views are virtual tables that provide a way to present data from one or more tables in a database.

    • External views do not store data themselves, but instead provide a way to access data from underlying tables.

    • They can be used to simplify complex queries by presenting data in a more user-friendly format.

    • External views can also be used to restrict access to certain columns or rows of data for security purposes.

  • Answered by AI
  • Q3. What are BigQuery slots?
  • Ans. 

    BigQuery slots are units of computational capacity used to process queries in Google BigQuery.

    • BigQuery slots are used to allocate resources for query processing in Google BigQuery.

    • Each query consumes a certain number of slots based on the complexity and size of the data being processed.

    • Users can purchase additional slots to increase query processing capacity.

    • Slots are used to parallelize query execution and improve per...

  • Answered by AI

Skills evaluated in this interview

Accenture interview questions for designations

 Senior Data Engineer

 (13)

 Big Data Engineer

 (3)

 Lead Data Engineer

 (1)

 Data Architect

 (2)

 Azure Data Engineer

 (8)

 Data Engineer 1

 (3)

 Gcp Data Engineer

 (3)

 Associate Data Engineer

 (3)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Adf, Databricks

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Get interview-ready with Top Accenture Interview Questions

Data Engineer Interview Questions & Answers

user image Deepika dhass

posted on 19 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Serverless computing in databricks
  • Ans. 

    Serverless computing in Databricks allows users to run code without managing servers, scaling automatically based on workload.

    • Serverless computing in Databricks enables users to focus on writing code without worrying about server management.

    • It automatically scales resources based on workload, reducing costs and improving efficiency.

    • Users can run code in Databricks without provisioning or managing servers, making it eas...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Jobs at Accenture

View all

Data Engineer Interview Questions & Answers

user image SHUBHAM CHAUDHARI

posted on 23 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Type of cluster in databricks
  • Ans. 

    Databricks supports two types of clusters: Standard and High Concurrency.

    • Databricks supports Standard clusters for single user workloads

    • Databricks supports High Concurrency clusters for multi-user workloads

    • Standard clusters are suitable for ad-hoc analysis and ETL jobs

    • High Concurrency clusters are suitable for shared notebooks and interactive dashboards

  • Answered by AI
  • Q2. Integration run time in adf
  • Ans. 

    Integration run time in Azure Data Factory (ADF) refers to the time taken for data integration processes to run.

    • Integration run time can vary based on the complexity of the data integration tasks and the volume of data being processed.

    • Factors such as network latency, data source location, and the number of parallel activities can also impact integration run time.

    • Monitoring and optimizing integration run time is importa...

  • Answered by AI
  • Q3. Triggers and there type in adf
  • Ans. 

    Triggers in Azure Data Factory (ADF) are events that cause a pipeline to execute.

    • Types of triggers in ADF include schedule, tumbling window, event-based, and manual.

    • Schedule triggers run pipelines on a specified schedule, like daily or hourly.

    • Tumbling window triggers run pipelines at specified time intervals.

    • Event-based triggers execute pipelines based on events like file arrival or HTTP request.

    • Manual triggers require

  • Answered by AI
  • Q4. Activities in adf and there uses
  • Ans. 

    Activities in ADF and their uses

    • Data movement activities like Copy Data and Data Flow

    • Data transformation activities like Mapping Data Flow and Wrangling Data Flow

    • Data orchestration activities like Execute Pipeline and Wait

    • Control activities like If Condition and For Each

    • Integration Runtimes for executing activities in ADF

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple python questions

Round 2 - HR 

(1 Question)

  • Q1. It was managerial

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to resume
Round 2 - Technical 

(1 Question)

  • Q1. Previous projects
Round 3 - HR 

(1 Question)

  • Q1. Roles and responsibilities

Accenture Interview FAQs

How many rounds are there in Accenture Data Engineer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, HR and One-on-one Round.
How to prepare for Accenture Data Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are SQL, Data Warehousing, Data Quality, Python and Data Modeling.
What are the top questions asked in Accenture Data Engineer interview?

Some of the top questions asked at the Accenture Data Engineer interview -

  1. What all the optimisation are possible to reduce the overhead of reducing the r...read more
  2. Write a sql query to find the name of person who logged in last within each cou...read more
  3. What to import data from RDMS via sqoop without primary ...read more
How long is the Accenture Data Engineer interview process?

The duration of Accenture Data Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Data Engineer Interview Process

based on 85 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more

Data Engineer Interview Questions from Similar Companies

View all
Accenture Data Engineer Salary
based on 2.4k salaries
₹2.8 L/yr - ₹15.6 L/yr
13% less than the average Data Engineer Salary in India
View more details

Accenture Data Engineer Reviews and Ratings

based on 205 reviews

4.0/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 205 Reviews and Ratings
Data Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Data Engineer

Indore

5-10 Yrs

Not Disclosed

Data Engineer

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹17.5 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.6 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.4k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview