Upload Button Icon Add office photos

Filter interviews by

Accenture Data Associate Interview Questions and Answers

Updated 3 May 2024

Accenture Data Associate Interview Experiences

1 interview found

Data Associate Interview Questions & Answers

user image Manoj Penumaka

posted on 3 May 2024

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

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

Simple assignment with mcq and a couple of coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your project in college

Interview questions from similar companies

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

I was interviewed in Sep 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Whats is OSI/ TCPI Modles. what is LAN WAN. Ip address and there classes Mac address
  • Ans. 

    OSI/TCP/IP models are networking models that define how data is transmitted over a network. LAN/WAN refer to local and wide area networks. IP addresses are unique identifiers for devices on a network, while MAC addresses are unique identifiers for network interfaces.

    • OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • TCP/IP model is a protocol...

  • Answered by AI
  • Q2. What is Ethernet and why it is use
  • Ans. 

    Ethernet is a type of networking technology commonly used for connecting devices in a local area network (LAN).

    • Ethernet is a widely used networking technology for connecting devices within a LAN.

    • It uses a system of cables, switches, and routers to transmit data between devices.

    • Ethernet allows for fast and reliable communication between devices, making it ideal for businesses and homes.

    • Examples of Ethernet standards inc...

  • Answered by AI
  • Q3. What is ipsec vpn and types of modes
  • Ans. 

    IPSec VPN is a secure network protocol used to encrypt and authenticate data traffic over the internet.

    • IPSec VPN stands for Internet Protocol Security Virtual Private Network.

    • It provides secure communication by encrypting data traffic between two endpoints.

    • There are two modes of IPSec VPN: Transport mode and Tunnel mode.

    • Transport mode encrypts only the data payload, while Tunnel mode encrypts the entire packet.

    • Examples...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self What is your strength what is your weakness

Skills evaluated in this interview

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

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is scd type 2?
  • Ans. 

    SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.

    • SCD type 2 stands for Slowly Changing Dimension type 2

    • It involves creating a new record in the dimension table whenever there is a change in the data

    • The old record is marked as inactive and the new record is marked as current

    • It allows for historical tracking of changes in data over time

    • Example: If a cust...

  • Answered by AI
  • Q2. Pyspark question read CSV from folder and add column in each csv file and write it to different location.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain your project structure ?
  • Ans. 

    My project structure follows a modular approach with separate folders for data ingestion, processing, and storage.

    • Separate folders for data ingestion, processing, and storage

    • Use of version control for tracking changes

    • Documentation for each module and process

    • Unit tests for data pipelines

    • Logging and monitoring for tracking data flow

  • Answered by AI
  • Q2. What is mean by dag ?
  • Ans. 

    DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.

    • DAG is a collection of nodes connected by directed edges, where each edge represents a dependency between tasks.

    • It is acyclic, meaning there are no cycles or loops in the graph.

    • DAGs are commonly used in data processing pipelines to ensure tasks are executed in the correct order.

    • Example: In a DAG representi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No Result

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are databricks workflows?
  • Ans. 

    Databricks workflows are a set of tasks and dependencies that are executed in a specific order to achieve a desired outcome.

    • Databricks workflows are used to automate and orchestrate data engineering tasks.

    • They define the sequence of steps and dependencies between tasks.

    • Tasks can include data ingestion, transformation, analysis, and model training.

    • Workflows can be scheduled to run at specific times or triggered by event...

  • Answered by AI
  • Q2. Help to orchestrate the jobs
Round 2 - One-on-one 

(1 Question)

  • Q1. Existing project design
  • Ans. 

    The existing project design is a data pipeline for processing and analyzing customer data.

    • The project uses Apache Kafka for real-time data ingestion.

    • Data is stored in a distributed file system like Hadoop HDFS.

    • Apache Spark is used for data processing and transformation.

    • The processed data is loaded into a data warehouse like Amazon Redshift.

    • The project includes monitoring and alerting mechanisms for data quality and pip

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Talk about previous experience

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Questions on spark basica
2. Sql coding questions
3. Java or scala basics

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell abt ur self
  • Ans. 

    I am a data scientist with a background in statistics and machine learning, passionate about solving complex problems using data-driven approaches.

    • I have a Master's degree in Data Science from XYZ University.

    • I have experience working with Python, R, and SQL for data analysis and modeling.

    • I have worked on projects involving predictive analytics, natural language processing, and computer vision.

    • I am proficient in data vi...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General question and grammatical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. About myself at one on one round
  • Q2. Tell me about yourself
  • Q3. Explain about your Previous experience

I applied via Company Website and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The test will be conducted in a interview process

Round 3 - Group Discussion 

Group discussion is a communicate in a people

Round 4 - HR 

(2 Questions)

  • Q1. Hr face to face commutation
  • Q2. Self introduction and
Round 5 - One-on-one 

(2 Questions)

  • Q1. It is the individual interview
  • Q2. Personal questions only

Interview Preparation Tips

Topics to prepare for Tata Group Data Analyst interview:
  • Data analyst
  • Accounting
Interview preparation tips for other job seekers - Good opportunity in a company .in my future like thate good job ,iam relay comfortable work in this company

Accenture Interview FAQs

How many rounds are there in Accenture Data Associate interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Assignment and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture Data Associate Salary
based on 18 salaries
₹1.9 L/yr - ₹5.1 L/yr
At par with the average Data Associate Salary in India
View more details

Accenture Data Associate Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

3.3

Skill development

4.1

Work-Life balance

3.6

Salary & Benefits

4.6

Job Security

3.3

Company culture

2.7

Promotions/Appraisal

3.3

Work Satisfaction

Explore 2 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview